mobilefish

Untitled

Nov 11th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.53 KB | None | 0 0
  1. [root@ip-10-0-0-27 conf.d]# initctl start logstash
  2. logstash start/running, process 24082
  3. [root@ip-10-0-0-27 conf.d]# sudo ss -lrt -anpl|grep java
  4. LISTEN     0      100         :::9091                    :::*                   users:(("java",pid=25921,fd=25))
  5. LISTEN     0      100         :::9092                    :::*                   users:(("java",pid=25024,fd=23))
  6. LISTEN     0      100         :::9003                    :::*                   users:(("java",pid=1713,fd=34))
  7. LISTEN     0      100         :::9070                    :::*                   users:(("java",pid=8420,fd=28))
  8. LISTEN     0      128      localhost:9200                    :::*                   users:(("java",pid=27829,fd=291))
  9. LISTEN     0      128     localhost6:9200                    :::*                   users:(("java",pid=27829,fd=290))
  10. LISTEN     0      100         :::9075                    :::*                   users:(("java",pid=18031,fd=22))
  11. LISTEN     0      128      localhost:9300                    :::*                   users:(("java",pid=27829,fd=241))
  12. LISTEN     0      128     localhost6:9300                    :::*                   users:(("java",pid=27829,fd=240))
  13. LISTEN     0      100         :::9077                    :::*                   users:(("java",pid=7625,fd=22))
  14. LISTEN     0      100         :::9078                    :::*                   users:(("java",pid=12186,fd=22))
  15. LISTEN     0      100         :::9079                    :::*                   users:(("java",pid=8988,fd=14))
  16. [root@ip-10-0-0-27 conf.d]#
Add Comment
Please, Sign In to add comment