Class ProcessStats.Memory

java.lang.Object
org.graylog2.shared.system.stats.process.ProcessStats.Memory
Enclosing class:
ProcessStats

public abstract static class ProcessStats.Memory extends Object
  • Constructor Details

    • Memory

      public Memory()
  • Method Details

    • totalVirtual

      public abstract long totalVirtual()
    • resident

      public abstract long resident()
    • share

      public abstract long share()
    • create

      public static ProcessStats.Memory create(long totalVirtual, long resident, long share)