I would like to know how can I expose the IoConnector's and IoSession's
statistics using JMX and Mbean. I am currently using Mina 2.0-M3
 
I currently manage to expose the IoConnector's object using the
IoServiceMBean and Spring's MBeanExporter (I am configuring Mina through
Spring). Unfortunately the JConsole allows me to view the IoConnector's
attributes such as the "statistics" attribute but since "statistics" is
an object, I only manage to see its address in memory but not any of
statistics's attributes.
 
How should I configure my IoServiceMBean to view the IoConnector's
statistics?
 
Thanks,
 
Simon
 

Reply via email to