AB – Apache Benchmart suite

I’ve started to write a framework for apache benchmark (ab) to be able to run smoothly and leisurely ab test in background and just get the summarized results back. I’ve shared it on github: https://github.com/charlesnagy/absuite Feel free to comment, fork or do whatever with it. Ideas are welcomed.This first “release” (actually its more like a pre-alpha accoding to my plans) can run a test suite from a config file given in command line arguments.

This run 5 tests for each concurrency level on every url given in the suite config file. The output contains just the necessary informations like Request/sec , Time/req and 95% time. This last one means that the 95% of the request was responded under this time.

Sample output:

You might like these too

Framework comparison (PHP, PERL, Python) My first "program" was a BASIC script on Commode 64. It was able to print some text on the screen twenty times. The text was "Hello world". I copied i...