g1h2j3 Posted February 20, 2015 Posted February 20, 2015 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.
willem Posted February 20, 2015 Posted February 20, 2015 Hi, Use: Server1.ResourceState.PercentTime(0) The list is defined as follows. 0 - Starved 1 - Processing 2 - Blocked 3 - Failed 4 - OffShift
g1h2j3 Posted February 23, 2015 Author Posted February 23, 2015 Hi willem, thanks for your reply. That was what i searched!
Recommended Posts