Performance

Siege – http load testing and benchmarking utility

Siege is an open source, multi-threaded regression test and benchmark utility.

It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. Those users place the web server “under siege”.

Siege allows you to stress a web server with n number of users t number of times, where n and t are defined by the user. It records the duration time of the test as well as the duration of each single transaction. It reports the number of transactions, elapsed time, bytes transferred, response time, transaction rate, concurrency and the number of times the server responded with a status code 200.

Key Features

  • Three modes of operation: regression (when invoked by bombardment), internet simulation and brute force.
  • Supports the GET and POST directives.
  • Cookies.
  • Transaction logging.
  • Basic authentication.
  • Features are configurable on a per user basis.
  • Support for most features of HTTP/1.1 protocol.
  • Support HTTPS protocol (needs openssl installed).

Website: github.com/JoeDog/siege
Support:
Developer: Jeffrey Fulmer and contributors
License: GNU General Public License v2.0

Siege

Siege is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Web Server Benchmarking Tools
LocustEasy to use, scriptable and scalable performance testing tool
Apache JMeterLoad testing and performance measurement application
k6Modern load testing tool for developers and testers in the DevOps era
wrkModern HTTP benchmarking tool
SiegeHTTP regression testing and benchmarking utility
AutoCannonFast HTTP/1.1 benchmarking tool
TsungMulti-protocol distributed load testing tool
bombardierUses fasthttp instead of Go’s default http library,
ApacheBenchApache (and other web servers) benchmark tool
CassowaryModern HTTP/S, intuitive & cross-platform load testing tool built in Go
DrillHTTP load testing application written in Rust
httperfHTTP load generator
FunkLoadWeb testing tool in the same spirit as Perl's WWW::Mechanize

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments