MCPcopy Index your code
hub / github.com/apache/tomcat / getVMInfo

Method getVMInfo

java/org/apache/tomcat/util/Diagnostics.java:454–456  ·  view source on GitHub ↗

Retrieves a formatted JVM information text. The default StringManager will be used. @return the formatted JVM information text

()

Source from the content-addressed store, hash-verified

452 * @return the formatted JVM information text
453 */
454 public static String getVMInfo() {
455 return getVMInfo(sm);
456 }
457
458 /**
459 * Retrieves a formatted JVM information text. The given list of locales will be used to retrieve a StringManager.

Callers 1

vmInfoMethod · 0.95

Calls 15

getManagerMethod · 0.95
formatMemoryUsageMethod · 0.95
getThreadCountMethod · 0.80
getLibraryPathMethod · 0.80
getUsageMethod · 0.80
getLoggerNamesMethod · 0.80
formatMethod · 0.65
getStringMethod · 0.65
getNameMethod · 0.65
getVersionMethod · 0.65

Tested by

no test coverage detected