Class LoadAverageJNA

java.lang.Object
oshi.driver.common.windows.perfmon.LoadAverage
oshi.driver.windows.perfmon.LoadAverageJNA

@ThreadSafe public final class LoadAverageJNA extends oshi.driver.common.windows.perfmon.LoadAverage
JNA implementation of LoadAverage using JNA-based perfmon drivers.
  • Method Details

    • getInstance

      public static LoadAverageJNA getInstance()
    • queryNonIdleTicks

      protected oshi.util.tuples.Pair<Long,Long> queryNonIdleTicks()
      Specified by:
      queryNonIdleTicks in class oshi.driver.common.windows.perfmon.LoadAverage
    • queryQueueLength

      protected long queryQueueLength()
      Specified by:
      queryQueueLength in class oshi.driver.common.windows.perfmon.LoadAverage