Class SolarisPrUsage
java.lang.Object
oshi.driver.common.unix.solaris.SolarisPrUsage
Pure-Java mirror of the Solaris
prusage_t struct populated from /proc/<pid>/usage or
/proc/<pid>/lwp/<tid>/usage.
Fields and ordering match <sys/procfs.h>. Trailing fields not used by OSHI are skipped.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlonglongintlonglonglong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pr_lwpid
public int pr_lwpid -
pr_count
public int pr_count -
pr_tstamp
-
pr_create
-
pr_term
-
pr_rtime
-
pr_utime
-
pr_stime
-
pr_ttime
-
pr_tftime
-
pr_dftime
-
pr_kftime
-
pr_ltime
-
pr_slptime
-
pr_wtime
-
pr_stoptime
-
pr_minf
public long pr_minf -
pr_majf
public long pr_majf -
pr_vctx
public long pr_vctx -
pr_ictx
public long pr_ictx -
pr_ioch
public long pr_ioch
-
-
Constructor Details
-
SolarisPrUsage
-