Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.52 KB

README.md

File metadata and controls

76 lines (55 loc) · 1.52 KB

English | 中文

Webmeter

webmeter preview

WebMeter

An Open Source Web API-Performance tool based on JMeter.

Requirements

Installation

default

pip install -U webmeter

mirrors

pip install -i  https://mirrors.ustc.edu.cn/pypi/web/simple -U webmeter

Quickstart

default

python -m webmeter

customize

python -m webmeter --host={ip} --port={port}

Develop

debug

  • 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