summaryrefslogtreecommitdiffstats
path: root/NetworkIOMeter.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
* Change NetworkIOMeter value unit from KiB/s to bytes/secondExplorer092023-11-241-4/+2
* Cache NetworkIOMeter values in 'double' typeExplorer092023-11-241-4/+4
* NetworkIOMeter: Cache the formatted "KiB/s" number stringsExplorer092023-11-241-8/+7
* Always update 'values' member of NetworkIOMeterExplorer092023-11-241-51/+58
* NetworkIOMeter: correct format string and code commentsExplorer092023-11-241-3/+3
* Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott2023-10-101-0/+7
|\
| * Add missing copyright/file headersBenny Baumann2023-05-251-0/+7
* | 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
* NetworkIOMeter: show packet rate in meter modeChristian Hesse2022-12-061-1/+2
* NetworkIOMeter: convert to packets per secondChristian Hesse2022-12-061-3/+5
* NetworkIOMeter: swap calculation for more precisionChristian Hesse2022-12-061-2/+2
* IOMeters: rework initial displayChristian Göttsche2021-12-081-11/+32
* Discard stale information from DiskIO and NetworkIO metersBenny Baumann2021-10-301-0/+6
* cleaned up includes with iwyumayurdahibhate2021-05-101-2/+3
* 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-5/+3
* Save text buffer in MeterChristian Göttsche2021-03-041-3/+3
* Switch NetworkIO Meter to using uint32_t and uint64_tNathan Scott2021-03-021-21/+21
* Fix integer sizing issues in the NetworkIO MeterNathan Scott2021-03-011-29/+35
* Implement bar and graph mode for NetworkIOMeter (#408)Michael F. Schönitzer2021-02-281-2/+8
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-8/+8
* Use size_t as len type for Meter_UpdateValuesChristian Göttsche2020-12-061-1/+1
* Reduce scope of cached valuesBenny Baumann2020-11-221-4/+6
* IWYU update (Linux)Christian Göttsche2020-11-191-0/+1
* Handle data wraparounds in IO MetersChristian Göttsche2020-11-021-6/+22
* Improve handling of no data in Disk and Network IO MetersChristian Göttsche2020-10-261-3/+13
* Increase print buffer in NetworkIOMeter_displayChristian Göttsche2020-10-201-1/+1
* Make all required includes explicitBenny Baumann2020-10-181-0/+7
* Add NetworkIOMeterChristian Göttsche2020-10-161-0/+89

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