0

在远程服务器中,是否有使用 API 或 curl 命令启动 K6 进程/负载测试的选项或方法。

示例:我想从机器 1 开始机器 2 中的 k6 负载测试

4

1 回答 1

0

您可以使用 SSH 在远程 Windows 服务器上运行 Bash 脚本。bash 脚本将包含k6 运行命令。

在远程 Windows 服务器上运行 Bash 脚本: https ://unix.stackexchange.com/questions/120898/running-bash-script-on-a-remote-windows-machine

于 2020-07-26T15:00:25.847 回答