Searched refs:writeBytesRate (Results 1 – 2 of 2) sorted by relevance
79 double writeBytesRate; member88 double writeBytesRate = 0.0; member
534 stats.readBytesRate == 0 && stats.writeBytesRate == 0); in ProcIoStatsFilter()568 …stats.writeBytesRate = IoCalculator::PercentValue(preData.writeBytes, currData.writeBytes, period); in CalculateProcIoStats()607 …ocIoStats.syscrRate, procIoStats.syscwRate, procIoStats.readBytesRate, procIoStats.writeBytesRate); in ExportAllProcIoStats()629 sysIoStats.writeBytesRate += procIoStats.writeBytesRate; in CollectSysIoStats()657 … sysIoStats.syscrRate, sysIoStats.syscwRate, sysIoStats.readBytesRate, sysIoStats.writeBytesRate); in ExportSysIoStats()