tcp-connection show
Preview
Preview features are available for use, but are still under rapid development.
There may be some minor gaps in functionality or documentation.
Your feedback on the enhancements you'd like to see on this feature are especially valuable, please send them through at https://github.com/build-trust/ockam/discussions/new
ockam tcp-connection show [OPTIONS] <ADDRESS>
Show a TCP connection
Arguments
<ADDRESS>
TCP connection internal address or socket address
Options
--at [NODE_NAME]
(optional)
Perform the command on the given node
Examples
# 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