How to get started with WCF Performance profiling

前端 未结 5 1766
小鲜肉
小鲜肉 2020-12-16 17:40

I\'m trying to figure out how to profile a WCF service so I can identify any bottlenecks.
I have found a bit of information on line, but nothing that assumes no

5条回答
  •  抹茶落季
    2020-12-16 17:46

    Tools you should look into: svctracelogviewer (and turn on tracing in both your service and clients). SoapUI for simulating load (and do analysis) and Fiddler, an excellent HTTP sniffer/diagnostics tool.

提交回复
热议问题