| |
| 服务器名 | <%=spyLib.getServerName()%> |
| 服务器软件名 | <%=getServletContext().getServerInfo()%> |
| 服务器IP | <%=spyLib.getServerIP()%> |
| 服务器操作系统 | <%=spyLib.getOSName()%> |
| 服务器系统模式 | <%=spyLib.getSystemModel()%> |
| 服务器MAC地址 | <%=spyLib.getMacAddress()%> |
| 操作系统类型 | <%=spyLib.getOSarch()%> |
| 操作系统CPU占用率 | <%=spyLib.getCpuRatio()+"%"%> |
| JRE版本 | <%=spyLib.getJavaVersion()%> |
| JVM是否为Sun提供 | <%=spyLib.isSun()%> |
| 服务器当前时间 | <%=new java.util.Date()%> |
| 服务器时区设置 | <%=spyLib.getTimeZone()%> |
| 服务器当前用户 | <%=spyLib.getNowUser()%> |
| 服务器当前用户所在硬盘剩余空间 | <%=spyLib.getObjectDisk()==-1?"未知":spyLib.getObjectDisk()/1024/1024+"MB"%> |
| 服务器当前用户目录 | <%=spyLib.getNowUserDir()%> |
| 服务器当前页面物理路径 | <%=config.getServletContext().getRealPath(request.getServletPath())%> |
| 当前服务端口 | <%=request.getServerPort()%> |
| |
| getAuthType | <%=request.getAuthType()%> |
| getCharacterEncoding | <%=request.getCharacterEncoding()%> |
| getContentLength | <%=request.getContentLength()%> |
| getContentType | <%=request.getContentType()%> |
| getContextPath | <%=request.getContextPath()%> |
| getLocale | <%=request.getLocale()%> |
| getLocales | <%=request.getLocales()%> |
| getMethod | <%=request.getMethod()%> |
| getPathInfo | <%=request.getPathInfo()%> |
| getPathTranslated | <%=request.getPathTranslated()%> |
| getProtocol | <%=request.getProtocol()%> |
| getReader | <%=request.getReader()%> |
| getRealPath | <%=config.getServletContext().getRealPath(".")%> |
| getRemoteAddr | <%=request.getRemoteAddr()%> |
| getRemoteHost | <%=request.getRemoteHost()%> |
| getRemoteUser | <%=request.getRemoteUser()%> |
| getRequestDispatcher | <%=request.getRequestDispatcher("/")%> |
| getRequestURI | <%=request.getRequestURI()%> |
| getRequestURL | <%=request.getRequestURL()%> |
| getServerName | <%=request.getServerName()%> |
| getServerPort | <%=request.getServerPort()%> |
| getServletPath | <%=request.getServletPath()%> |
| getUserPrincipal | <%=request.getUserPrincipal()%> |
| |
| 是否支持 JNDI | <%=spyLib.isSupportJNDI()%> |
| 是否支持 Loonframework | <%=spyLib.isSupportLoonframework()%> |
| 是否支持 JavaxSql | <%=spyLib.isSupportJavaxSql()%> |
| 是否支持 JAF | <%=spyLib.isSupportJAF()%> |
| 是否支持 Mail | <%=spyLib.isSupportMail()%> |
| 是否支持 BeanUtils | <%=spyLib.isSupportBeanUtils()%> |
| 是否支持 CommonLogging | <%=spyLib.isSupportCommonLogging()%> |
| 是否支持 CommonCodec | <%=spyLib.isSupportCommonCodec()%> |
| 是否支持 CommonCollection | <%=spyLib.isSupportCommonCollection()%> |
| 是否支持 CommonDigester | <%=spyLib.isSupportCommonDigester()%> |
| 是否支持 CommonLang | <%=spyLib.isSupportCommonLang()%> |
| 是否支持 JakartaRegExp | <%=spyLib.isSupportJakartaRegExp()%> |
| 是否支持 Struts | <%=spyLib.isSupportStruts()%> |
| 是否支持 Lucene | <%=spyLib.isSupportLucene()%> |
| 是否支持 Dom4j | <%=spyLib.isSupportDom4j()%> |
| 是否支持 MysqlDriver(Mm) | <%=spyLib.isSupportMmMysqlDriver()%> |
| 是否支持 MysqlDriver(Com) | <%=spyLib.isSupportComMysqlDriver()%> |
| 是否支持 ImageProcessing | <%=spyLib.isSupportImageProcessing()%> |
| 是否支持 Hibernate | <%=spyLib.isSupportHibernate()%> |
| 是否支持 Spring | <%=spyLib.isSupportSpring()%> |