I have a COM+ application which is called by a series of ASP Pages. I found this previous post which suggested the following were the ideal set of metrics to monitor:
- Errors During Script Runtime
- Errors From ASP Preprocessor
- Requests Executing
- Requests Queued
- Sessions Total
- Errors From Script Compilers
- Debugging Requests
- Request Execution Time
- Request Wait Time
- Requests/Sec
- Requests Total
- Requests succeeded
- Requests Failed Total
- Template Cache Hit Rate
- Process (inetinfo) Private Bytes
Is this still prevalent in IIS 8.5?
Also, they made mention of a tool called PAL and shared a link on codeplex, however, PAL has been moved off of codeplex, and is now available on Git Here. Any insights from someone who may have recently had to track Perfmon stats for a COM+ application are welcomed.
Thanks! Dustin