Module swim.system

Class SystemPulse


  • public class SystemPulse
    extends Pulse
    • Field Detail

      • cpuUsage

        protected final int cpuUsage
      • cpuTotal

        protected final int cpuTotal
      • memUsage

        protected final long memUsage
      • memTotal

        protected final long memTotal
      • diskUsage

        protected final long diskUsage
      • diskTotal

        protected final long diskTotal
      • startTime

        protected final long startTime
    • Constructor Detail

      • SystemPulse

        public SystemPulse​(int cpuUsage,
                           int cpuTotal,
                           long memUsage,
                           long memTotal,
                           long diskUsage,
                           long diskTotal,
                           long startTime)
    • Method Detail

      • isDefined

        public boolean isDefined()
        Specified by:
        isDefined in class Pulse
      • cpuUsage

        public int cpuUsage()
      • cpuTotal

        public int cpuTotal()
      • memUsage

        public long memUsage()
      • memTotal

        public long memTotal()
      • diskUsage

        public long diskUsage()
      • diskTotal

        public long diskTotal()
      • startTime

        public long startTime()