aboutsummaryrefslogtreecommitdiffstats
path: root/pcp/columns/tcp
blob: f9a18196ca0f8bf7e787b3a3664f8d45c9880b94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# pcp-htop(1) configuration file - see pcp-htop(5)
#

[tcp_send_calls]
heading = TCPS
caption = TCP_SEND
width = 6
metric = bcc.proc.net.tcp.send.calls
description = Count of TCP send calls

[tcp_send_bytes]
heading = TCPSB
caption = TCP_SEND_BYTES
width = 6
metric = bcc.proc.net.tcp.send.bytes
description = Cumulative bytes sent via TCP

[tcp_recv_calls]
heading = TCPR
caption = TCP_RECV
width = 6
metric = bcc.proc.net.tcp.recv.calls
description = Count of TCP recv calls

[tcp_recv_bytes]
heading = TCPRB
caption = TCP_RECV_BYTES
width = 6
metric = bcc.proc.net.tcp.recv.bytes
description = Cumulative bytes received via TCP

© 2014-2024 Faster IT GmbH | imprint | privacy policy