# # pcp-dstat(1) configuration file - see pcp-dstat(5) # [net] label = net/%I width = 5 printtype = b cullinsts = ^(?:lo|bond\d+|team\d+|face|.+\.\d+)$ bits_in.label = recv bits_in = network.interface.in.bytes bits_out.label = send bits_out = network.interface.out.bytes [net-packets] width = 5 printtype = d pkts_in.label = #recv cullinsts = ^(?:lo|bond\d+|team\d+|face|.+\.\d+)$ pkts_in = network.interface.in.packets pkts_out.label = #send pkts_out = network.interface.out.packets [raw] width = 4 raw = network.rawconn.count + network.rawconn6.count [udp] width = 4 listen = network.udpconn.listen + network.udpconn6.listen listen.label = lis active = network.udpconn.established + network.udpconn6.established active.label = act [unix] width = 4 datagram.label = dgm datagram = network.unix.datagram.count stream_count.label = str stream_count = network.unix.stream.count stream_listen.label = lis stream_listen = network.unix.stream.listen stream_active.label = act stream_active = network.unix.stream.established