With ps command I can find out how much memory each program uses:
ps -u mertnuhoglu -o pcpu,rss,pid,command
Is it possible to find out the sums of each type of resource usage as well, easily?
|
|
You could sum the usage columns with
You might also be interested in the
The output is in kilobytes (use |
|||
|
|