View Single Post
  #22  
Old 04-11-2010, 04:04 AM
iseletsk iseletsk is offline
Member
 
Join Date: Mar 2010
Posts: 14
Quote:
Originally Posted by DataOne View Post
Looks like is working now !

Is easy to get the top ten cpu eaters:

# cat /proc/lve/list|sort -r -n -k5|head -10
1485 3 100 100 1356112822722
824 2 100 100 230866736639
526 3 100 100 150523405592
1231 2 100 100 90540145514
927 2 100 100 89125989547
719 2 100 100 86946923203
633 3 100 100 69499024119
1218 2 100 100 24445937978
1411 2 100 100 19176211971
872 2 100 100 18148676133

The big number is cpu usage but I don't know in what units is that, I guess is not cpu time in seconds
The big numbers are jiffies (Within the Linux 2.6 operating system kernel, since release 2.6.13, on the Intel i386 platform a jiffy is by default 4 ms, or 1/250 of a second. The jiffy values for other Linux versions and platforms have typically varied between about 1 ms and 10 ms.) spent by CPU on all the processes within LVE.

lveps -d would give you usage in percentage on per LVE bases.
Reply With Quote