Stats about CPU

(imported topic written by kaushalw91)

I want to generate a web report whenever a system hits 95% ( or any integer ) CPU usage.

Right now, I have created a property in BES console to check CPU usage every 5 minutes. This is the relevance of that property “following text of first “=” of (property “Loadpercentage” of select object “Loadpercentage from WIN32_PROCESSOR where DeviceID=‘CPU0’” of wmi as string) as integer”

I have created a work around for this webreport for a while, I have included the property created above and based on that it emails me every 15 minutes about list of systems which hit 95% CPU usage.

Let me know if there is other optimal way of doing this.

Thanks,

Kaushal

(imported comment written by BenKus)

Kaushal,

I can’t think of a better way of doing this… But I have never done CPU load checking from relevance…

Ben

(imported comment written by kaushalw91)

Thanks Ben.