Hi
I would like to have a better view of what the application is doing. We are monitoring the ASP.NET and .NET counters but we need a deeper view of what is happening, and how fast it is happening. What is best practices regarding this, and is there specific guidance or documents available for the Microsoft.NET environment? Would I use the enterprise library for this? We are already using parts of the library for getting the data into our application.
Our biggest pain at this point:
- Very little in way of troubleshooting the application
(There is logs but the logging is done so excessive that the logs have become practically useless because of the size)
- Having minimal impact on the existing performance
- No visibility to what the Enjim client is doing, in terms of hits misses etc.
- Monitor very unique performance (like mem cache server dead)
Bonus
- Use collected data within MOM
- Use this data to optimize the application there where it will have the best affect
- Increase maintaibility of the system, so our opperations people can look after this system easier.
