Can I send a ping request by k6, does it possible?
I know k6
's websocket can send a ping request, but it is ws ping and it only support ws
and wss
.
Or how can I execute a shell script?
Can I send a ping request by k6, does it possible?
I know k6
's websocket can send a ping request, but it is ws ping and it only support ws
and wss
.
Or how can I execute a shell script?
There's currently no builtin support for pings or other parts of the ICMP protocol in k6, and it's not possible to execute a shell command or script from a k6 script either.