
AnyEvent::HTTPBenchmark - The tool and library to make http benchmarking good and easy!

Version 0.08

The apache benchmark (ab) , siege, jmeter and etc, are sometimes awesome to make http-load testing. But if you want make some non-traditional test they are not good decision.This module try to help you in this case. Currently implemented just test utility , not a library .Be patient ;)
benchmark.pl --url http://example.com -n 100 -c 10 -verbose 1 #show each connection benchmark.pl --url http://example.com -n 100 -c 10 #makes the silent test benchmark.pl --url http://example.com -n 100 -c 10 -verbose 2 #more details - show the responce

Currently no export functions are implemented.


Naim Shafiev, <naim at cpan.org>

Please report any bugs or feature requests to bug-anyevent-httpbenchmark at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-HTTPBenchmark. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc AnyEvent::HTTPBenchmark
You can also look for information at:
http://github.com/shafiev/AnyEvent-HTTPBenchmark
http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-HTTPBenchmark


Copyright 2010 Naim Shafiev.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991 or at your option any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.