User Tools

Site Tools


dev:kb:network

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:kb:network [2015/05/13 00:32] – external edit 127.0.0.1dev: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.1431477137.txt.gz · Last modified: 2020/06/06 23:32 (external edit)