bench-test-scripts/README.md

22 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# bench-test-scripts
k6 benchmark test scripts
# result 解析
scenarios简述测试脚本运行的情况说明有多少个测试案例、最大的虚拟用户数最大的运行持续时间。
data_received接收到的数据量大小
data_sent发送的数据量大小
http_req_blocked在发起请求之前被阻塞的时间
http_req_connecting建立到远程主机的 TCP 连接所花费的时间
http_req_duration请求的总时间。它等于 http_req_sending + http_req_waiting + http_req_receiving重要指标
http_req_failed失败请求率
http_req_receiving从远程主机接收响应数据所花费的时间而没有初始DNS查找/连接时间
http_req_sending将数据发送到远程主机所花费的时间
http_req_tls_handshaking与远程主机握手建立TLS会话所花费的时间
http_req_waiting等待远程主机响应所花费的时间
http_reqs总请求数量TPS
iteration_duration完成默认/主函数的一次完整迭代所花费的时间
iterations脚本中的函数被执行的次数
vus当前活动的虚拟用户数
vus_max虚拟用户的最大数量
checkschecks 项的成功率