Forum Discussion
Robert_Sutcliff
Nimbostratus
Mar 23, 2010TMM Utilization graph
Hi,
What stats are used to generate the TMM Utilization graph (under the Performance section of the Web Interface)? Specifically, how are figures for each TMM process calculated?
I had thought it would be based on the following SNMP OIDs (by walking the sysTMMStatTable).
sysTMMStatTmTotalCycles
sysTMMStatTmIdleCycles
sysTMMStatTmSleepCycles
The nearest I can get is to use the following equation :-
( (totalCycles - (idleCycles + sleepCycles) ) / totalCycles) * 100 * 5
although where the multiplication by 5 comes from I can't explain.
The reason for this is I want to monitor this via SNMP GET (for use in nagios). We have a number of virtual services that are CMP bound (ie. stick on one tmm process) - so any single tmm process running into high utilization can cause a problem (and the average could still be quite low).
Any ideas/suggestions?
Cheers,
Rob
- Hamish
Cirrocumulus
The answer is going to vary, depending on which version of LTM you're using. The latest versions have better information, but v10 has a different OID than 9.4 IIRC. (Or it might have been 9.4 that introduced the multi-cpu OID's). - Steven_John_711
Nimbostratus
Hi, - JRahm
Admin
my $tmmTotalCycles = '.1.3.6.1.4.1.3375.2.1.1.2.1.41.0'; - tony_100112
Nimbostratus
I generate the TMM Utilization graph with the equation of ( (totalCycles - (idleCycles + sleepCycles) ) / totalCycles) * 100 * 5 via ZABBIX - Hamish
Cirrocumulus
How are you getting the stats? If via iControl, how are you converting the hi/lo 32 bit representations to 64 bits? (Some compilations of perl require different maths to doit due to the sign extension of unsigned numbers). - Hamish
Cirrocumulus
Actually, that should be 'How does ZABBIX read the data'? (Sorry, never used it).
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