Forum Discussion
Steven_Hotovy_8
Nimbostratus
May 25, 2005Getting CPU Utilization in BigIP
I have several questions regarding CPU performance monitoring of the BigIP.
1. What method should be invoked to get CPU utilization on the BigIP?
2. Can the STATISTIC_TM_TOTAL_...
Steven_Hotovy_8
Nimbostratus
Jun 03, 2005I am already using that construct in my Perl code. Here is the pertinent snippet from the Perl which calls get_global_statistics:
@statistics = @{$Result->{"statistics"}};
foreach my $stat (@statistics)
{
print " ";
$type = $stat->{"type"};
$value = $stat->{"value"};
$low = $value->{"low"};
$high = $value->{"high"};
$value64 = ($high<<32)|$low;
$time_stamp = $stat->{"time_stamp"};
print "$type : $value64\n";
}
Thanks,
Steve
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
