Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

Locust 各画面の説明

Last updated at Posted at 2020-02-18

目次

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

Start new Locust swarm

スクリーンショット 2020-02-19 18.43.29.png
項目 意味
Number of users to simulate 何クライアント作成するか。総クライアント数
Hatch rate (users spawned/second) クライアントの作成スピード(毎秒)

動作

毎秒 Hatch rate で指定した数だけクライアントを増やしていく。クライアント数が Number of users to simulate で指定した数に到達すると、それ以上は増やさない。

Statistics

スクリーンショット 2020-02-18 12.23.27.png
項目 意味 備考
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秒あたりのリクエスト数)

スクリーンショット 2020-02-18 13.26.29.png
項目 意味
横軸 時間 (hh:mm:ss)
縦軸 1秒あたりのリクエスト数

Response Times (ms)

スクリーンショット 2020-02-18 13.42.39.png
項目 意味
横軸 時間 (hh:mm:ss)
縦軸 黄:該当時間における Response Time の 95%ile の値
緑:該当時間における Response Time の中央値

Number of Users

スクリーンショット 2020-02-18 13.54.49.png
項目 意味
横軸 時間 (hh:mm:ss)
縦軸 クライアント数

Failures

リクエストに失敗した場合の原因

Exceptions

例外の情報参照

Download Data

Download request statistics CSV

Statictics と同じ

Download response time distribution CSV

全リクエストの Response Time の各パーセンタイル

Download exceptions CSV

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?