Profiler tool for web service

Posted by Rotem on Stack Overflow See other posts from Stack Overflow or by Rotem
Published on 2010-05-20T10:22:25Z Indexed on 2010/05/20 10:30 UTC
Read the original article Hit count: 148

Filed under:
|

Hi,

I need a profiler that is able to measure performance of web service execition.

Our application has several layers and ideally I would like to be able to dive into each web service request and see how much time was spent in each layer (server, sql server, etc...)

Is there a tool that can help detect where are the bottlenecks ?

Is that something that can be done using VS Team System Test Edition ?

© Stack Overflow or respective owner

Related posts about web-services

Related posts about profiler