Reputation: 25
I need to find out the performance of my application.This application works as follows-
Which tool would be the best for this scenario?
Upvotes: 0
Views: 986
Reputation: 19020
For automated load testing you probably need two things:
Then setup your server and run as many clients as you want to see when it falls over.
Upvotes: 1
Reputation: 85
There are a couple of excellent tools. Telerik has a good tool for profiling both a .NET windows application as well as a WCF service. I've also found that JetBrains has another excellent profiler. I've used Jet Brains to profile, WCF code as well as windows applications. If you're app communicates over HTTP. Fiddler could be another good
Upvotes: 0