Package oshi.driver.common.unix.solaris


package oshi.driver.common.unix.solaris
Provides functions to query information on Solaris
  • Classes
    Class
    Description
    Shared utility to parse the pure-Java parts of Solaris /proc/<pid>/psinfo, /proc/<pid>/lwp/<tid>/lwpsinfo, and /proc/<pid>/usage.
    Pure-Java mirror of the Solaris lwpsinfo_t struct populated from /proc/<pid>/lwp/<tid>/lwpsinfo.
    Pure-Java mirror of the Solaris prusage_t struct populated from /proc/<pid>/usage or /proc/<pid>/lwp/<tid>/usage.
    Pure-Java mirror of the Solaris psinfo_t struct populated from /proc/<pid>/psinfo.
    64-bit Solaris timestruc_t: seconds and nanoseconds, each 8 bytes.