1 2 3 4 5 6 7
```sh # To show a TCP connection given its internal address $ ockam tcp-connection show d59c01ab8d9683f8c454df746e627b43 # To show a TCP connection given its socket address $ ockam tcp-connection show 127.0.0.1:5000 ```