This is one Ubuntu 9.10 server.
Also how to see memory usage per process?
Thanks
Try this:
ps axo pid,ppid,rss,vsz,nlwp,cmd
Output columns:
Try this little hamster in Perl for a simple system overview (on Linux):
http://public.m-plify.net/apercu/apercu.pl
Groups processes by name, e.g. all the processes named "httpd" go into one line; or a special process is given its own line.
For each group give: