Requests per second
Hi all,
I would get or calculate how many requests per second (ReqsPerSec) my WS is doing (average in a period).
I looked at the Admin console monitoring data and at perfdump output.
From console I get AvgReqs in last 15'. Iis it correct to calculate ReqsPerSec = AvgReqs / 900 ?
From perfdump I get average RequestProcessingTime. Is it correct to calculate ReqsPerSec = 1 / RequestProcessingTime ?
Which is the most correct/accurate way to get it?
MTIA