Skip to content

Useful commands

Hadi Moshayedi edited this page Jul 5, 2024 · 1 revision

Sending a custom json-rpc command to SPDK:

sudo apt-get install socat jq
sudo socat - UNIX-CONNECT:/var/tmp/spdk.sock < ~/tmp/req.1 | jq .
Clone this wiki locally