用WWW.SPEEDTEST.NET的MINI工具测试公司内网络最大吞吐量

简介: 一般要么是基于互联网的,相么基于单机的。或CLIENT和SERVER命令行界面测试。 可以在局域网WWW界面用的,太少了。 刚刚好。WWW.SPEEDTEST.NET的MINI工具可以满足这个要求。

一般要么是基于互联网的,相么基于单机的。或CLIENT和SERVER命令行界面测试。

可以在局域网WWW界面用的,太少了。

刚刚好。WWW.SPEEDTEST.NET的MINI工具可以满足这个要求。

就IIS架上去就OK了。

ASP.JSP.ASP.NET都可以,好像PHP版本也可以。

~~~~~~~~~~

WEB SERVER SPECIFIC NOTES FOR SPEEDTEST.NET MINI

Please read everything here carefully and if you still have trouble kindly visit our Knowledge Base and Support center located at http://support.ookla.com

Important Information • Applying to become a Host on Speedtest.net? Please visit the Knowledge Base Article linked below regarding crossdomain.xml file, this most common error most new Hosts make! https://support.ookla.com/entries/21097566-what-is-crossdomain-xml-and-why-do-i-need-it

*** A note regarding IIS6 using ASP (changes not needed for ASP.NET) ***

IIS6 won't allow POST requests larger than 200K to be performed, and ASP scripts are disabled by default. We advise disabling chunked transfer encoding.

To increase the maximum allowed POST request size and disable chunked transfer encoding: • Open IIS Manager • Right-click on the server name at the top of the tree and choose "Properties" • Check the first box for "Enable Direct Metabase Edit" and click the "OK" button • Open C:\Windows\System32\Inetsrv\metabase.xml with Notepad (NOT Wordpad) • Find AspMaxRequestEntityAllowed and change it to 1073741824 • Find AspEnableChunkedEncoding and set it to False

To make sure ASP scripts are enabled: • Open IIS Manager • In the console tree pane (the pane on the left), click "Web Service Extensions" • In the details pane (the pane on the right), click "Active Server Pages" and then click the "Allow" button

*** Apache using PHP *** Apache on some distributions disallow POST requests over 512K. This will cause the upload portion of the test to hang on faster connections.

To correct this problem: • Open php.conf or php.ini • Find LimitRequestBody and remove that line • Restart Apache (/etc/init.d/httpd restart)

效果图:

但有以下注意事项:

 1,因为用IIS架设,所以必须用IE浏览器测试。不然数值不准确。

2,因为公司工作时,交换机服务器随时有数据进出,所以每次测试数据会有较大变化。一般取最大值,表示网络可能稍微空闲时的吞吐量。(准确值当然是全网络只服务一台电脑,除去广播风暴,理论值可到1G,)

3,由于现在只是指定一台域控兼作网络测试,所以大家集中测试时,服务器疲于应付,可能数据会比较低。最好是在空闲时候(同时,建议关闭电脑上所有其它程序,只开IE,让CPU和内存有充分的计算资源)连续三天的测试。

4,如果在三天之内每一次的测试结果都低于400M(这个值综合考虑了很多因素,COPY单个大文件应该可以到50M/S),则向IT反映。我们收集到数据之后,会根据计算机点的布置规律,察看是交换网线接法问题,还是计算机网络问题,还是计算机其它方面的问题。然后想办法改进解决。

 

目录
相关文章
|
11天前
|
数据可视化 开发工具 C#
.NET开源、免费、跨平台的Git可视化管理工具
俗话说得好“工欲善其事,必先利其器”,合理的选择和使用可视化的管理工具可以降低技术入门和使用的门槛。今天大姚给大家分享一款.NET Avalonia开源、免费、跨平台、快速的Git可视化管理工具:SourceGit。
|
28天前
|
运维 网络协议 安全
【Shell 命令集合 网络通讯 】Linux 网络抓包工具 tcpdump命令 使用指南
【Shell 命令集合 网络通讯 】Linux 网络抓包工具 tcpdump命令 使用指南
44 0
|
28天前
|
安全 数据安全/隐私保护 开发者
三款.NET 代码混淆工具比较分析:ConfuserEx、Obfuscar 和 Ipa Guard
三款.NET 代码混淆工具比较分析:ConfuserEx、Obfuscar 和 Ipa Guard
|
1月前
|
网络协议 Linux 网络安全
curl(http命令行工具):Linux下最强大的网络数据传输工具
curl(http命令行工具):Linux下最强大的网络数据传输工具
43 0
|
30天前
|
数据采集 JavaScript 前端开发
实用工具推荐:适用于 TypeScript 网络爬取的常用爬虫框架与库
实用工具推荐:适用于 TypeScript 网络爬取的常用爬虫框架与库
|
28天前
|
网络协议 Shell Linux
【Shell 命令集合 网络通讯 】⭐⭐⭐Linux 测试与目标主机之间的网络连接ping 命令 使用指南
【Shell 命令集合 网络通讯 】⭐⭐⭐Linux 测试与目标主机之间的网络连接ping 命令 使用指南
41 1
|
28天前
|
Shell Linux C语言
【Shell 命令集合 网络通讯 】Linux 即时通讯工具 ytalk命令 使用指南
【Shell 命令集合 网络通讯 】Linux 即时通讯工具 ytalk命令 使用指南
25 0
|
28天前
|
网络协议 Shell Linux
【Shell 命令集合 网络通讯 】⭐Linux 远程登录工具 telnet 命令 使用指南
【Shell 命令集合 网络通讯 】⭐Linux 远程登录工具 telnet 命令 使用指南
30 0
|
1月前
|
存储 测试技术 C++
P2P网络下分布式文件共享场景的测试
P2P网络下分布式文件共享场景的测试
32 6
|
1月前
|
Linux iOS开发 MacOS