public class Collector extends Object
| Constructor and Description |
|---|
Collector(String application,
List<Counter> counters)
Constructeur.
|
Collector(String application,
List<Counter> counters,
SamplingProfiler samplingProfiler)
Constructeur.
|
public Collector(String application, List<Counter> counters)
application - Code de l'applicationcounters - Liste des counterspublic Collector(String application, List<Counter> counters, SamplingProfiler samplingProfiler)
application - Code de l'applicationcounters - Liste des counterssamplingProfiler - SamplingProfilerpublic String getApplication()
public SamplingProfiler getSamplingProfiler()
SamplingProfiler.public List<SamplingProfiler.SampledMethod> getHotspots()
public Counter getCounterByName(String counterName)
counterName - Nom d'un counterpublic Counter getCounterByRequestId(CounterRequest request)
public List<CounterRequestContext> getRootCurrentContexts(List<Counter> newParentCounters)
public long getLastCollectDuration()
public Throwable getLastCollectorException()
public long getEstimatedMemorySize()
public long getDiskUsage()
public List<Counter> getRangeCounters(Range range) throws IOException
IOExceptionpublic List<Counter> getRangeCountersToBeDisplayed(Range range) throws IOException
IOExceptionpublic Counter getRangeCounter(Range range, String counterName) throws IOException
IOExceptionpublic void collectLocalContextWithoutErrors()
public void collectWithoutErrors(List<JavaInformations> javaInformationsList)
public JRobin getJRobin(String graphName) throws IOException
IOExceptionpublic Collection<JRobin> getCounterJRobins()
public Collection<JRobin> getDisplayedCounterJRobins()
public Collection<JRobin> getDisplayedOtherJRobins()
public boolean isStorageUsedByMultipleInstances()
public void stop()
public boolean isStopped()
public static void stopJRobin()
public static void detachVirtualMachine()
Copyright © 2008–2019 Emeric Vernat. All rights reserved.