More convenient to show JMeter's web page report
Project description
Dispaly JMeter Report for HTML 更好的展示 JMeter 网页版数据
更好的展示 JMeter 的 HTML 报告
Why ? 为什么要做这个
JMeter 通常自带 HTML 报告展示, 但是依旧需要下载到本地观看, 当然你也可以直接在服务器上配置好 nginx 访问. 但是查找和切换时依旧不够方便, 例如不能展示所有的报告信息, 需要手动拼接访问链接. 本项目就是为了解决这个问题, 可以展示指定报告目录, 自动拼接URL, 点击即可访问
Configration 配置
- 配置好 Nginx , 并更改 server_name
- dirs_name 更改 PATH
- template/home.html 更改为你自己的域名
- 调试时 manage.py 中
app.debug改为True, 上线前改为False
Install 安装方式
- 需要 Python3 ,暂时没有试验 python2
- 安装 FLask
pip install -r requirements.txt或者直接安装pip install jmeterWebReport
Run 启动方法
Local 本地
cd jmeter_web_report
flask run
Deploy 服务器部署
pip install uwsgi
uwsgi 启动 : uwsgi config.ini
uwsgi 关闭: killall -9 uwsgi
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jmeterWebReport-0.0.4.tar.gz.
File metadata
- Download URL: jmeterWebReport-0.0.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4744baf4bf200ea9b46fba3704f79a83a8d9083761dc3dc3287c495949d637e1
|
|
| MD5 |
000790cba5b1cea530ffc144fd699259
|
|
| BLAKE2b-256 |
8f6fc154aa90569cea4c741080f62a31f3babe49b2e185c3cbf243bebd0f531a
|
File details
Details for the file jmeterWebReport-0.0.4-py3-none-any.whl.
File metadata
- Download URL: jmeterWebReport-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
207b2b0fe1592f7fec069a103c22082b9e7456852d9d3f5efcb92487a3b24e07
|
|
| MD5 |
b05fe1b6468a4d72881d945586d7beee
|
|
| BLAKE2b-256 |
7ebe7b54914a8beb16c8225f7bbbea83529d1fc5fda6269846958e1a48e02b39
|