Hi,
I would like to monitor total network in and out from a particular node.
I know at current the traffic monitored is separated by NIC.
I would like to have a total.
At current I've tried using the following Keys:
perf_counter["\Network Interface(*)\Bytes Received/sec"]
perf_counter["\Network Interface(*)\Bytes Sent/sec"]
net.if.in[,bytes]
net.if.out[,bytes]
net.if.in[{IPADDRESS},bytes]
net.if.out[{IPADDRESS},bytes]
I would like to monitor total network in and out from a particular node.
I know at current the traffic monitored is separated by NIC.
I would like to have a total.
At current I've tried using the following Keys:
perf_counter["\Network Interface(*)\Bytes Received/sec"]
perf_counter["\Network Interface(*)\Bytes Sent/sec"]
net.if.in[,bytes]
net.if.out[,bytes]
net.if.in[{IPADDRESS},bytes]
net.if.out[{IPADDRESS},bytes]
Comment