| Removed Methods | 
  | longgetCumulativeRssmem() | Get the resident set size (rss) memory used by all the processes in the process-tree. | 
  | longgetCumulativeRssmem(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. | 
  | longgetCumulativeVmem() | Get the virtual memory used by all the processes in the process-tree. | 
  | longgetCumulativeVmem(int) | Get the virtual memory used by all the processes in the process-tree that are older than the passed in age. |