Skip to main content

WebMeter - A web api-performance tool based on jmeter.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webmeter-1.0.15.tar.gz (75.6 MB view hashes)

Uploaded Source

Built Distribution

webmeter-1.0.15-py3-none-any.whl (75.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page