java.lang.Object
oshi.driver.unix.aix.perfstat.PerfstatProcess
Utility to query performance stats for processes
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.jna.platform.unix.aix.Perfstat.perfstat_process_t[]
Queries perfstat_process for per-process usage statistics
-
Method Details
-
queryProcesses
public static com.sun.jna.platform.unix.aix.Perfstat.perfstat_process_t[] queryProcesses()Queries perfstat_process for per-process usage statistics- Returns:
- an array of usage statistics
-