What is the .NET equivalent of JMX?

假如想象 提交于 2019-12-09 09:20:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!