User Tools

Site Tools


dev:kb:network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dev:kb:network [2014/05/15 08:19] – created hackerzhoudev:kb:network [2020/06/06 23:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Network ====== ====== Network ======
 ===== TCP ===== ===== TCP =====
 +==== Show current TCP connection status ====
 +<code bash>
 +netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
 +</code>
 +
 +{{:dev:kb:tcp.gif|}}
dev/kb/network.1400141962.txt.gz · Last modified: 2020/06/06 23:32 (external edit)