public class RemoteCollector extends Object
| Constructor and Description |
|---|
RemoteCollector(String application,
List<URL> urls)
Constructeur.
|
public RemoteCollector(String application, List<URL> urls) throws IOException
application - Nom de l'applicationurls - URLsIOException - epublic String collectDataIncludingCurrentRequests() throws IOException
IOExceptionpublic String executeActionAndCollectData(Action action, String counterName, String sessionId, String threadId, String jobId, String cacheId) throws IOException
IOExceptionpublic List<SessionInformations> collectSessionInformations(String sessionId) throws IOException
IOExceptionpublic List<SamplingProfiler.SampledMethod> collectHotspots() throws IOException
IOExceptionpublic HeapHistogram collectHeapHistogram() throws IOException
IOExceptionpublic DatabaseInformations collectDatabaseInformations(int requestIndex) throws IOException
IOExceptionpublic List<List<ConnectionInformations>> collectConnectionInformations() throws IOException
IOExceptionpublic Map<String,List<ProcessInformations>> collectProcessInformations() throws IOException
IOExceptionpublic List<JndiBinding> collectJndiBindings(String path) throws IOException
IOExceptionpublic Map<String,List<MBeanNode>> collectMBeans() throws IOException
IOExceptionpublic Map<String,MavenArtifact> collectWebappDependencies() throws IOException
IOExceptionpublic Map<String,Date> collectWebappVersions() throws IOException
IOExceptionpublic Map<JavaInformations,List<CounterRequestContext>> collectCurrentRequests() throws IOException
IOExceptionpublic Map<String,byte[]> collectJRobins(int width, int height) throws IOException
IOExceptionpublic Map<String,byte[]> collectOtherJRobins(int width, int height) throws IOException
IOExceptionpublic byte[] collectJRobin(String graphName, int width, int height) throws IOException
IOExceptionpublic String collectSqlRequestExplainPlan(String sqlRequest) throws IOException
IOExceptionpublic String getApplication()
public Collector getCollector()
public List<JavaInformations> getJavaInformationsList()
public Map<JavaInformations,List<CounterRequestContext>> getCurrentRequests()
public void setCookies(String cookies)
public void disableAggregation()
Copyright © 2008–2023 Emeric Vernat. All rights reserved.