|
Measures reported by MBeansRegisterTest
The MBeansRegisterTest monitors the process of the registration of MBeans with the MBeanServer.
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Notify_listeners |
The number of notification listeners registered with the MBeanServer since the last measurement period |
Number |
Adding a listener for MBeanServerNotifications causes the MBeanServer to send a broadcast message for each MBean that is (un)registered. Therefore, avoid it whenever possible and do not forget to unregister the listener if you no longer require notification.
|
| MBeans_registered |
The number of Mbeans registered with the MBeanServer since the last measurement period |
Number |
  |
|