I have a VS2010 solution with a Silverlight frontend and a WCF service as backend. I want to measure the WCF communication network traffic. Is there a tool for this? I want to know the number of network packages and network package sizes. I only want to measure the WCF communication packages, not any web site content traffic.
Share
For WCF monitoring there are special performance counters available by default in the PERMON.EXE program. Read http://blogs.msdn.com/b/wenlong/archive/2007/09/07/how-to-use-performance-counters-to-diagnose-performance-of-wcf-applications.aspx for details on how to enable monitoring.