Performance Analysis of WCF distributed Application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?S2F1c2hhbCBNZWh0YQ==?=

    Performance Analysis of WCF distributed Application

    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.


  • =?Utf-8?B?S2F1c2hhbCBNZWh0YQ==?=

    #2
    RE: Performance Analysis of WCF distributed Application

    Hi,

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


    "Kaushal Mehta" wrote:
    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.
    >
    >

    Comment

    • BitCrazed

      #3
      Re: Performance Analysis of WCF distributed Application

      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.



      --- BitCrazed ---

      "Kaushal Mehta" <KaushalMehta@d iscussions.micr osoft.comwrote in message
      news:EAE468C0-F48B-4D9B-B735-6EA51395FEFB@mi crosoft.com...
      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.
      >
      >

      Comment

      Working...