Forum Discussion
jpowell_46889
Nimbostratus
Mar 19, 2007Any examples of collecting F5 performance data via SNMP
I'm trying to collect performance data for our F5 device via SNMP (CPU,mem,network,etc.). I think I'm good on everything but CPU. I used the method outlined in the Big-IP Network and System Management Guide, but that doesn't seem accurate.
Anyone know of a good way to collect CPU data? This is more for capacity planning than active monitoring.
Thanks in advance
Jim
3 Replies
- Not sure about SNMP, but you can get the cpu usage information from the iControl System.SystemInfo.get_cpu_usage_information() method.
- I just upgraded to SOAP::Lite 0.66 and it turns out the SOAP::Lite folks have deprecated the "uri" subroutine (which was in the past the way to specify which namespace to use with the soap calls).
http://www.soaplite.com/2005/04/tturitt_and_ttu.html
Click here$soap = SOAP::Lite -> uri('urn:iControl:System/SystemInfo') -> proxy("$sProtocol://$sHost:$sPort/iControl/iControlPortal.cgi");
$soap = SOAP::Lite -> ns('urn:iControl:System/SystemInfo') -> proxy("$sProtocol://$sHost:$sPort/iControl/iControlPortal.cgi");
- Puli
Nimbostratus
Hi,
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