summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.c
Commit message (Expand)AuthorAgeFilesLines
* Update includes based on IWYUBenny Baumann2023-12-261-3/+2
* Fix code styleBenny Baumann2023-12-261-13/+12
* Add includes for config.h as per the discussion in PR #1337Daniel Lange2023-12-261-0/+2
* DiskIOMeter: Cache the formatted "KiB/s" number stringsExplorer092023-11-241-14/+9
* Always update 'values' member of DiskIOMeterExplorer092023-11-241-37/+44
* Use xSnprintf in DiskIOMeter_updateValues()Explorer092023-11-241-1/+1
* Cap DiskIOMeter "utilisation" percentage at 100%Explorer092023-11-241-1/+1
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-1/+1
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-3/+3
* DiskIOMeter: indicate read and write in meter modeChristian Hesse2022-12-061-1/+1
* DiskIOMeter: use complete unitsChristian Hesse2022-12-061-1/+3
* DiskIOMeter: convert to bytes per secondChristian Hesse2022-12-061-0/+2
* DiskIOMeter: use define ONE_KChristian Hesse2022-12-061-2/+2
* IOMeters: rework initial displayChristian Göttsche2021-12-081-12/+32
* Discard stale information from DiskIO and NetworkIO metersBenny Baumann2021-10-301-0/+6
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* cleaned up includes with iwyumayurdahibhate2021-05-101-1/+1
* Use RichString_appendnAscii where possibleChristian Göttsche2021-04-261-2/+3
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-2/+2
* Merging all the points related to calculating time in one placeSohaib2021-04-051-6/+4
* Save text buffer in MeterChristian Göttsche2021-03-041-3/+3
* Switch DiskIO Meter to using uint32_t and uint64_tNathan Scott2021-03-021-13/+13
* Fix integer sizing issues in the DiskIO MeterNathan Scott2021-03-011-12/+18
* De-typo DiskIOMeterDaniel Lange2021-02-151-2/+2
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-6/+6
* Use size_t as len type for Meter_UpdateValuesChristian Göttsche2020-12-061-1/+1
* Convert personal copyright authorship to teamChristian Göttsche2020-12-041-1/+1
* Reduce scope of cached valuesBenny Baumann2020-11-221-3/+4
* IWYU update (Linux)Christian Göttsche2020-11-191-0/+1
* Handle data wraparounds in IO MetersChristian Göttsche2020-11-021-4/+15
* FreeBSD: implement Platform_getDiskIO()Christian Goettsche2020-10-291-8/+9
* Improve handling of no data in Disk and Network IO MetersChristian Göttsche2020-10-261-4/+17
* Make all required includes explicitBenny Baumann2020-10-181-1/+5
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann2020-10-161-0/+1
* Generalize Meter value colors for IOChristian Göttsche2020-10-161-6/+6
* Mark Object pointer to _display function constChristian Göttsche2020-10-101-1/+1
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Add DiskIOMeter for IO read/write usageChristian Göttsche2020-10-031-0/+92

© 2014-2024 Faster IT GmbH | imprint | privacy policy