Linux Process Statistics

Use these methods to get information about a Linux operating system process.

imageSize The size of the process’s image in megabytes.
rssSize The size of the process’s resident set size in megabytes.
userTime The operating system statistic for the process CPU usage in user time
systemTime The operating system statistic for the process CPU usage in system time.
hostCpuUsage The operating system statistic for the host CPU usage.
threads Number of threads currently active in this process.
LinuxProcessStats Statistics for a Linux process.