VB.net 2010 视频教程 VB.net 2010 视频教程 python基础视频教程
SQL Server 2008 视频教程 c#入门经典教程 Visual Basic从门到精通视频教程
当前位置:
首页 > 网站开发 > ASPnet >
  • Website load balance - Nginx

The tests are based on a developed website, which is hosted on IIS 7.5. A static html page is under the tests via webbench 1.5.

Webbench simulated 1000 clients, running 300 sec. to access the website. Nginx is used to distribute web reqeusts to 3 servers that host the website.

This time, the tests are all running on the virtual machines. Below are the testing results.

1 website:

Speed=91117 pages/min, 777535 bytes/sec. => 759KB/sec
Requests: 455587 susceed, 0 failed.

2 websites:

Speed=92961 pages/min, 793268 bytes/sec. => 775KB/sec

Requests: 464806 susceed, 0 failed.

 3 websites

Speed=94324 pages/min, 804899 bytes/sec. => 786KB/sec.
Requests: 471621 susceed, 0 failed.

 

Based on succeed requests, there is 2.02% and 3.52% increase. It sugggests the more IIS websites were added, the more throughput could be produced.

 

出处:https://www.cnblogs.com/zwang562020/p/13908918.html


相关教程