Hi,
I am having this WCF application having one server and two clients.
Is there any way I can perform performance analysis on the entire system
including the networking overhead and the serialization overhead ?
I tried the perfmon provided in the VS Team Edition, but I am not able to
get the serialization as well as the networking overhead incured while
sending messages accross.
Is there any method I can find the performance of the entire system
including all the possible overheads ?
Thanks.
Regards,
Kaushal Mehta.
Kaushal Mehta - 24 Apr 2008 23:49 GMT
Hi,
Sorry. By perfmon, I meant the performance analsysis tool provided my the
Visual Studio Team Edition.
> Hi,
>
[quoted text clipped - 14 lines]
> Regards,
> Kaushal Mehta.
BitCrazed - 17 Jun 2008 23:28 GMT
You could try turning on WCF logging and tracing which can provide you with
a very detailed breakdown of each stage in the processing pipeline. Combined
with the WCF performance counters, you should be able to answer most of your
questions.
http://msdn.microsoft.com/en-us/library/ms731055(VS.85).aspx
--- BitCrazed ---
> Hi,
>
[quoted text clipped - 14 lines]
> Regards,
> Kaushal Mehta.