English | 中文
An Open Source Web API-Performance tool based on 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/
- remove [webmeter] moudle from all python file
example
from webmeter.public.plan import TestPlan
change to
from public.plan import TestPlan
- run debug.py
cd webmeter
python debug.py