summaryrefslogtreecommitdiffstats
path: root/NetworkIOMeter.h
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
|
* Switch NetworkIO Meter to using uint32_t and uint64_tNathan Scott2021-03-021-4/+4
| | | | From review via @BenBE, this is now a whole lot cleaner.
* Fix integer sizing issues in the NetworkIO MeterNathan Scott2021-03-011-0/+7
| | | | | | | | | On Linux kernels the size of the values exported for network device bytes and packets has used a 64 bit integer for quite some time (2.6+ IIRC). Make the procfs value extraction use correct types and change internal types used to rate convert these counters (within the NetworkIO Meter) 64 bit integers, where appropriate.
* Add NetworkIOMeterChristian Göttsche2020-10-161-0/+8

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