HTTP::WebTest::Plugin::ResponseTimeTest - Tests for response time


HTTP-WebTest documentation  | view source Contained in the HTTP-WebTest distribution.

Index


NAME

Top

HTTP::WebTest::Plugin::ResponseTimeTest - Tests for response time

SYNOPSIS

Top

Not Applicable

DESCRIPTION

Top

This plugin supports web server response time tests.

TEST PARAMETERS

Top

min_rtime

Minimum web server response time (seconds) expected.

Allowed values

Any number less than max_rtime (if max_rtime is specified).

max_rtime

Maximum web server response time (seconds) expected.

Allowed values

Any number greater that zero and greater than min_rtime (if min_rtime is specified).

COPYRIGHT

Top

SEE ALSO

Top

HTTP::WebTest

HTTP::WebTest::API (HTTP::WebTest::API)

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins (HTTP::WebTest::Plugins)


HTTP-WebTest documentation  | view source Contained in the HTTP-WebTest distribution.