# D8gerConcurrent **Repository Path**: debuggerCaofanCPU/D8gerConcurrent ## Basic Information - **Project Name**: D8gerConcurrent - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == HTTP接口并发测试工具 . easy-http . httpie . http和json测试自定义接口 === easy-http .下载安装 [source, bash] ---- pip3 install D8gerConcurrent ---- .使用示例 [source, bash] ---- # 获取帮助信息 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脚本完成更多'快捷键'功能 ---- .构建过程 [source,bash] ---- # 本地安装测试 python3 setup.py install # 打包 python3 setup.py sdist # 上传发布 D8GER # pip3 install twine twine upload dist/* # pip3更新安装 pip3 install --upgrade D8gerConcurrent ----