udp 633 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # pcp-htop(1) configuration file - see pcp-htop(5)
  3. #
  4. [udp_send_calls]
  5. heading = UDPS
  6. caption = UDP_SEND
  7. width = 6
  8. metric = bcc.proc.net.udp.send.calls
  9. description = Count of UDP send calls
  10. [udp_send_bytes]
  11. heading = UDPSB
  12. caption = UDP_SEND_BYTES
  13. width = 6
  14. metric = bcc.proc.net.udp.send.bytes
  15. description = Cumulative bytes sent via UDP
  16. [udp_recv_calls]
  17. heading = UDPR
  18. caption = UDP_RECV
  19. width = 6
  20. metric = bcc.proc.net.udp.recv.calls
  21. description = Count of UDP recv calls
  22. [udp_recv_bytes]
  23. heading = UDPRB
  24. caption = UDP_RECV_BYTES
  25. width = 6
  26. metric = bcc.proc.net.udp.recv.bytes
  27. description = Cumulative bytes received via UDP