summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.c
AgeCommit message (Expand)Author
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-11-24DiskIOMeter: Cache the formatted "KiB/s" number stringsExplorer09
2023-11-24Always update 'values' member of DiskIOMeterExplorer09
2023-11-24Use xSnprintf in DiskIOMeter_updateValues()Explorer09
2023-11-24Cap DiskIOMeter "utilisation" percentage at 100%Explorer09
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-12-06DiskIOMeter: indicate read and write in meter modeChristian Hesse
2022-12-06DiskIOMeter: use complete unitsChristian Hesse
2022-12-06DiskIOMeter: convert to bytes per secondChristian Hesse
2022-12-06DiskIOMeter: use define ONE_KChristian Hesse
2021-12-08IOMeters: rework initial displayChristian Göttsche
2021-10-30Discard stale information from DiskIO and NetworkIO metersBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Use RichString_appendnAscii where possibleChristian Göttsche
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-04-05Merging all the points related to calculating time in one placeSohaib
2021-03-04Save text buffer in MeterChristian Göttsche
2021-03-02Switch DiskIO Meter to using uint32_t and uint64_tNathan Scott
2021-03-01Fix integer sizing issues in the DiskIO MeterNathan Scott
2021-02-15De-typo DiskIOMeterDaniel Lange
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-04Convert personal copyright authorship to teamChristian Göttsche
2020-11-22Reduce scope of cached valuesBenny Baumann
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-02Handle data wraparounds in IO MetersChristian Göttsche
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
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