Uses of Class
oshi.driver.linux.proc.ProcessStat.PidStat
-
Packages that use ProcessStat.PidStat Package Description oshi.driver.linux.proc Provides functions to query statistics in the Linux /proc pseudo-filesystem -
-
Uses of ProcessStat.PidStat in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return ProcessStat.PidStat Modifier and Type Method Description static ProcessStat.PidStat
ProcessStat.PidStat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessStat.PidStat[]
ProcessStat.PidStat. 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.PidStat Modifier and Type Method Description static Triplet<java.lang.String,java.lang.Character,java.util.Map<ProcessStat.PidStat,java.lang.Long>>
ProcessStat. getPidStats(int pid)
Reads the statistics in/proc/[pid]/stat
and returns the results.
-