I'm looking for somthing like top is to CPU usage. Is there a command line argument for top that does this? Currently, my memory is so full that even 'man top' fails with out of memory :)
|
|
From inside
You might also try:
This will give the top 5 processes by memory usage. |
|||
|
If you have it installed I like |
|||
|
|
|
Once |
|||||||
|
|
In Solaris the command you would need is:
This will list all processes in order of descending process image size. Note that the latter is based on memory committed to the process by the OS, not its resident physical memory usage. There are supposedly versions of "top" available for Solaris, but these are not part of the standard installation. |
|||
|
|
|
One nice alternative to |
|||
|
|