English | 中文
一个WEB版的JMeter
pip install -U webmeter
pip install -i https://mirrors.ustc.edu.cn/pypi/web/simple -U webmeter
python -m webmeter
python -m webmeter --host={ip} --port={port}
- https://fastapi.tiangolo.com/
- https://cn.vuejs.org/
- https://element-plus.org/
- https://github.com/tabler/tabler
- https://jmeter.apache.org/
- 所有python文件中移除 [webmeter]模块,不然用的还是线上的代码
example
from webmeter.public.plan import TestPlan
change to
from public.plan import TestPlan
- run debug.py
cd webmeter
python debug.py