```shell exec 3<> /dev/tcp/localhost/9216 echo -e "GET /metrics HTTP/1.0\n\n" >&3 cat <&3 ```