Interface MonitorDProto.CPUUsage.SingleCPUUsageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.CPUUsage.SingleCPUUsage, MonitorDProto.CPUUsage.SingleCPUUsage.Builder
Enclosing class:
MonitorDProto.CPUUsage

public static interface MonitorDProto.CPUUsage.SingleCPUUsageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float idle = 5;
    float
    float iowait = 6;
    float
    float irq = 7;
    float
    float nice = 3;
    float
    float softirq = 8;
    float
    float sys = 4;
    float
    float total = 1;
    float
    float user = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTotal

      float getTotal()
      float total = 1;
      Returns:
      The total.
    • getUser

      float getUser()
      float user = 2;
      Returns:
      The user.
    • getNice

      float getNice()
      float nice = 3;
      Returns:
      The nice.
    • getSys

      float getSys()
      float sys = 4;
      Returns:
      The sys.
    • getIdle

      float getIdle()
      float idle = 5;
      Returns:
      The idle.
    • getIowait

      float getIowait()
      float iowait = 6;
      Returns:
      The iowait.
    • getIrq

      float getIrq()
      float irq = 7;
      Returns:
      The irq.
    • getSoftirq

      float getSoftirq()
      float softirq = 8;
      Returns:
      The softirq.