Skip to content

Instantly share code, notes, and snippets.

@venkataanil
Created November 12, 2020 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venkataanil/f4f287e29df473ba420265ff4dc66ae1 to your computer and use it in GitHub Desktop.
Save venkataanil/f4f287e29df473ba420265ff4dc66ae1 to your computer and use it in GitHub Desktop.
[root@server1 ~]# netstat -tavpn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1094/sshd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/systemd
tcp6 0 0 :::38421 :::* LISTEN 9435/uperf
tcp6 0 0 :::22 :::* LISTEN 1094/sshd
tcp6 0 0 :::40087 :::* LISTEN 9435/uperf
tcp6 0 0 :::36313 :::* LISTEN 9435/uperf
tcp6 0 0 :::46585 :::* LISTEN 9435/uperf
tcp6 0 0 :::40125 :::* LISTEN 9435/uperf
tcp6 0 0 :::39357 :::* LISTEN 9435/uperf
tcp6 0 0 :::37373 :::* LISTEN 9435/uperf
tcp6 0 0 :::45599 :::* LISTEN 9435/uperf
tcp6 0 0 :::39007 :::* LISTEN 9435/uperf
tcp6 0 0 :::38079 :::* LISTEN 9435/uperf
tcp6 0 0 :::45951 :::* LISTEN 9435/uperf
tcp6 0 0 :::43489 :::* LISTEN 9435/uperf
tcp6 0 0 :::36807 :::* LISTEN 9435/uperf
tcp6 0 0 :::20010 :::* LISTEN 8880/uperf
tcp6 0 0 :::45227 :::* LISTEN 9435/uperf
tcp6 0 0 :::37325 :::* LISTEN 9435/uperf
tcp6 0 0 :::42445 :::* LISTEN 9435/uperf
tcp6 0 0 :::111 :::* LISTEN 1/systemd
tcp6 0 0 10.0.0.129:40087 10.0.0.172:47580 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:45951 10.0.0.172:58994 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:42445 10.0.0.172:33752 ESTABLISHED 9435/uperf
tcp6 394760 0 10.0.0.129:37325 10.0.0.172:53346 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:36313 10.0.0.172:36104 ESTABLISHED 9435/uperf
tcp6 378080 0 10.0.0.129:38421 10.0.0.172:49488 ESTABLISHED 9435/uperf
tcp6 2780 0 10.0.0.129:39357 10.0.0.172:49766 ESTABLISHED 9435/uperf
tcp6 191820 0 10.0.0.129:38079 10.0.0.172:55302 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:40125 10.0.0.172:49254 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:20010 10.0.0.172:55620 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:43489 10.0.0.172:38882 ESTABLISHED 9435/uperf
tcp6 458700 0 10.0.0.129:36807 10.0.0.172:54448 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:37373 10.0.0.172:50192 ESTABLISHED 9435/uperf
tcp6 12510 0 10.0.0.129:45599 10.0.0.172:43222 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:45227 10.0.0.172:39656 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:39007 10.0.0.172:56992 ESTABLISHED 9435/uperf
tcp6 0 0 10.0.0.129:46585 10.0.0.172:36152 ESTABLISHED 9435/uperf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment