I have a load test for a WCF service, where we are trying out different compression libraries and configurations and we need to measure the total number of mb sent during a test. Is there a performance counter that measure the relative trafic pr. test. If so, how do I add it to my load test – it seems that only a fraction of the performance counters are visible – E.g. under the category “Web Service”, i don’t see the performance counter “Total Bytes Received” in VS Load test, but I can find it in PerfMon.
Thanks
In the load test expand Counter Sets > Expand applicable > Right Click on Counter Sets > Add Counters
You can implement your own custom performance counter like so: