aboutsummaryrefslogtreecommitdiff
path: root/utils/collectd/patches/932-add-ipstatistics.patch
Commit message (Collapse)AuthorAge
* collectd-mod-ipstatistics: fix handling of long `/proc` linesAlex Shumsky2023-09-01
| | | | | | | `/proc/net/netstat` `TcpExt:` line is 2064 chars long on linux 6.1 Signed-off-by: Alex Shumsky <alexthreed@gmail.com> [PKG_RELEASE bump added]
* collectd: add plugin to compare ipv4,ipv6 statsNick Hainke2021-02-04
Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and "/proc/net/snmp6" to get the overall ipv4 and ipv6 usage. Signed-off-by: Nick Hainke <vincent@systemli.org>