Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-10 | cleaned up includes with iwyu | mayurdahibhate | |
2021-03-02 | Switch DiskIO Meter to using uint32_t and uint64_t | Nathan Scott | |
From review via @BenBE, this is now a whole lot cleaner. | |||
2021-03-01 | Fix integer sizing issues in the DiskIO Meter | Nathan 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-04 | Convert personal copyright authorship to team | Christian Göttsche | |
2020-10-29 | FreeBSD: implement Platform_getDiskIO() | Christian Goettsche | |
2020-10-07 | Mark Object instances const | Christian Göttsche | |
2020-10-05 | Update License consistently to GPLv2 as per COPYING file | Daniel Lange | |
2020-10-03 | Add DiskIOMeter for IO read/write usage | Christian Göttsche | |