Package com.netcracker.profiler.metrics
Class DiskIOMetric
java.lang.Object
com.netcracker.profiler.metrics.AbstractMetric
com.netcracker.profiler.metrics.AbstractHistogramMetric
com.netcracker.profiler.metrics.DiskIOMetric
- All Implemented Interfaces:
com.netcracker.profiler.agent.BaseMetric,com.netcracker.profiler.agent.Metric
-
Field Summary
Fields inherited from class com.netcracker.profiler.metrics.AbstractHistogramMetric
BUCKET_SUFFIX, COUNT_SUFFIX, highestTrackableValue, histogram, histogramIterationType, logBase, lowestDiscernibleValue, numberOfSignificantValueDigits, percentileTicksPerHalfDistance, sum, SUM_SUFFIX, valueUnitsInFirstBucket, valueUnitsPerBucketFields inherited from class com.netcracker.profiler.metrics.AbstractMetric
key, outputVersion -
Constructor Summary
ConstructorsConstructorDescriptionDiskIOMetric(String callType, HashSet<AggregationParameter> aggregationParameters, Map<String, String> metricParameters, int outputVersion) -
Method Summary
Methods inherited from class com.netcracker.profiler.metrics.AbstractHistogramMetric
initHistogram, parseHistogramParameters, print, recordValue, resetValueMethods inherited from class com.netcracker.profiler.metrics.AbstractMetric
buildKey, buildKey, equals, getKey, getOutputVersion, getUpdatedTime, hashCode, resetUpdatedTime, setKey, setOutputVersion
-
Constructor Details
-
DiskIOMetric
-
-
Method Details
-
recordValue
-