www.gusucode.com > 盐城分类信息网asp源码程序 > admin/aspcheck.asp

    
<!--#include file=conn.asp-->
<!--#include file=cookies.asp-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--

td,body {  font-size: 9pt}

a:link{ color:#000000; text-decoration:none}     

a:visited{COLOR: #000000; TEXT-DECORATION: none} 

a:active{color:green;text-decoration:none}

a:hover{color:red;text-decoration:underline} .style2 {font-size: 9px}
.style3 {font-size: 9pt}

body,td,th {
	color: #000000;
	font-size: 12px;
}
body {
	background-color: #E7EEF5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fminpt{BORDER-color:#E6F2E7 1px solid;HEIGHT:15px; background-color: #ffeeee; width="200"}
-->
</style>
<style type="text/css">
<!--
.STYLE1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table border="1" align="center" cellpadding="3" cellspacing="0" bordercolorlight="#335078" bordercolordark="#FFFFFF" bgcolor="#C5D5E4" style="font-size:12px; letter-spacing:1px;" width="88%">
<tr>
<td height="36" colspan="2" bgcolor="#C5D5E4"><div align="center" class="STYLE1">后台服务器运行状况</div></td>
</tr>

<tr >
<td width="27%" height="25" bgcolor="#DBE4EE"><div align="right">服务器的域名</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("server_name")%> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器的IP地址</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("LOCAL_ADDR")%> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器操作系统</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("OS")%> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器解译引擎</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器软件的名称及版本</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("SERVER_SOFTWARE")%> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器正在运行的端口</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("server_port")%> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器CPU数量</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%> 个</td>
</tr>

<tr >
<td width="27%" bgcolor="#DBE4EE">
  <div align="right">服务器Application数量</div></td>
<td height="25" bgcolor="#F2F5F9"><%=Application.Contents.Count%> 个</td>
</tr>

<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器Session数量</div></td>
<td bgcolor="#F2F5F9" ><%=Session.Contents.Count%> 个</td>
</tr>

<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">请求的物理路径</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=Request.ServerVariables("path_translated")%> </td>
</tr>
<tr>
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">请求的URL</div></td>
<td width="73%" height="25" bgcolor="#F2F5F9">http://<%=Request.ServerVariables("server_name")%><%=Request.ServerVariables("script_name")%></td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">服务器当前时间</div></td>
<td  height="25" bgcolor="#F2F5F9"><%=now()%> </td>
</tr>
<tr >
<td width="27%" height="25" bgcolor="#DBE4EE">
  <div align="right">脚本连接超时时间</div></td>
<td height="25" bgcolor="#F2F5F9"><%=Server.ScriptTimeout%> 秒</td>
</tr>
</table>

</body>
</html>