https://lnsyyj.github.io/2019/05/27/prometheus-node-exporter-%E7%9B%91%E6%8E%A7%E9%A1%B9/

 

网络指标

/proc/net/dev

node_network_receive_packets_total -- 接收的数据包总数

node_network_transmit_packets_total -- 发送的数据包总数

node_network_receive_errs_total -- 接收的错误数据包总数

node_network_transmit_errs_total -- 发送的错误数据包总数

node_network_receive_drop_total -- 接收的丢弃的数据包总数

node_network_transmit_drop_total -- 发送的丢弃的数据包总数

node_network_receive_compressed_total -- 接收的压缩数据包总数

node_network_transmit_compressed_total -- 发送的压缩数据包总数

node_network_receive_multicast_total -- 接收的多播包数

node_network_receive_fifo_total -- 接收的 fifo 包总数

node_network_transmit_fifo_total -- 发送的 fifo 包总数

 

相关文章:

  • 2021-07-10
  • 2021-07-04
  • 2021-08-13
  • 2021-08-16
  • 2022-12-23
  • 2021-06-24
  • 2022-03-08
  • 2021-08-27
猜你喜欢
  • 2021-08-20
  • 2022-12-23
  • 2022-01-14
  • 2022-01-28
  • 2021-04-19
  • 2021-04-11
  • 2021-09-14
相关资源
相似解决方案