Uses of Class
oshi.driver.linux.proc.ProcessStat.PidStatM
-
Packages that use ProcessStat.PidStatM Package Description oshi.driver.linux.proc Provides functions to query statistics in the Linux /proc pseudo-filesystem -
-
Uses of ProcessStat.PidStatM in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return ProcessStat.PidStatM Modifier and Type Method Description static ProcessStat.PidStatM
ProcessStat.PidStatM. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessStat.PidStatM[]
ProcessStat.PidStatM. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.linux.proc that return types with arguments of type ProcessStat.PidStatM Modifier and Type Method Description static java.util.Map<ProcessStat.PidStatM,java.lang.Long>
ProcessStat. getPidStatM(int pid)
Reads the statistics in/proc/[pid]/statm
and returns the results.
-