Package de.scoopgmbh.copper.monitoring.core.util

Examples of de.scoopgmbh.copper.monitoring.core.util.PerformanceMonitor


public class PerformanceMonitorTest {

  @Test
  public void test_noexception(){
    new PerformanceMonitor().createRessourcenInfo();
  }
View Full Code Here


    super(monitoringDataCollector);
    this.performanceMonitor = performanceMonitor;
  }
 
  public SystemRessourceDataProvider(MonitoringDataCollector monitoringDataCollector) {
    this(monitoringDataCollector,new PerformanceMonitor());
  }
View Full Code Here

 
  private final MonitoringDataAccessQueue monitoringQueue;
  private final PerformanceMonitor performanceMonitor;
 
  public MonitoringDataCollector(final MonitoringDataAccessQueue monitoringQueue){
    this(monitoringQueue, new PerformanceMonitor());
  }
View Full Code Here

TOP

Related Classes of de.scoopgmbh.copper.monitoring.core.util.PerformanceMonitor

Copyright © 2018 www.massapicom. 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.