After rebooting XEN host, odd processes have appeared...
I am seeing a lot more processes running that before:
(see below)
Are these related to a service update?
|-ksoftirqd/0
|-ksoftirqd/1
|-ksoftirqd/2
|-ksoftirqd/3
|-kthread-+-aio/0
| |-aio/1
| |-aio/2
| |-aio/3
| |-4*[jfsCommit]
| |-jfsIO
| |-jfsSync
| |-kblockd/0
| |-kblockd/1
| |-kblockd/2
| |-kblockd/3
| |-kcryptd/0
| |-kcryptd/1
| |-kcryptd/2
| |-kcryptd/3
| |-3*[kjournald]
| |-kmirrord
| |-kpsmoused
| |-kseriod
| |-kswapd0
| |-2*[pdflush]
| |-xenbus
| |-xenwatch
| |-xfsdatad/0
| |-xfsdatad/1
| |-xfsdatad/2
| |-xfsdatad/3
| |-xfslogd/0
| |-xfslogd/1
| |-xfslogd/2
| `-xfslogd/3
3 Replies
Some of them are multiplied by the number of CPU cores. In UML there was only 1 – in Xen you have 4.
-Chris
@OverlordQ:
Use a different 'top' like htop and it'll filter out those kernel processes.
Now that is just too cool for school. Thanks for the tip! I JUST NOW got my SMP parallel python code running and saw your post - htop is perfect for monitoring my Parallel Python tests.
In case anyone wants to see my public domain code for parallel genetic algorithms in Python:
James