Is there a .NET equivalent for monitoring and management - similar to JMX?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can find a JMX port to .net in Codeplex (NetMX). |
|||
|
|
|
Try WMI, accessible through the |
|||
|
|
|
There is Microsoft .Net Events but I'm afraid that you'll have to build the eventing into code. Not that easy. Wish that there was an attribute that you could add to "enable" monitoring of that specific method. |
|||
|
|
