public class JavaInformations extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static double |
HIGH_USAGE_THRESHOLD_IN_PERCENTS |
Constructor and Description |
---|
JavaInformations(ServletContext servletContext,
boolean includeDetails) |
public static final double HIGH_USAGE_THRESHOLD_IN_PERCENTS
public JavaInformations(ServletContext servletContext, boolean includeDetails)
public static void setWebXmlExistsAndPomXmlExists(boolean webXmlExists, boolean pomXmlExists)
public boolean doesWebXmlExists()
public boolean doesPomXmlExists()
public static List<ThreadInformations> buildThreadInformationsList()
public MemoryInformations getMemoryInformations()
public List<TomcatInformations> getTomcatInformationsList()
public int getSessionCount()
public long getSessionMeanAgeInMinutes()
public int getActiveThreadCount()
public int getUsedConnectionCount()
public int getActiveConnectionCount()
public int getMaxConnectionCount()
public double getUsedConnectionPercentage()
public double getSystemLoadAverage()
public double getSystemCpuLoad()
public long getUnixOpenFileDescriptorCount()
public long getUnixMaxFileDescriptorCount()
public double getUnixOpenFileDescriptorPercentage()
public String getHost()
public String getOS()
public int getAvailableProcessors()
public String getJavaVersion()
public String getJvmVersion()
public String getPID()
public String getServerInfo()
public String getContextPath()
public String getContextDisplayName()
public String getWebappVersion()
public Date getStartDate()
public String getJvmArguments()
public long getFreeDiskSpaceInTemp()
public int getThreadCount()
public int getPeakThreadCount()
public long getTotalStartedThreadCount()
public String getDataBaseVersion()
public String getDataSourceDetails()
public List<ThreadInformations> getThreadInformationsList()
public List<CacheInformations> getCacheInformationsList()
public List<JobInformations> getJobInformationsList()
public int getCurrentlyExecutingJobCount()
public boolean isStackTraceEnabled()
public boolean isCacheEnabled()
public boolean isJobEnabled()
public boolean isSpringBeansEnabled()
Copyright © 2008–2017 Emeric Vernat. All rights reserved.