Description
ABOUT SIEGE
Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It lets its user hit a web server with a configurable number of simulated web browsers. Those browsers place the server “under siege.”
HOW TO USE
SSH into the server and run the siege command:
### Load Test ###
# 30 concurrent users, with a random delay between requests from 0 to 2 seconds. This delay will average around 1 second
# sends around 30 requests/second for up to 10 minutes. Ctrl+C to stop and see the results.
siege -c30 -d2 -t10M http://example.com/serverid/index.php
### Benchmark ###
# 30 concurrent users for up to 10 minutes. Ctrl+C to stop and see the results.
siege -c30 -t10M http://example.com/serverid/index.php
Read the online manual for additional options: http://www.joedog.org/siege-manual/
Contents
-
MultiCloudImage: SoftLayerImage_Storage_CentOS_6.3_x64_v5.8 [rev 3]
-
MultiCloudImage: SoftLayerImage_CentOS_6.3_x64_v5.8 [rev 3]
-
MultiCloudImage: RightImage_Rackspace_NextGen_CentOS_6.3_x64_v5.8 [rev 2]
-
MultiCloudImage: RightImage_RHEL_6.3_x64_v5.8 [rev 5]
-
MultiCloudImage: RightImage_CentOS_6.3_x64_v5.8 [rev 35]
-
MultiCloudImage: RightImage_CentOS_6.3_x64_v5.8_EBS [rev 7]
-
MultiCloudImage: RightImage_CentOS_6.3_x64_v5.8_HVM_EBS [rev 6]
-
MultiCloudImage: RightImage_CentOS_6.3_x64_v5.8_KVM [rev 13]
-
MultiCloudImage: RightImage_CentOS_6.3_x64_v5.8_VMWare [rev 10]
-
MultiCloudImage: RightImage_CentOS_6.3_x64_v5.8_XenServer [rev 11]
-
RightScript: PERF siege install from src [rev 11]
-
RightScript: PERF Install sproxy for siege [rev 4]
-
RightScript: SYS Logrotate configure - v13.3 [rev 5]
-
RightScript: SYS Monitoring install - v13.3 [rev 16]
-
RightScript: SYS Timezone set - v13.3 [rev 5]
-
RightScript: Siege Start Load Test [rev 2]
-
RightScript: Siege Stop Load Test [rev 1]
-
RightScript: PERF Install apache and gnuplot for siege [rev 3]
-
RightScript: MAIL Postfix local delivery - v13.3 [rev 11]
See More
Revisions
Revision 16 | Apr 12, 2013
updated to siege 3.0.0
Discussion
Info
1 Rating
Supported Clouds
Pricing
All Users
Sign-up for RightScale
Support Information
Support is limited to the RightScale Community.
Please post bugs and enhancement requests on the RightScale OSS forums. Feel free to join us on #rightscale IRC.
