Forum Discussion
Throughput per virtual server
Not quite sure if my question fits this forum, but I'm trying anyway :)
I'm trying to measure performance through our LTMs.
Is there any way to get throughput numbers per virtual server?
The default graph in the dashboard gives a good indication of the total traffic, but it would be nice to be able to drill down to a specific vip.
Is it perhaps possible to query with snmp?
/Niklas
- kridsanaCirrocumulus
Is this F5-BIGIP-LOCAL-MIB::ltmVirtualServStatClientBytesIn. is concurrent byteIn?
or accumulative ByteIn?
If it's accumulative ByteIn, I think we can't use it to see concurrent Throughput.
- Chris_Gray_2395Nimbostratus
On version 12.1.x you have to include the partition too.
snmpget -v2c -c public 127.0.0.1 F5-BIGIP-LOCAL-MIB::ltmVirtualServStatClientBytesIn.\"/Common/VIP_name\"
- HamishCirrocumulus
Wow, blast from the past... Yeah, I think that came in somewhere around v11. Circa August 2011 or so IIRC.
The safe way if you're unsure, is to list the VS's using sum-walk... Then use the OID's returned.
- HamishCirrocumulusThere's templates for cacti that will pull the stats for Virtual Servers, pools, SSL Profiles, compression profiles etc. You can get them either from here (Search for cacti template) or from the cacti download site (I think the ones available on the cacti site are slightly different, and may not have all the graph templates the one here has).
- Jessed12345Employee
- Niklas_Ahl_6703NimbostratusGreat, thanks!
- Jessed12345EmployeeNiklas,
- Niklas_Ahl_6703NimbostratusThanks for the info!
- Mike_Lowell_108Historic F5 AccountI believe the F5 support team usually recommends querying not more frequently than every 10 seconds (see SOL6644 on support.f5.com). Also, the snmp service caches responses for a given table for 2 seconds, so you won't see any new information querying every second vs. every 2 seconds. If you just want live data (not for archival), try the "bigtop" command on the CLI (see "bigtop -h" for syntax).
- Niklas_Ahl_6703NimbostratusThanks!
- Mike_Lowell_108Historic F5 AccountYes, possible with SNMP. The TMOS Management Guide (available on support.f5.com) has an overview of how to work with SNMP on BIG-IP devices. Specifically, you'll want to get data from the F5-BIGIP-LOCAL-MIB, in particular "ltmVirtualServStatClientBytesIn" and "ltmVirtualServStatClientBytesIn".
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com