summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.h
AgeCommit message (Collapse)Author
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-03-02Switch DiskIO Meter to using uint32_t and uint64_tNathan Scott
From review via @BenBE, this is now a whole lot cleaner.
2021-03-01Fix integer sizing issues in the DiskIO MeterNathan Scott
On Linux kernels the size of the values exported for block device bytes has used a 64 bit integer for quite some time (2.6+ IIRC). Make the procfs value extraction use correct types and change internal types used to rate convert these counters (within the DiskIO Meter) 64 bit integers, where appropriate.
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-10-29FreeBSD: implement Platform_getDiskIO()Christian Goettsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Add DiskIOMeter for IO read/write usageChristian Göttsche