We have about 15 wcf services hosted on a Windows service. Some of them relate to .NET 4.0 and some of them in .NET 3.5.
I would like to know how to perform load / stress / performance testing of wcf services hosted in a windows service. The client uses the .net tcp binding to communicate with the services. In addition, most of the API returns a stream to improve performance.
I managed to find some wcf service testing tools hosted in IIS, but donβt know how to perform load / stress / performance testing for services hosted on a window service.
Any help is appreciated. Thanks.
performance wcf windows-services stress-testing load-testing
Everything matters
source share