summaryrefslogtreecommitdiffstats
path: root/zfs/ZfsCompressedArcMeter.c
AgeCommit message (Expand)Author
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-26Use RichString_appendnAscii where possibleChristian Göttsche
2021-04-22ZfsCompressedArcMeter: avoid division by 0Christian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-02-09Make ZFS Meter "Unavailable" text match others -> FAILED_READ coloringDaniel Lange
2021-02-09Forgot to correctly color ZFS ARC ratioRoss Williams
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-08Use sizeof buffer instead of magic numberChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-11-22Reduce scope of local variablesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-26Hold only a const version of the ProcessList in 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-13Mark remaining classes constChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2019-09-03Support for ZFS Compressed ARC statisticsRoss Williams