0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

JMeterメモ

0
Posted at

はじめに

Windows 10でJMeterを動かしてみた時のメモを残します。

インストール

ダウンロード

https://jmeter.apache.org/download_jmeter.cgi
https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.4.3.zip
70.6MB

初期設定

展開

任意のフォルダに展開(125/130MB)

日本語化

bin\jmeter.batの77行目を書き換える

set JMETER_LANGUAGE=-Duser.language="ja" -Duser.region="JP"

プラグイン

https://jmeter-plugins.org/install/Install/
https://jmeter-plugins.org/get/

Download plugins-manager.jar and put it into lib/ext directory, then restart JMeter.

追加プラグインの有効化

  • Available Pulgins から

テスト計画の作成

設定用にブラウザが内蔵されているWi-Fi中継器に負荷をかけてみた。

テスト結果の確認

  • テスト計画を読み込む
  • スレッドグループ名を右クリックして、「追加」→「リスナー」
    • 結果を表で確認
    • 統計レポート
    • グラフ表示
    • jp@gc - Response Times Distribution
    • jp@gc - Response Times Over Time

参考

インストール&試行

解説

メモのみ

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?