类 MonitorInfo


  • public class MonitorInfo
    extends java.lang.Object
    Created by qingliang on 2017/7/20.
    作者:
    Nacos
    • 字段详细资料

      • totalMemory

        private long totalMemory
        Total memory can use.
      • freeMemory

        private long freeMemory
        Free memory.
      • maxMemory

        private volatile long maxMemory
        Max memory can use.
      • cpuRatio

        private double cpuRatio
        Cpu ratio.
      • load

        private double load
        System load.
      • ygc

        private int ygc
        Young gc time counter.
      • ygct

        private double ygct
        Young gc time.
      • fgc

        private int fgc
        Full gc time counter.
      • fgct

        private double fgct
        Full gc time.
      • gct

        private double gct
        Gc time.
    • 构造器详细资料

      • MonitorInfo

        public MonitorInfo()
    • 方法详细资料

      • getFreeMemory

        public long getFreeMemory()
      • setFreeMemory

        public void setFreeMemory​(long freeMemory)
      • getMaxMemory

        public long getMaxMemory()
      • setMaxMemory

        public void setMaxMemory​(long maxMemory)
      • getTotalMemory

        public long getTotalMemory()
      • setTotalMemory

        public void setTotalMemory​(long totalMemory)
      • getCpuRatio

        public double getCpuRatio()
      • setCpuRatio

        public void setCpuRatio​(int cpuRatio)
      • getLoad

        public double getLoad()
      • setLoad

        public void setLoad​(int load)
      • getYgc

        public int getYgc()
      • setYgc

        public void setYgc​(int ygc)
      • getYgct

        public double getYgct()
      • setYgct

        public void setYgct​(int ygct)
      • getFgc

        public int getFgc()
      • setFgc

        public void setFgc​(int fgc)
      • getFgct

        public double getFgct()
      • setFgct

        public void setFgct​(int fgct)
      • getGct

        public double getGct()
      • setGct

        public void setGct​(int gct)
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object