HTTP-WebTest-2.04 > HTTP::WebTest::Plugin::ResponseTimeTest
HTTP-WebTest-2.04

名前

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

HTTP::WebTest::Plugin::ResponseTimeTest - 応答時間のテスト

概要

Not Applicable

なし.

説明

This plugin supports web server response time tests.

ウェブサーバからの応答時間のテストをできるようになります.

テストパラメータ

min_rtime

Minimum web server response time (seconds) expected.

ウェブサーバからの予期される最小レスポンスタイム(秒).

使用可能な値

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

max_rtime より小さい(max_rtime が指定されているとき)整数値.

max_rtime

Maximum web server response time (seconds) expected.

ウェブサーバからの予期される最大レスポンスタイム(秒).

使用可能な値

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

0 より大きいかつ min_rtime より大きい(min_rtime が指定 されているとき)整数値.

コピーライト

Copyright (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.

このプログラムはフリーソフトです. このプログラムは Perl 自身と同じ条件下で 再配布・改変可能です.

SEE ALSO

HTTP::WebTest

HTTP::WebTest::API

HTTP::WebTest::Plugin

HTTP::WebTest::Plugins