https://github.com/clarketm/tcp
List open TCP connections
https://github.com/clarketm/tcp
binary executable golang listening tcp
Last synced: 10 months ago
JSON representation
List open TCP connections
- Host: GitHub
- URL: https://github.com/clarketm/tcp
- Owner: clarketm
- License: apache-2.0
- Created: 2017-08-03T23:01:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T05:02:12.000Z (over 8 years ago)
- Last Synced: 2025-04-14T11:41:26.384Z (about 1 year ago)
- Topics: binary, executable, golang, listening, tcp
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### WIP
```shell
NAME:
tcp – list open TCP connections.
SYNOPSIS:
tcp [ opts... ]
OPTIONS:
-h, --help print usage information.
-v, --version print version number.
-a, --all same as -f, -s, -e.
-e, --est include `established` connections in the output.
-f, --ftp include `ftp` connections in the output.
-s, --ssh include `ssh` connections in the output.
-n, --num show network numbers instead of host names.
-p, --pretty pretty print output.
EXAMPLES:
TODO
```