1. 首页
  2. 数据库
  3. 其它
  4. k6_load_testing_with_influxdb_grafana:使用Influxdb + grafana可视化的dockerize k6负载测试示例

k6_load_testing_with_influxdb_grafana:使用Influxdb + grafana可视化的dockerize k6负载测试示例

上传者: 2021-04-22 02:06:49上传 ZIP文件 5.39KB 热度 14次
必需的安装 * Docker Deamon 如何进行测试? vus和duration参数必须定义 命令vus=arg0 duration=arg1 file=arg2 docker-compose up 用k6计算RPS Request Rate = (VU * R) / T T = (R * http_req_duration) + 1s Request Rate: measured by the number of requests per second (RPS) VU: the number of virtual users R: the number of requests per VU iteration T: a value larger than the time needed to complete a VU iteration 例如: 执行vus="10"
下载地址
用户评论