awk:find_number_of_open_connections_per_ip
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
awk:find_number_of_open_connections_per_ip [2020/09/23 16:20] – created 192.168.1.1 | awk:find_number_of_open_connections_per_ip [2021/01/06 17:15] (current) – peter | ||
---|---|---|---|
Line 4: | Line 4: | ||
ss -ntu | awk ' | ss -ntu | awk ' | ||
</ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | 1 Local | ||
+ | 2 [fe80 | ||
+ | 4 127.0.0.1 | ||
+ | 23 192.168.1.69 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
awk/find_number_of_open_connections_per_ip.1600878032.txt.gz · Last modified: 2020/09/23 16:20 by 192.168.1.1