How to Install and Uninstall siege Package on openSUSE Leap

Last updated: May 14,2024

1. Install "siege" package

This guide let you learn how to install siege on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install siege

2. Uninstall "siege" package

This is a short guide on how to uninstall siege on openSUSE Leap:

$ sudo zypper remove siege

3. Information about the siege package on openSUSE Leap

Information for package siege:
------------------------------
Repository : Main Repository
Name : siege
Version : 4.1.6-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 299.9 KiB
Installed : No
Status : not installed
Source package : siege-4.1.6-bp155.1.5.src
Upstream URL : https://www.joedog.org/siege-home/
Summary : HTTP Regression Testing/Benchmarking Utility
Description :
Siege is a 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. The program reports
the total number of hits recorded, bytes transferred, response time,
concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols,
GET and POST directives, cookies, transaction logging, and basic
authentication. Its features are configurable on a per user basis. Since
3.0.0 it also supports FTP.