tags:

views:

18

answers:

1

How to measure Latency and the payload size for IIS hosted WCF Service?

A: 

It depends if you are using AspNetComaptibility or not. If you are then it is simple, you can use ASP.NET performance counters:

http://msdn.microsoft.com/en-us/library/fxk122b4.aspx

Especially look at Request Bytes In Total and Request Wait Time

Aliostad