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)
| 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. |