tcp 633 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # pcp-htop(1) configuration file - see pcp-htop(5)
  3. #
  4. [tcp_send_calls]
  5. heading = TCPS
  6. caption = TCP_SEND
  7. width = 6
  8. metric = bcc.proc.net.tcp.send.calls
  9. description = Count of TCP send calls
  10. [tcp_send_bytes]
  11. heading = TCPSB
  12. caption = TCP_SEND_BYTES
  13. width = 6
  14. metric = bcc.proc.net.tcp.send.bytes
  15. description = Cumulative bytes sent via TCP
  16. [tcp_recv_calls]
  17. heading = TCPR
  18. caption = TCP_RECV
  19. width = 6
  20. metric = bcc.proc.net.tcp.recv.calls
  21. description = Count of TCP recv calls
  22. [tcp_recv_bytes]
  23. heading = TCPRB
  24. caption = TCP_RECV_BYTES
  25. width = 6
  26. metric = bcc.proc.net.tcp.recv.bytes
  27. description = Cumulative bytes received via TCP