summaryrefslogtreecommitdiffstats
path: root/NetworkIOMeter.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-24Change NetworkIOMeter value unit from KiB/s to bytes/secondExplorer09
2023-11-24Cache NetworkIOMeter values in 'double' typeExplorer09
2023-11-24NetworkIOMeter: Cache the formatted "KiB/s" number stringsExplorer09
2023-11-24Always update 'values' member of NetworkIOMeterExplorer09
2023-11-24NetworkIOMeter: correct format string and code commentsExplorer09
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-05-25Add missing copyright/file headersBenny Baumann
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-12-06NetworkIOMeter: show packet rate in meter modeChristian Hesse
2022-12-06NetworkIOMeter: convert to packets per secondChristian Hesse
2022-12-06NetworkIOMeter: swap calculation for more precisionChristian Hesse
2021-12-08IOMeters: rework initial displayChristian Göttsche
2021-10-30Discard stale information from DiskIO and NetworkIO metersBenny Baumann
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