Websocket Utils
Installation
make install_tools_optional
Websocket Load Test
tip
Easy to use make targets are provided in the test load Makefile.
You can run the following commands if you have a local PATH instance running pointing to Pocket Network.
```bash
websocket-load-test \
--service "xrplevm" \
--app-id $GROVE_PORTAL_APP_ID \
--api-key $GROVE_PORTAL_API_KEY \
--subs "newHeads,newPendingTransactions" \
--count 10 \
--log
```
The documentation below is taken from the websocket-load-test repo.