0 Votes

Actual max % of CPU of Client
Log In or Register to download the BES file, and more.


Relevance

 
  * Results in a "string"/number
Show indented relevance
(((((it)/((it)+((if (not exists setting "_BESClient_Resource_SleepIdle" of client OR not exists value of setting "_BESClient_Resource_SleepIdle" of client) then 480 /* Default value */ else (value of setting "_BESClient_Resource_SleepIdle" of client as integer)) as floating point))) / (sum of cores of cpupackage as floating point)) * 100) as integer) of ((if (not exists setting "_BESClient_Resource_WorkIdle" of client OR not exists value of setting "_BESClient_Resource_WorkIdle" of client) then 10 /* Default value */ else (value of setting "_BESClient_Resource_WorkIdle" of client as integer)) as floating point)

Property Details

ID2997141
Status
TitleActual max % of CPU of Client
DescriptionThis determines the max % cpu usage of the client, but because the client is single threaded, it divides the number by the number of cores in the system to show the actual max % cpu of the whole processor.
Added by
Last Modified by on 8/15/2013 8:07:28 AM
Counters 5 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/2997141'><img src='https://bigfix.me/cdb/relevanceimage/2997141?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
(WorkIdle / (WorkIdle + SleepIdle)) * 100 should be the correct formula for the max % of CPU usage of the BES Client of a single core because it is single threaded. The true % of CPU usage of a client is actually the max % of CPU usage of a single core divided by how many true cores there are in the processor, which is given by (sum of cores of cpupackage)