Class OS.Info

  • Enclosing class:
    OS

    public static class OS.Info
    extends java.lang.Object
    Utility class to collect all values at once.
    A bit too specific for general usage, but good for demonstration.
    • Constructor Summary

      Constructors 
      Constructor Description
      Info()
      Create an info instance with the current statistics.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • open_handles

        public final long open_handles
      • max_handles

        public final long max_handles
      • average_load

        public final double average_load
    • Constructor Detail

      • Info

        public Info()
        Create an info instance with the current statistics.