Created
May 27, 2016 21:33
-
-
Save Dnile/890db6a07c3007f48e0f7eff446217eb to your computer and use it in GitHub Desktop.
netstat_pen.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo netstat -pen | grep alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:29050 CLOSE_WAIT 1004 286419317 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:24856 CLOSE_WAIT 1004 286410656 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:28188 CLOSE_WAIT 1004 286414536 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:20016 CLOSE_WAIT 1004 286404398 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:21632 CLOSE_WAIT 1004 286408310 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:19387 CLOSE_WAIT 1004 286406190 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:27235 CLOSE_WAIT 1004 286414449 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:26576 CLOSE_WAIT 1004 286414331 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:22394 CLOSE_WAIT 1004 286408392 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:23280 CLOSE_WAIT 1004 286412939 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:25729 CLOSE_WAIT 1004 286413173 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:20862 CLOSE_WAIT 1004 286406417 12457/alertmanager | |
tcp6 1 0 127.0.0.1:9093 127.0.0.1:24058 CLOSE_WAIT 1004 286410528 12457/alertmanager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment