| Author |
Message |
ErikHeidt
Joined: 28 Dec 2007
Posts: 3
|
| Posted: Sat Jan 19, 2008 5:26 pm Post subject: After rebooting XEN host, odd processes have appeared... |
|
|
After I rebooted my XEN linode last light,
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 |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2392
Location: Galloway, NJ
|
| Posted: Sat Jan 19, 2008 5:29 pm Post subject: |
|
|
The only ones that are Xen related are xenbus and xenwatch. The rest were there in UML, and in most physical installs, too.
Some of them are multiplied by the number of CPU cores. In UML there was only 1 -- in Xen you have 4.
-Chris |
|
| Back to top |
|
OverlordQ
Joined: 04 Jun 2004
Posts: 200
|
| Posted: Mon Jan 21, 2008 1:53 pm Post subject: |
|
|
| Use a different 'top' like htop and it'll filter out those kernel processes. |
|
| Back to top |
|
zunzun
Joined: 18 Feb 2005
Posts: 178
Location: Birmingham, Alabama USA
|
| Posted: Mon Jan 21, 2008 4:29 pm Post subject: |
|
|
OverlordQ wrote: 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:
http://www.parallelpython.com/component/option,com_smf/Itemid,29/topic,144.0
James |
|
| Back to top |
|
| |