Forum Discussion
RH
Nimbostratus
11 years agoThroughput dashboard / SNMP OID / tmsh show sys performance throughput
Throughput in the dashboard displays information In Out in bps
I've added the following in OID in PRTG Network Monitor :
sysStatClientBytesIn (.1.3.6.1.4.1.3375.2.1.1.2.1.3)
sysStatClien...
mhite_60883
Cirrocumulus
11 years agoThere is nothing in the load balancer UI that shows the data in this manner. I have in the past created custom reports similar to this using iControl.
A much more low-tech solution, if you don't mind munging the data, is to spit it out via tmsh:
cd /; list ltm virtual one-line recursive
I'm sure putting that through the right sed/awk magic would get you what you want.