Skip to content

SeldomQA/kb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kb

kb 是一个简单的性能测试脚本,通过协程模拟并发请求。

Installation

> git clone https://github.com/SeldomQA/kb
> cd kb
> python3 setup.py install

or

> pip3 clone git+https://github.com/SeldomQA/kb.git --upgrade

使用

查看帮助:

> kb --help
usage: kb [-h] [-v] [-u USERS] [-q REQUESTS] [url]

kb is a simple performance testing tool, Simulate concurrent requests through
a coroutine.

positional arguments:
  url                   URL to hit

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show version
  -u USERS, --users USERS
                        Number of concurrent users
  -q REQUESTS, --requests REQUESTS
                        Number of requests

运行

通过kb命令实现URL并发请求

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages