Posts Linux ss command to monitor network connections
Post
Cancel

Linux ss command to monitor network connections

1
2
3
4
5
//for TCP
ss -A tcp

//or for UDP
ss -a -A udp

origin - http://www.pipiscrew.com/?p=7732 linux-ss-command-to-monitor-network-connections

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags