NetMX
NetMX is a port of Java Management Extensions (JMX) specification to .NET. NetMX is a lightweight technology that enables remote monitoring and management of .NET applications using built-in ASP.NET UI and/or standard protocols, like WS-Management.
Current (0.7) version of NetMX contains all the core JMX features (excluding Model MBeans) and can be accessed remotely using three connectors:
- Remoting (port of Java’s RMI connector)
- WCF (currently lacking support for subscribing to notifications)
- JSR-262 (experimental implementation of platform-independent connector built on top of WS-Management protocol)
Full feature list can be found here.



