Package oshi.driver.unix.aix.perfstat
Class PerfstatNetInterface
- java.lang.Object
-
- oshi.driver.unix.aix.perfstat.PerfstatNetInterface
-
@ThreadSafe public final class PerfstatNetInterface extends java.lang.Object
Utility to query performance stats for network interfaces
-
-
Field Summary
Fields Modifier and Type Field Description private static com.sun.jna.platform.unix.aix.Perfstat
PERF
-
Constructor Summary
Constructors Modifier Constructor Description private
PerfstatNetInterface()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.jna.platform.unix.aix.Perfstat.perfstat_netinterface_t[]
queryNetInterfaces()
Queries perfstat_netinterface for per-netinterface usage statistics
-