Ok, well I was just wondering what all the 'supervise' tasks were.
top -i
gives the following output:
9:05pm up 6 days, 1:28, 1 user, load average: 0.00, 0.01, 0.00
109 processes: 107 sleeping, 1 running, 1 zombie, 0 stopped
CPU states: 0.9% user, 0.9% system, 0.0% nice, 98.0% idle
Mem: 223100K av, 217320K used, 5780K free, 0K shrd, 75380K buff
Swap: 265064K av, 1300K used, 263764K free 90492K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
26842 root 19 0 1032 1032 792 R 1.1 0.4 0:01 top
The only process (shown) running is 'top'.
top
gives the following output:
9:08pm up 6 days, 1:31, 1 user, load average: 0.04, 0.01, 0.00
109 processes: 107 sleeping, 1 running, 1 zombie, 0 stopped
CPU states: 0.7% user, 1.3% system, 0.0% nice, 97.8% idle
Mem: 223100K av, 217320K used, 5780K free, 0K shrd, 75380K buff
Swap: 265064K av, 1300K used, 263764K free 90492K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
26843 root 19 0 1032 1032 792 R 1.5 0.4 0:00 top
6 root 12 0 0 0 0 SW 0.5 0.0 34:04 kscand
1 root 8 0 472 444 412 S 0.0 0.1 0:06 init
2 root 9 0 0 0 0 SW 0.0 0.0 0:00 keventd
3 root 9 0 0 0 0 SW 0.0 0.0 0:00 kapmd
4 root 18 19 0 0 0 SWN 0.0 0.0 0:00 ksoftirqd_CPU0
5 root 9 0 0 0 0 SW 0.0 0.0 0:01 kswapd
7 root 9 0 0 0 0 SW 0.0 0.0 0:00 bdflush
8 root 9 0 0 0 0 SW 0.0 0.0 0:00 kupdated
9 root -1 -20 0 0 0 SW< 0.0 0.0 0:00 mdrecoveryd
13 root 9 0 0 0 0 SW 0.0 0.0 0:17 kjournald
104 root 9 0 0 0 0 SW 0.0 0.0 0:00 khubd
181 root 9 0 0 0 0 SW 0.0 0.0 0:00 kjournald
300 root 9 0 372 316 312 S 0.0 0.1 0:00 mingetty
301 root 9 0 372 316 312 S 0.0 0.1 0:00 mingetty
302 root 9 0 316 300 260 S 0.0 0.1 0:44 svscan
319 root 9 0 304 272 260 S 0.0 0.1 0:00 supervise
320 root 9 0 304 276 260 S 0.0 0.1 0:00 supervise
328 root 9 0 472 456 400 S 0.0 0.2 0:05 cvm-unix-local
331 cvmlog 9 0 296 264 248 S 0.0 0.1 0:00 multilog
337 root 9 0 308 276 260 S 0.0 0.1 0:00 supervise
338 root 9 0 304 272 260 S 0.0 0.1 0:00 supervise
339 root 9 0 304 272 260 S 0.0 0.1 0:00 supervise
340 root 9 0 304 272 260 S 0.0 0.1 0:00 supervise
341 root 9 0 304 276 260 S 0.0 0.1 0:00 supervise
342 root 9 0 304 276 260 S 0.0 0.1 0:00 supervise
343 root 9 0 308 276 260 S 0.0 0.1 0:00 supervise
344 root 9 0 308 276 260 S 0.0 0.1 0:00 supervise
345 root 9 0 308 276 260 S 0.0 0.1 0:00 supervise
346 root 9 0 308 280 260 S 0.0 0.1 0:00 supervise
347 dnslog 9 0 332 324 276 S 0.0 0.1 0:07 multilog
348 qmaill 9 0 296 264 248 S 0.0 0.1 0:00 multilog
349 qmaill 9 0 300 268 248 S 0.0 0.1 0:00 multilog
350 root 9 0 304 276 260 S 0.0 0.1 0:00 supervise
351 root 9 0 304 280 260 S 0.0 0.1 0:00 supervise
352 root 9 0 308 276 260 S 0.0 0.1 0:00 supervise
353 root 9 0 308 280 260 S 0.0 0.1 0:00 supervise
Hence me wondering why all the supervise threads.
Phil