Package oshi.driver.unix.aix.perfstat
Class PerfstatProcess
java.lang.Object
oshi.driver.unix.aix.perfstat.PerfstatProcess
@ThreadSafe public final class PerfstatProcess extends java.lang.Object
Utility to query performance stats for processes
-
Method Summary
Modifier and Type Method Description static com.sun.jna.platform.unix.aix.Perfstat.perfstat_process_t[]queryProcesses()Queries perfstat_process for per-process usage statisticsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-