aboutsummaryrefslogtreecommitdiffstats
path: root/pcp/columns/udp
blob: 060f0486f4fbef83bc14b9ab10ecada8cf17c197 (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)
#

[udp_send_calls]
heading = UDPS
caption = UDP_SEND
width = 6
metric = bcc.proc.net.udp.send.calls
description = Count of UDP send calls

[udp_send_bytes]
heading = UDPSB
caption = UDP_SEND_BYTES
width = 6
metric = bcc.proc.net.udp.send.bytes
description = Cumulative bytes sent via UDP

[udp_recv_calls]
heading = UDPR
caption = UDP_RECV
width = 6
metric = bcc.proc.net.udp.recv.calls
description = Count of UDP recv calls

[udp_recv_bytes]
heading = UDPRB
caption = UDP_RECV_BYTES
width = 6
metric = bcc.proc.net.udp.recv.bytes
description = Cumulative bytes received via UDP

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