Package oshi.driver.linux.proc
package oshi.driver.linux.proc
Provides functions to query statistics in the Linux /proc pseudo-filesystem
-
ClassDescriptionUtility to read CPU info from
/proc/cpuinfo
Utility to read CPU statistics from/proc/stat
Utility to read disk statistics from/proc/diskstats
Enum corresponding to the fields in the output of/proc/diskstats
Utility to read process statistics from/proc/[pid]/stat
Enum corresponding to the fields in the output of/proc/[pid]/stat
Enum corresponding to the fields in the output of/proc/[pid]/statm
Utility to read system uptime from/proc/uptime
Utility class to temporarily cache the userID and group maps in Linux, for parsing process ownership.