Forum Discussion
Hamish_Marson_3
Nimbostratus
Oct 25, 2005cpu util on 6400
Is there any way to get the cpu stats for BOTH processors on a 6400 via iControl? The stats documented, show the cycle counts for the processor being used for tmm, but there seems to be nothing for th...
Loc_Pham_101863
Oct 25, 2005Historic F5 Account
Starting with the RedMountain release (v9.2.0), we've added a new method System.SystemInfo.get_cpu_usage_information that returns CPU utilization information for all CPUs in the system.
Here's the relevant information for this new method:
CPUUsageInformation get_cpu_usage_information();
where CPUUsageInformation is defined as:
struct CPUUsage
{
Common::ULong cpu_id;
Common::ULong64 user;
Common::ULong64 niced;
Common::ULong64 system;
Common::ULong64 idle;
Common::ULong64 irq;
Common::ULong64 softirq;
Common::ULong64 iowait;
};
struct CPUUsageInformation
{
CPUUsage[] usages; // The list of CPU usage patterns.
TimeStamp time_stamp; // The time stamp at which the statistics are gathered.
};
Hope this helps.
Regards,
Loc
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