没有合适的资源?快使用搜索试试~ 我知道了~
locust:用Python编写的可伸缩的用户负载测试工具-python
共166个文件
py:82个
rst:22个
js:8个
需积分: 10 1 下载量 47 浏览量
2021-06-18
18:47:20
上传
评论
收藏 1.04MB ZIP 举报
温馨提示
locust:用Python编写的可伸缩的用户负载测试工具 Locust 链接 网站:locust.io 文档:docs.locust.io 描述 Locust 是一个易于使用的分布式用户负载测试工具。 它旨在对网站(或其他系统)进行负载测试,并确定系统可以处理多少并发用户。 这个想法是在测试期间,一群蝗虫会攻击你的网站。 每个蝗虫(或测试用户,如果愿意的话)的行为由您定义,蜂拥过程由 Web UI 实时监控。 这将帮助您在让真实用户进入之前进行测试并确定代码中的瓶颈。Locust 完全基于事件,因此可以在一台机器上支持数千个并发用户。 与许多其他基于事件的应用程序相比,它不使用回调。 相反,它通过 gevent 使用轻量级进程。 每个蝗虫蜂拥而至您的网站实际上都在其自己的进程(或 greenlet,正确的是)中运行。 这允许您在 Python 中编写非常有表现力的场景,而无需使用回调使代码复杂化。 特性 用普通的 Python 编写用户测试场景 不需要笨拙的 UI 或臃肿的 XML — 只需像往常一样编写代码。 基于协程而不是回调,您的代码的外观和行为就像正常的阻
资源推荐
资源详情
资源评论
收起资源包目录
locust:用Python编写的可伸缩的用户负载测试工具-python (166个子文件)
setup.cfg 1KB
supervisord.conf 2KB
.coveragerc 300B
application.css 10KB
tables.css 2KB
theme-overrides.css 268B
Dockerfile 245B
.dockerignore 81B
.git-blame-ignore-revs 112B
.gitattributes 470B
.gitignore 267B
index.html 17KB
report.html 8KB
extend.html 2KB
stats_data.html 1KB
favicon.ico 8KB
MANIFEST.in 87B
tox.ini 415B
echarts.common.min.js 606KB
jquery-1.11.3.min.js 94KB
locust.js 7KB
chart.js 4KB
jquery.jqote2.min.js 3KB
jquery.tools.min.js 3KB
extend.js 2KB
vintage.js 1KB
settings.json 921B
launch.json 491B
LICENSE 1KB
Makefile 380B
application.css.map 7KB
tables.css.map 1016B
CHANGELOG.md 150KB
README.md 5KB
bug_report.md 1KB
feature_request.md 915B
CONTRIBUTING.md 475B
README.md 0B
ui-screenshot-workers.png 148KB
webui-running-charts.png 102KB
ui-screenshot-stats.png 94KB
ui-screenshot-charts.png 78KB
webui-running-statistics.png 74KB
ui-screenshot-start-test.png 63KB
webui-splash-screenshot.png 47KB
logo.png 24KB
hello.proto 219B
test_runners.py 63KB
stats.py 38KB
runners.py 35KB
test_stats.py 29KB
test_locust_class.py 25KB
test_fasthttp.py 22KB
test_web.py 21KB
fasthttp.py 18KB
main.py 16KB
web.py 16KB
argument_parser.py 15KB
test_main.py 15KB
task.py 14KB
test_tags.py 13KB
clients.py 11KB
test_http.py 10KB
users.py 8KB
event.py 8KB
env.py 7KB
test_log.py 6KB
test_parser.py 6KB
testcases.py 6KB
conf.py 5KB
extend.py 5KB
hello_pb2.py 5KB
test_sequential_taskset.py 3KB
input_events.py 3KB
test_taskratio.py 3KB
html.py 3KB
sequential_taskset.py 2KB
locustfile.py 2KB
hello_pb2_grpc.py 2KB
log.py 2KB
zmqrpc.py 2KB
events.py 2KB
test_wait_time.py 2KB
wait_user_count.py 2KB
xmlrpc_locustfile.py 2KB
manual_stats_reporting.py 2KB
test_zmqrpc.py 2KB
util.py 2KB
deprecation.py 2KB
wait_time.py 2KB
browse_docs_sequence_test.py 1KB
inspectuser.py 1KB
stages.py 1KB
exception.py 1KB
browse_docs_test.py 1KB
custom_wait_function.py 1KB
double_wave.py 1KB
mock_locustfile.py 1KB
shape.py 1KB
test_util.py 1KB
共 166 条
- 1
- 2
资源评论
楼小雨
- 粉丝: 23
- 资源: 4694
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功