Web Stress test Tool Siege

Source: Internet
Author: User

1. Introduction

    • An open-source stress testing tool that allows multiuser concurrent access to a Web site based on configuration, records the corresponding time for each user's request process, and repeats under a number of concurrent accesses
    • Website address: www.joedog.org
    • Official website: http://download.joedog.org/siege/

2. Installation

[Email protected] ~]# cd/usr/local/src/[[email protected] src]# wget http://download.joedog.org/siege/ siege-3.1.0.tar.gz        //download Siege[[email protected] src]# TAR-ZXVF siege-3.1.0.tar.gz         //extract to current directory [email protecte D] src]# CD siege-3.1.0//  Enter the extracted directory [[email protected] siege-2.70]# make   //compile [[email protected] siege-2.70]# make install//install        

3. Use

    • Siege-c 200-r 10-f Html.url
    • -C is the concurrency,-R is the number of repetitions, URL file is a text, each line is a URL, it will be randomly accessed from the inside

I'll take the blog address here to do the test

[email protected] test]# cat html.urlhttp://www.cnblogs.com/vforbox/p/4740517.htmlhttp://www.cnblogs.com/vforbox/ P/4754618.htmlhttp://www.cnblogs.com/vforbox/p/4754405.html

  

  

Web Stress test Tool Siege

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.