|
NAMEHTTP::WebTest::Plugin::ResponseTimeTest - Tests for response timeSYNOPSISNot ApplicableDESCRIPTIONThis plugin supports web server response time tests.TEST PARAMETERSmin_rtimeMinimum web server response time (seconds) expected.Allowed values Any number less than "max_rtime" (if "max_rtime" is specified). max_rtimeMaximum web server response time (seconds) expected.Allowed values Any number greater that zero and greater than "min_rtime" (if "min_rtime" is specified). COPYRIGHTCopyright (c) 2000-2001 Richard Anderson. All rights reserved.Copyright (c) 2001-2003 Ilya Martynov. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOHTTP::WebTestHTTP::WebTest::API HTTP::WebTest::Plugin HTTP::WebTest::Plugins
Visit the GSP FreeBSD Man Page Interface. |