Package oshi.driver.linux.proc

Provides functions to query statistics in the Linux /proc pseudo-filesystem
  • Class Summary 
    Class Description
    CpuInfo
    Utility to read CPU info from /proc/cpuinfo
    CpuStat
    Utility to read CPU statistics from /proc/stat
    DiskStats
    Utility to read disk statistics from /proc/diskstats
    ProcessStat
    Utility to read process statistics from /proc/[pid]/stat
    UpTime
    Utility to read system uptime from /proc/uptime
    UserGroupInfo
    Utility class to temporarily cache the userID and group maps in Linux, for parsing process ownership.
  • Enum Summary 
    Enum Description
    DiskStats.IoStat
    Enum corresponding to the fields in the output of /proc/diskstats
    ProcessStat.PidStat
    Enum corresponding to the fields in the output of /proc/[pid]/stat
    ProcessStat.PidStatM
    Enum corresponding to the fields in the output of /proc/[pid]/statm