asp测试网站速度

时间:2009-03-27    点击:1485   
<HTML> <HEAD> <TITLE>如何测试网站速度</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </HEAD> <BODY> <% Response.Expires=-1 Response.ExpiresAbsolute=Now()-1 Response.cachecontrol="no-cache" Dim Imgrandom Randomize Imgrandom = Int(799999 * Rnd + 200000) %> <SCRIPT LANGUAGE="JavaScript"> window.status = "下载数据中..." var st = new Date() </SCRIPT> <img src="img.jpg?id=<%=Imgrandom%>" width=0 height=0 onerror = showerr() onload="showspeed();"> <SCRIPT LANGUAGE="JavaScript"> function showspeed() { var fs = 97 //img.jpg文件大小(K) var l = 2 //小数点的位数 var et = new Date() alltime = fs*1000/(et - st) Lnum = Math.pow(10,l) calcspeed = Math.round(alltime*Lnum)/Lnum showtxt.innerHTML = ("服务器时间为:<%=now%>,您在本站的下载速度为:"+calcspeed+" (K/秒)") window.status = "您在本站的下载速度为:"+calcspeed+" (K/秒)" } function showerr() { showtxt.innerHTML = ("数据下载错误,请刷新重试") window.status = "数据下载错误,请刷新重试" } </SCRIPT> <button style="font-size:12px;width:80;height:19px;" onclick=location.href="index.asp?<%=Imgrandom%>">重新测试</button> <span id=showtxt></span> </BODY> </HTML> asp添加XML文件
asp删除XML文件
asp用XML制作留言本
asp统计在线人数
asp统计用户在站点停留的时间
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 All Rights Reserved