Jump to content

Recommended Posts

Posted

I want to monitor the time a server is idle as a response feature in an experiment. I think the standard Pivot Grid statistics has the "Time Starved" feature which tells me how long the server is idle. But i want the total idle time of all servers as a response in my experiment.

So thought i may use a tally statistic with the value "Server1.Processing.Contents==0" but i don't know how to connect that with a property and i am not so sure if that is correct. I think that might be a common interest so maybe you have a solution for that.

Posted

Hi,


Use: Server1.ResourceState.PercentTime(0)


The list is defined as follows.

0 - Starved

1 - Processing

2 - Blocked

3 - Failed

4 - OffShift

×
×
  • Create New...