<%@page import="com.amarsoft.awe.control.SessionListener"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%> <%Runtime runtime = Runtime.getRuntime();%>
  运行参数
<%HashSet sessions = (HashSet) application.getAttribute("sessions"); if (sessions != null) { %> <%} %>
  • CPU: <%="availableProcessors="+runtime.availableProcessors()%>
  • MEM: <%="maxMemory=["+runtime.maxMemory()/1024/1024+"M] freeMemory=[" + runtime.freeMemory()/1024/1024 +"M] totalMemory=[" + runtime.totalMemory()/1024/1024+"M]"%>
  • AppServer: <%="ServerInfo=[" + application.getServerInfo() + "] WebAppVersion=[" + application.getMajorVersion() + "." + application.getMinorVersion()+"]"%>
  • Context: <%="ContextPath= [" + request.getContextPath() + "] WebRealPath= [" + application.getRealPath("") + "] ContextName = ["+application.getServletContextName()+"]"%>
  • Context: <%="ServerName= [" + request.getServerName() + "] ServerPort= [" + request.getServerPort()+ "] RemoteAddr= [" + request.getRemoteAddr()+ "] LocalAddr= [" + request.getLocalAddr()+"] LocalPort= [" + request.getLocalPort()+"]"%>
  • Online User: <%="Count = [" + SessionListener.getCount() + "]"%> 查看
  • SessionTotal: <%="Count = [" + sessions.size() + "]"%>
  应用参数
  • RunMode:<%=CurConfig.getConfigure("RunMode")%>
  • FileSaveMode:<%=CurConfig.getConfigure("FileSaveMode")%> FileNameType:<%=CurConfig.getConfigure("FileNameType")%>
  • FileSavePath:<%=CurConfig.getConfigure("FileSavePath")%>
  • WorkDocSavePath:<%=CurConfig.getConfigure("WorkDocSavePath")%>
  • 基础产品版本:<%=CurConfig.getConfigure("ProductName")%> <%=CurConfig.getConfigure("ProductID")%> <%=CurConfig.getConfigure("ProductVersion")%>
  • 客户增值版本:<%=CurConfig.getConfigure("ImplementationName")%> <%=CurConfig.getConfigure("ImplementationID")%> <%=CurConfig.getConfigure("ImplementationVersion")%>
  • 客户:<%=CurConfig.getConfigure("BankName")%>
<%@ include file="/IncludeEnd.jsp"%>