Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 1.55 KB

README.zh.md

File metadata and controls

75 lines (54 loc) · 1.55 KB

English | 中文

Webmeter

webmeter preview

WebMeter

一个WEB版的JMeter

环境

  • 安装python 3.10 + 下载
  • 安装java的环境(配置环境变量JAVA_HOME) 下载

安装

默认

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}

开发

调式

  • 所有python文件中移除 [webmeter]模块,不然用的还是线上的代码
example
from webmeter.public.plan import TestPlan  
change to 
from public.plan import TestPlan
  • run debug.py
cd webmeter
python debug.py