目次
項番 | 内容 |
---|---|
1. | Start new Locust swarm |
1. | Statistics |
1. | Charts |
1. | Failures |
1. | Exceptions |
1. | Download Data |
Start new Locust swarm

項目 | 意味 |
---|---|
Number of users to simulate | 何クライアント作成するか。総クライアント数 |
Hatch rate (users spawned/second) | クライアントの作成スピード(毎秒) |
動作
毎秒 Hatch rate で指定した数だけクライアントを増やしていく。クライアント数が Number of users to simulate で指定した数に到達すると、それ以上は増やさない。
Statistics

項目 | 意味 | 備考 |
---|---|---|
Type | ||
Name | ||
# Requests | リクエストした回数 | |
# Fails | 失敗したリクエストの回数 | |
Median (ms) | 全リクエストの Response Time の中央値 | |
Average (ms) | 全リクエストの Response Time の平均値 | |
Min (ms) | 全リクエスト中の最小 Response Time | |
Max (ms) | 全リクエスト中の最大 Response Time | |
Average size (ms) | コンテンツのサイズ | |
Current RPS | 直近のRPS | RPS: Request Per Second 1秒間に処理を行うHTTPリクエストの数 |
Charts
Total Requests per Second (1秒あたりのリクエスト数)

項目 | 意味 |
---|---|
横軸 | 時間 (hh:mm:ss ) |
縦軸 | 1秒あたりのリクエスト数 |
Response Times (ms)

項目 | 意味 |
---|---|
横軸 | 時間 (hh:mm:ss ) |
縦軸 | 黄:該当時間における Response Time の 95%ile の値 緑:該当時間における Response Time の中央値 |
Number of Users

項目 | 意味 |
---|---|
横軸 | 時間 (hh:mm:ss ) |
縦軸 | クライアント数 |
Failures
リクエストに失敗した場合の原因
Exceptions
例外の情報参照
Download Data
Download request statistics CSV
Statictics と同じ
Download response time distribution CSV
全リクエストの Response Time の各パーセンタイル