Class IOTaskSummary.SpeedStat

  • All Implemented Interfaces:
    alluxio.util.JsonSerializable
    Enclosing class:
    IOTaskSummary

    public static class IOTaskSummary.SpeedStat
    extends java.lang.Object
    implements alluxio.util.JsonSerializable
    An object representation of all the statistics we need from this I/O test.
    • Field Detail

      • mTotalDurationSeconds

        public double mTotalDurationSeconds
      • mTotalSizeBytes

        public long mTotalSizeBytes
      • mMaxSpeedMbps

        public double mMaxSpeedMbps
      • mMinSpeedMbps

        public double mMinSpeedMbps
      • mAvgSpeedMbps

        public double mAvgSpeedMbps
      • mClusterAvgSpeedMbps

        public double mClusterAvgSpeedMbps
      • mStdDev

        public double mStdDev
    • Constructor Detail

      • SpeedStat

        public SpeedStat()
        An empty constructor.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object