Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_siege

Rating
0 votes
Favoured:
0
Current Version
1.0.0-beta
Last Release Date
2021-03-18
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
License
MIT
Hits
2547
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Siege regression test and benchmark utility adapter for Nagios.
Usage example
-------------------

$ ./check_siege.sh -- -c 1 -r 1 www.google.pl
OK: 3 transactions with no alerts. | 'Transactions'=3hits 'Availability'=100.00%;100:;1: 'Elapsed time'=0.30s 'Data transferred'=0.02MB 'Response time'=0.10s 'Transaction rate'=10.00trans/s 'Throughput'=0.07MB/s 'Concurrency'=1.00 'Successful transactions'=3;3:;1:;0;3 'Failed transactions'=0;0;2;0;3 'Longest transaction'=0.17s 'Shortest transaction'=0.06s

$ ./check_siege.sh -v -w Long=0.10,rate=10: -c Long=0.30,rate=5: -- -c 1 -r 1 www.google.pl
WARNING: 3 transactions with 0 critical and 2 warning alerts. Warning: Transaction rate, Longest transaction. | 'Transactions'=3hits 'Availability'=100.00%;100:;1: 'Elapsed time'=0.33s 'Data transferred'=0.02MB 'Response time'=0.11s 'Transaction rate'=9.09trans/s;10:;5: 'Throughput'=0.06MB/s 'Concurrency'=1.00 'Successful transactions'=3;3:;1:;0;3 'Failed transactions'=0;0;2;0;3 'Longest transaction'=0.18s;0.10;0.30 'Shortest transaction'=0.07s