MCPcopy Create free account
hub / github.com/apache/tomcat / vmInfo

Method vmInfo

java/org/apache/catalina/manager/ManagerServlet.java:556–559  ·  view source on GitHub ↗

Write some VM info. @param writer The output writer @param smClient StringManager for the client's locale @param requestedLocales the client's locales

(PrintWriter writer, StringManager smClient, Enumeration<Locale> requestedLocales)

Source from the content-addressed store, hash-verified

554 * @param requestedLocales the client's locales
555 */
556 protected void vmInfo(PrintWriter writer, StringManager smClient, Enumeration<Locale> requestedLocales) {
557 writer.println(smClient.getString("managerServlet.vminfo"));
558 writer.print(Diagnostics.getVMInfo(requestedLocales));
559 }
560
561 /**
562 * Write a JVM thread dump.

Callers 1

doGetMethod · 0.95

Calls 4

getVMInfoMethod · 0.95
getStringMethod · 0.65
printlnMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected