root@proxy:/home/system_service/nginx# node_exporter --version
node_exporter, version 1.4.0-rc.0 (branch: HEAD, revision: 73dabdfe9eb9a46a5349a486ebf4bb75e9660f29)
build user: root@eb4ea82c806e
build date: 20220727-16:14:50
go version: go1.18.4
platform: linux/amd64
root@proxy:/home/system_service/nginx# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
root@proxy:/home/system_service/nginx# uname -r
6.5.0-14-generic
I want to monitor ubuntu network card traffic,Couldn't get its NIC name;
finally,discover This parameter is not found:node_network_receive_bytes_total
But I found similar parameters:(Although it failed to calculate the rate of network card traffic)
What parameters should I use to calculate the speed of the network card? Seek Assist
For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.
essential information:prometheus serser
essential information:node_exporter
I want to monitor ubuntu network card traffic,Couldn't get its NIC name; finally,discover This parameter is not found:node_network_receive_bytes_total But I found similar parameters:(Although it failed to calculate the rate of network card traffic) What parameters should I use to calculate the speed of the network card? Seek Assist