Stress Testing Tool (APACHE)

Source: Internet
Author: User

There is a simple website stress testing tool AB .exe in Apache, which is easy to use.
My most common commands are as follows:
C: \ apache2.2 \ bin \ AB-N % 1-C % 2 http: // 127.0.0.1/
-N: the total number of online executions.
-C: Maximum number of concurrent connections (concurrency)
% 1 and % 2 bring the value to be set. The complete example is as follows:
Ab-n 100-C 30 http: // 127.0.0.1/
Set the number of concurrent connections to 30 and execute 100 online requests.
Run c: \ apache2.2 \ bin \ AB to view the complete parameter description.
Reference URL:
Parameters: http://blog.longwin.com.tw/archives/000513.html
Result Description: http://calos-tw.blogspot.com/2010/03/apache.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.