Searched refs:sectorReadRate (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | io.h | 47 double sectorReadRate = 0.0; /* number of sectors read persecond */
member
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | io_collector_impl.cpp | 304 stats.sectorReadRate = IoCalculator::PercentValue(preData.sectorRead, currData.sectorRead, period);
in CalculateDeviceDiskStats() 334 dprintf(fd, "%-13s\t%20s\t%20s\t%20s\t%20s\t%12s\t%12s\t%12s\n", "device", "sectorReadRate/s", "sectorWriteRate/s",
in ExportDiskStats() 338 stats.deviceName.c_str(), stats.sectorReadRate, stats.sectorWriteRate, stats.operReadRate,
in ExportDiskStats()
|
Completed in 3 milliseconds