Is it possible to get the total recieved/sent bytes from netdata? Or is there another integration for monitoring linux clients?
Basically I am just interested in the same number as displayed by ifconfig for RX bytes (589239881
) and TX bytes (829409843
):
$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
...
RX packets 5828126 bytes 589239881 (561.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2083411 bytes 829409843 (790.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0