summaryrefslogtreecommitdiffstats
path: root/DiskIOMeter.c
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t as len type for Meter_UpdateValuesChristian Göttsche2020-12-061-1/+1
| | | | Most of the time the parameter is passed to snprintf type functions
* 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
| | | | | | | 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
* 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
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* 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