> Hi, > > I'm looking into how to manage and monitor Mina and Applications running > on top > of Mina. So far, we did some preliminary work to count the > request/response > and session through IoFilter and expose the result through JMX MBean(s). > > I noticed that Mina 1.0.0 added new org.apache.mina.management package > with IoSessionStat and StatCollector, could anyone point me to the Mina > internal class(es) using these two classes or is there any example code to > use these two classes? > > Thanks a lot! > > Jian >
Hello, the jmxintegration module use it for displaying per session throughput. Julien
