Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JMeter #302

Open
uniquejava opened this issue Apr 24, 2020 · 0 comments
Open

JMeter #302

uniquejava opened this issue Apr 24, 2020 · 0 comments

Comments

@uniquejava
Copy link
Owner

uniquejava commented Apr 24, 2020

下载 apache-jmeter-5.2.1.zip 并解压

https://jmeter.apache.org/download_jmeter.cgi

cd jmeter-5.2.1

# 打开GUI测试工具
./bin/jmeter

# 后台运行
./bin/jmeter -n -t *.jmx -t result.jtl

image

Simple

Use CLI mode: jmeter -n -t test.jmx -l test.jtl

#! /bin/sh
JMETER=/path/to/apache-jmeter-5.2.1/bin/jmeter
JMX=/path/to/Infrastructure/JMeter/my_awesome_app.jmx
$JMETER -n -t $JMX -l result.jtl

image

Jmeter Distributed (Remote) Testing: Master Slave Configuration

image

Jmeter Distributed (Remote) Testing: Master Slave Configuration

大神

如何用 JMeter + Kubernetes + Prometheus + Grafana + Alert Manager 实时监控你的服务器

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant