Removed Methods |
long getCumulativeRssmem()
|
Get the resident set size (rss) memory used by all the processes in the process-tree. |
long getCumulativeRssmem(int )
|
Get the resident set size (rss) memory used by all the processes in the process-tree that are older than the passed in age. |
long getCumulativeVmem()
|
Get the virtual memory used by all the processes in the process-tree. |
long getCumulativeVmem(int )
|
Get the virtual memory used by all the processes in the process-tree that are older than the passed in age. |