You are not logged in.
How can I see how much memory in B/KB/MB a process use? ps and top show %.
And, how can I see network usage for a process?
Orjanp...
Last edited by orjanp (2007-04-25 03:24:55)
Ørjan Pettersen
Offline
About your 1st question, try to "man" ps.
ps -o pid,bsdstart,state,rss,args
there are other options that show virtual memory usages and some other memory informations.
Offline
exmap is a great tool of determining more accurate (than top and others) memory usage.
nethogs allows you to see per process network bandwidth usage.
Offline
About your 1st question, try to "man" ps.
ps -o pid,bsdstart,state,rss,args
there are other options that show virtual memory usages and some other memory informations.
Thanks.
I have read thrugh the manpages to ps briefly, but I came out empty.
exmap is a great tool of determining more accurate (than top and others) memory usage.
nethogs allows you to see per process network bandwidth usage.
Shuld have specified my wish better. I need a standard builtin tool to do this, beacause it's beeing called from a python script.
But thanks. Both tools will be installed to be used in general.
Oerjan...
Ørjan Pettersen
Offline