all groups > dotnet web services > april 2008 >
You're in the

dotnet web services

group:

Performance Analysis of WCF distributed Application


Performance Analysis of WCF distributed Application Kaushal Mehta
4/24/2008 3:38:00 PM
dotnet web services:
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.

RE: Performance Analysis of WCF distributed Application Kaushal Mehta
4/24/2008 3:49:01 PM
Hi,

Sorry. By perfmon, I meant the performance analsysis tool provided my the
Visual Studio Team Edition.


[quoted text, click to view]
Re: Performance Analysis of WCF distributed Application BitCrazed
6/17/2008 3:28:05 PM
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 ---

[quoted text, click to view]
AddThis Social Bookmark Button