Forum Discussion
Niklas_Ahl_6703
Nimbostratus
Feb 25, 2011Throughput per virtual server
Hi!
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
11 Replies
Sort By
- 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".
- Niklas_Ahl_6703
Nimbostratus
Thanks! - 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_6703
Nimbostratus
Thanks for the info! - Jessed12345
Employee
Niklas, - Niklas_Ahl_6703
Nimbostratus
Great, thanks! - Jessed12345
Employee
- Hamish
Cirrocumulus
There'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). - Chris_Gray_2395
Nimbostratus
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\"
- Hamish
Cirrocumulus
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.
- kridsana
Cirrocumulus
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.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects