-
Notifications
You must be signed in to change notification settings - Fork 28
XNETSTAT
Dan Barrett edited this page Feb 28, 2017
·
2 revisions
xnetstat - manage socket table
usage: xnetstat [-h] [-f] [-p] [-t TYPE] [-s SORT] [-v]
- -h, --help
- show this help message and exit
- -f, --flush
- purge all STREAM sockets in TIME_WAIT state
- -p, --purge
- purge *ALL* STREAM sockets
- -t TYPE, --type TYPE
- only output information for the specified Socket type STREAM|DGRAM|RAW
- -s SORT, --sort SORT
- sort output on (p)ort, (t)ype, (s)tate, or (x)id
- -v, --version
- display version number