1.小议一下如何使用ASP来获取到服务器的相关性能指标数据
IP:
<%=Request.ServerVariables("REMOTE_ADDR")%>
身份过期:<%=Session.timeout%> 分钟 |
现在时间: <%=year(now())%>年<%=month(now())%>月<%=day(now())%>日<%=hour(now())%>:<%=minute(now())%> |
上线次数: <%=LoginTimes%> |
上线时间: <%=LastLoginTime%> |
服务器域名: <%=Request.ServerVariables("server_name")%> / <%=Request.ServerVariables("Http_HOST")%> |
脚本解释引擎: <%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %> |
服务器软件的名称: <%=Request.ServerVariables("SERVER_SOFTWARE")%> |
浏览器版本: <%=Request.ServerVariables("Http_User_Agent")%> |
FSO文本读写: <%If Not IsObjInstalled(theInstalledObjects(9)) Then%> × <%else%> √ <%end if%> |
数据库使用: <%If Not IsObjInstalled(theInstalledObjects(10)) Then%> × <%else%> √ <%end if%> |
Jmail组件支持: <%If Not IsObjInstalled(theInstalledObjects(13)) Then%> × <%else%> √ <%end if%> |
CDONTS组件支持: <%If Not IsObjInstalled(theInstalledObjects(14)) Then%> × <%else%> √ <%end if%> |
可以将IIS服务可器上面的全部信息都提取出来处理的哦!
一般是网管登录之后就可以直接查看到的相关信息了!
阅读(754) | 评论(0) | 转发(0) |