public class HtmlReport extends HtmlAbstractReport
| Constructor and Description |
|---|
HtmlReport(Collector collector,
CollectorServer collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
Writer writer) |
HtmlReport(Collector collector,
CollectorServer collectorServer,
List<JavaInformations> javaInformationsList,
Range range,
Writer writer) |
getCsrfTokenUrlPartpublic HtmlReport(Collector collector, CollectorServer collectorServer, List<JavaInformations> javaInformationsList, Range range, Writer writer)
public HtmlReport(Collector collector, CollectorServer collectorServer, List<JavaInformations> javaInformationsList, Period period, Writer writer)
public void toHtml(String message, String anchorNameForRedirect) throws IOException
IOExceptionpublic void writeLastShutdown()
throws IOException
IOExceptionpublic static void writeAddAndRemoveApplicationLinks(String currentApplication, Writer writer) throws IOException
IOExceptionpublic void writeAllCurrentRequestsAsPart()
throws IOException
IOExceptionpublic void writeAllThreadsAsPart()
throws IOException
IOExceptionpublic void writeThreadsDump()
throws IOException
IOExceptionpublic void writeCounterSummaryPerClass(String counterName, String requestId) throws IOException
IOExceptionpublic void writeSource(String className) throws IOException
IOExceptionpublic void writeDependencies()
throws IOException
IOExceptionpublic void writeSpringContext()
throws IOException
IOExceptionpublic void writeHtmlHeader()
throws IOException
IOExceptionpublic void writeHtmlFooter()
throws IOException
IOExceptionpublic void writeMessageIfNotNull(String message, String partToRedirectTo) throws IOException
IOExceptionpublic void writeRequestAndGraphDetail(String graphName) throws IOException
IOExceptionpublic void writeRequestUsages(String graphName) throws IOException
IOExceptionpublic void writeSessions(List<SessionInformations> sessionsInformations, String message, String sessionsPart) throws IOException
IOExceptionpublic void writeSessionDetail(String sessionId, SessionInformations sessionInformations) throws IOException
IOExceptionpublic void writeHotspots(List<SamplingProfiler.SampledMethod> hotspots) throws IOException
IOExceptionpublic void writeHeapHistogram(HeapHistogram heapHistogram, String message, String heapHistoPart) throws IOException
IOExceptionpublic void writeProcesses(List<ProcessInformations> processInformationsList) throws IOException
IOExceptionpublic void writeProcesses(Map<String,List<ProcessInformations>> processesByTitle) throws IOException
IOExceptionpublic void writeDatabase(DatabaseInformations databaseInformations) throws IOException
IOExceptionpublic void writeConnections(List<ConnectionInformations> connectionInformationsList, boolean withoutHeaders) throws IOException
IOExceptionpublic void writeJndi(List<JndiBinding> jndiBindings, String path) throws IOException
IOExceptionpublic void writeMBeans(List<MBeanNode> mbeans) throws IOException
IOExceptionpublic void writeMBeans(Map<String,List<MBeanNode>> mbeansByTitle) throws IOException
IOExceptionpublic void writeCacheWithKeys(String cacheId, CacheInformations cacheInformations, String message, String cacheKeyPart, boolean withoutHeaders) throws IOException
IOExceptionCopyright © 2008–2018 Emeric Vernat. All rights reserved.