Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过k6发送 ping 请求吗,可以吗?
我知道k6的 websocket 可以发送一个 ping 请求,但它是 ws ping 并且它只支持ws和wss.
k6
ws
wss
或者我怎样才能执行一个shell脚本?
目前在 k6 中没有对 ping 或 ICMP 协议的其他部分的内置支持,也不可能从 k6 脚本执行 shell 命令或脚本。