summaryrefslogtreecommitdiffstats
path: root/NetworkIOMeter.h
AgeCommit message (Collapse)Author
2023-12-26Update includes based on IWYUBenny Baumann
2023-05-25Add missing copyright/file headersBenny Baumann
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-03-02Switch NetworkIO Meter to using uint32_t and uint64_tNathan Scott
From review via @BenBE, this is now a whole lot cleaner.
2021-03-01Fix integer sizing issues in the NetworkIO MeterNathan Scott
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.
2020-10-16Add NetworkIOMeterChristian Göttsche