models.metric_enum module¶
-
class
models.metric_enum.MetricEnum[source]¶ Bases:
objectImplementation of the ‘metric’ enum.
TODO: type enum description here.
- Attributes:
KSYSTEMUSAGEBYTES: TODO: type description here. KCHUNKBYTESPHYSICAL: TODO: type description here. KNUMBYTESWRITTEN: TODO: type description here. KNUMBYTESREAD: TODO: type description here. KPEAKREADTHROUGHPUT: TODO: type description here. KPEAKWRITETHROUGHPUT: TODO: type description here.
-
KCHUNKBYTESPHYSICAL= 'kChunkBytesPhysical'¶
-
KNUMBYTESREAD= 'kNumBytesRead'¶
-
KNUMBYTESWRITTEN= 'kNumBytesWritten'¶
-
KPEAKREADTHROUGHPUT= 'kPeakReadThroughput'¶
-
KPEAKWRITETHROUGHPUT= 'kPeakWriteThroughput'¶
-
KSYSTEMUSAGEBYTES= 'kSystemUsageBytes'¶