Skip to content

smart-test-ti/webmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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