Skip to content

D8ger/D8gerConcurrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

HTTP接口并发测试工具

  1. easy-http

  2. httpie

  3. http和json测试自定义接口

easy-http

下载安装
pip3 install D8gerConcurrent
使用示例
# 获取帮助信息
easy-http [-h|--help]

# 使用默认参数: 1个线程, 连续请求1次
easy-http http://www.debuggerpowerzcy.top/

# 使用64个线程连续请求20,000次
easy-http http://www.debuggerpowerzcy.top/ -w 64 -l 20000

# 使用默认~/ssoLogin.json登录解析Cookie
login-cookie

# 在任意目录X下新建sso-a.json, sso-b.json, sso-x.json等多个环境的登录文件, 指定登录环境
login-cookie -f X/sso-x.json
# 借助shell脚本完成更多'快捷键'功能
构建过程
# 本地安装测试
python3 setup.py install
# 打包
python3 setup.py sdist
# 上传发布 D8GER
# pip3 install twine
twine upload dist/*


# pip3更新安装
pip3 install --upgrade D8gerConcurrent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%