Tools for Window service performance testing
Can you recommend open source and comme开发者_如何学JAVArcial tools for testing Windows services? I want to test for memory usage, leaks, etc.
C# 2.0 - Window Services.
You can use any performance testing tools for .NET with a windows service.
You can start by using the built in performance monitor to see memory usage over time and other metrics - this will let you measure performance characteristics and see if your service is leaking memory etc.
If you want to go further, ANTS Performance Profiler by redgate is very good, as is dotTrace by jet brains.
Here is a list of open source .NET profilers.
精彩评论