norbu09 / trudy

a registry stress test tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trudy

trudy is a modular stress test tool for registries to test corner cases,
performance and functionality or a registry from the registrar
perspective. supported protocols are initially only EPP but the
architecture is open enough to add other protocols easily.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Trudy

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Trudy

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Trudy

    CPAN Ratings
        http://cpanratings.perl.org/d/Trudy

    Search CPAN
        http://search.cpan.org/dist/Trudy/


COPYRIGHT AND LICENCE

Copyright (C) 2010 Lenz Gschwendtner

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

About

a registry stress test tool


Languages

Language:Perl 100.0%