Changes

Jump to: navigation, search

The number of processes seems to be wrong in VE

No change in size, 09:34, 15 May 2007
Disclosure
The thing is that <tt>ps aux</tt> command outputs only "full-fledged" processes, but not threads. And `vzlist` command counts all processes in [[VE]] including threads. <tt>ps -eLf</tt> command allows you to see all processes:
<pre>
[root@HN ~] # vzctl exec 1001 ps -elf eLf | wc -l
65
[root@HN ~] # vzctl exec 1002 ps -elf eLf | wc -l
14
[root@HN ~] # vzctl exec 1003 ps -elf eLf | wc -l
26
</pre>
2
edits

Navigation menu