Package oshi.driver.unix.aix.perfstat
Class PerfstatProtocol
java.lang.Object
oshi.driver.unix.aix.perfstat.PerfstatProtocol
@ThreadSafe public final class PerfstatProtocol extends java.lang.Object
Utility to query performance stats for network interfaces
-
Method Summary
Modifier and Type Method Description static com.sun.jna.platform.unix.aix.Perfstat.perfstat_protocol_t[]
queryProtocols()
Queries perfstat_protocol for per-protocol usage statisticsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
queryProtocols
public static com.sun.jna.platform.unix.aix.Perfstat.perfstat_protocol_t[] queryProtocols()Queries perfstat_protocol for per-protocol usage statistics- Returns:
- an array of usage statistics
-