cName = cName.substring(cName.lastIndexOf('.')).replaceFirst("[\\.]", "");
}
//enable only if user wants it
if (enableMinaMonitor) {
//add a stats to allow for more introspection into the workings of mina
stats = new IoServiceStatistics((AbstractIoService) acceptor);
//poll every second
stats.setThroughputCalculationInterval(minaPollInterval);
MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();
try {
serviceManagerObjectName = new ObjectName("org.red5.server:type=RTMPMinaTransport");