My project will add a HttpModule to legacy system to do some filtering action. The system administrators hope us to provide the stastics Delta about CPU, the # of current users being serviced, etc.
Does anybody can suggest tools or strategy to go about this kind of simulation?
Thanks for any help.
One option is to create some custom performance counters to represent the quantities/rates you want to measure:
How to: Create Custom Performance Counters
How To: Use Custom Performance Counters from ASP.NET
Your system admins will be able to use Perfmon.exe (a standard tool they should be familiar with) to view your custom counters.
Another option is to use System.Diagnostics or Log4Net; for example: