| AnyEvent::HTTPBenchmark - The tool to make http benchmarking good and easy! |
AnyEvent::HTTPBenchmark - The tool to make http benchmarking good and easy!
Version 0.07
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
=head1 EXPORT
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. 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
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.
| AnyEvent::HTTPBenchmark - The tool to make http benchmarking good and easy! |