Examples of GenericMonitoringData


Examples of de.scoopgmbh.copper.monitoring.core.model.GenericMonitoringData

    for (java.lang.management.GarbageCollectorMXBean ob : gcmxb) {
      result.append("name of memory manager:" + ob.getName()+"<br/>");
      result.append("CollectionTime:" + ob.getCollectionTime()+"<br/>");
    }
    result.append("</html>");
    GenericMonitoringData  dat = new GenericMonitoringData(new Date(),result.toString(),ContentType.HTML,"GcData");
    monitoringDataCollector.submitGenericMonitoringData(dat);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.