Uses of Enum
oshi.driver.linux.proc.ProcessStat.PidStatM
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
-
Uses of ProcessStat.PidStatM in oshi.driver.linux.proc
Modifier and TypeMethodDescriptionstatic ProcessStat.PidStatM
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.Modifier and TypeMethodDescriptionstatic Map<ProcessStat.PidStatM,
Long> ProcessStat.getPidStatM
(int pid) Reads the statistics in/proc/[pid]/statm
and returns the results.