}
ReportManager.get().add(vmInfo);
ReportManager.get().add(sysInfo);
if (doHttp) {
http = new InternalHttpServer();
http.addHandler(InternalHttpServer.createLogAppContext());
http.addHandler(InternalHttpServer.createServletContext(
StackServlet.class, "/stacks", "/*", "stacks"));