问题
Is there a .NET equivalent for monitoring and management - similar to JMX?
回答1:
You can find a JMX port to .net in Codeplex (NetMX).
And a related article in CodeProject.
回答2:
Try WMI, accessible through the System.Management namespace in .NET.
回答3:
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.
来源:https://stackoverflow.com/questions/1287152/what-is-the-net-equivalent-of-jmx