Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gggeek/ezab
A suite of tools for benchmarking (load testing) web servers and databases. Apache's ab as a php script
https://github.com/gggeek/ezab
apachebench benchmarking database load-testing mysql
Last synced: 27 days ago
JSON representation
A suite of tools for benchmarking (load testing) web servers and databases. Apache's ab as a php script
- Host: GitHub
- URL: https://github.com/gggeek/ezab
- Owner: gggeek
- License: gpl-2.0
- Created: 2012-04-30T12:26:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:09:22.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T07:02:17.875Z (about 1 month ago)
- Topics: apachebench, benchmarking, database, load-testing, mysql
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ezab toolkit
============This is a suite of tools for benchmarking (load testing) web servers and databases.
Goals
-----
It is designed to be useful for consultants.
Primary need is ease of use on hostile environments (a.k.a customers servers).
This translates into:
- no install/deinstall process (just copy a text file and you're done)
- as few dependencies as possible (I work on servers where php is already installed so that does not count)
- easy learning curve: mimic usage of other existing, well known toolsRequirements
------------- php version 5 or higher
- ability to run php from the command line (for linux this often means installing the php-cli package)
- various php extensions, depending on the script used (`curl` for ezab.php, `mysqli` for ezmyreplay.php)List of tools available
------------------------ `ezab.php`: a clone of the Apache Bench tool
- `abrunner.php`: a script which runs AB many times in a row and collects aggregate data
( e.g. useful to test responsiveness of one web page while increasing concurrency or collect response times across a
list of urls)- `ezmyreplay.php`: replays queries from eg. a slow log against a mysql server
( e.g. useful to test responsiveness of one db while increasing concurrency or test performance changes obtained via
configuration tweaks)FAQ
---* **Q:** can these tools be installed via Composer? **A:** yes
More info
---------For more information, look at the tool-specific README file: [ezab](README_ezab.md), [ezmyreplay](README_ezmyreplay.md)
[![License](https://poser.pugx.org/gggeek/ezab/license)](https://packagist.org/packages/gggeek/ezab)
[![Latest Stable Version](https://poser.pugx.org/gggeek/ezab/v/stable)](https://packagist.org/packages/gggeek/ezab)
[![Total Downloads](https://poser.pugx.org/gggeek/ezab/downloads)](https://packagist.org/packages/gggeek/ezab)