summaryrefslogtreecommitdiffstats
path: root/NetworkIOMeter.c
AgeCommit message (Expand)Author
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 NetworkIO Meter to using uint32_t and uint64_tNathan Scott
2021-03-01Fix integer sizing issues in the NetworkIO MeterNathan Scott
2021-02-28Implement bar and graph mode for NetworkIOMeter (#408)Michael F. Schönitzer
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-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-26Improve handling of no data in Disk and Network IO MetersChristian Göttsche
2020-10-20Increase print buffer in NetworkIOMeter_displayChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Add NetworkIOMeterChristian Göttsche