summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.c
AgeCommit message (Collapse)Author
2020-11-02Handle data wraparounds in IO MetersChristian Göttsche
If the current data is smaller than the previous one, either by a retrieve error or a device removal or a original data wraparound, sanitize the value to zero. Fixes: #299
2020-10-29FreeBSD: implement Platform_getDiskIO()Christian Goettsche
2020-10-26Improve handling of no data in Disk and Network IO MetersChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
Information as seen by IWYU 0.12 + clang 9 on Linux
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-16Generalize Meter value colors for IOChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
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