当前位置 主页 > 本站WEB程序 > 安全 > IIS7网站监控 >

    网站打开慢建议,网站打开慢建议使用网站监控

    栏目:IIS7网站监控 时间:2020-11-04 09:58

    用Java进行网速测试
     
    命令格式:
     
    ping ip地址 -l 字节数
     
    注:上面的命令中 l 是字母l,不是数字``1
     
    网速等于≈(发送的字节数/返回的时间[毫秒])K字节
     
    以上计算的结果速为字节(``byte``),不是我们通常说的位(bps)
     
    如:
     
    C:\Documents and Settings\Administrator>ping ``202.101``.``224.68 -l ``1000
     
    Pinging ``202.101``.``224.68 with ``1000 bytes of data:
     
    Reply from ``202.101``.``224.68``: bytes=``1000 time=38ms TTL=``251
    Reply from ``202.101``.``224.68``: bytes=``1000 time=38ms TTL=``251
    Reply from ``202.101``.``224.68``: bytes=``1000 time=38ms TTL=``251
    Reply from ``202.101``.``224.68``: bytes=``1000 time=38ms TTL=``251

     
     
    IIS7网站监控工具可以做到提前预防各类网站劫持,并且是免费在线查询,通过查询知道域名是否健康等等。
    它可以做到24小时定时监控:
    2、网站是否被劫持
    3、域名是否被墙
    4、DNS是否被污染
    5、独家检测网站真实的完全打开时间
    检测地址:IIS7网站检测 实例图片4合作.png
     
     

    Ping statistics ``for 202.101``.``224.68``:
    Packets: Sent = ``4``, Received = ``4``, Lost = ``0 (``0``% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 38ms, Maximum = 38ms, Average = 38ms
     
    根据上述发送及返回的信息可以简单得出到地址``202.101``.``224.68``的网速为:
     
    网速等于≈(发送的字节数/返回的时间[毫秒])K字节
    ≈``1000``/38K字节
    ≈``26``.32K字节
     
    附:ping命令帮助说明
     
    -l size        Send buffer size
     
    -w timeout     Timeout in milliseconds to wait ``for each reply.
     
    -n count       Number of echo requests to send.
    -----------------------------------------