Skip to content

Instantly share code, notes, and snippets.

@vmayoral
Created November 2, 2018 08:20
Show Gist options
  • Save vmayoral/e45f0208b84ea46b5148ff9deb53de5e to your computer and use it in GitHub Desktop.
Save vmayoral/e45f0208b84ea46b5148ff9deb53de5e to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker3 &
[3] 4041
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 10.0.2.15:53675 10.0.2.15:45981 ESTABLISHED 1000 21790 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ fg
rosrun scenario1 talker __name:=talker3
^Cvagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ rosnode list
/listener2
/rosout
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker4 &
[3] 4076
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
tcp 0 0 10.0.2.15:50437 10.0.2.15:57046 ESTABLISHED 1000 21972 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ kill -9 4076
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
[3]+ Killed rosrun scenario1 talker __name:=talker4
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker5 &
[3] 4101
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 10.0.2.15:40948 10.0.2.15:41390 ESTABLISHED 1000 22136 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ kill -9 4101
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
[3]+ Killed rosrun scenario1 talker __name:=talker5
vagrant@vagrant-ubuntu-trusty-64:~$
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker6 &
[3] 4123
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 10.0.2.15:57694 10.0.2.15:58798 ESTABLISHED 1000 22313 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ fg
rosrun scenario1 talker __name:=talker6
^Cvagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker7 &
[3] 4151
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker8 &
[4] 4169
vagrant@vagrant-ubuntu-trusty-64:~$ rosrun scenario1 talker __name:=talker9 &
[5] 4187
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 10.0.2.15:50100 10.0.2.15:53449 ESTABLISHED 1000 22685 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
tcp 0 0 10.0.2.15:56015 10.0.2.15:57713 ESTABLISHED 1000 22620 4013/listener
tcp 0 0 10.0.2.15:58997 10.0.2.15:44470 ESTABLISHED 1000 22568 4013/listener
vagrant@vagrant-ubuntu-trusty-64:~$ killall -9 talker
[3] Killed rosrun scenario1 talker __name:=talker7
[4]- Killed rosrun scenario1 talker __name:=talker8
[5]+ Killed rosrun scenario1 talker __name:=talker9
vagrant@vagrant-ubuntu-trusty-64:~$ netstat -aeltnp |grep 4013
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:46653 0.0.0.0:* LISTEN 1000 21596 4013/listener
tcp 0 0 0.0.0.0:47724 0.0.0.0:* LISTEN 1000 21592 4013/listener
tcp 0 0 127.0.0.1:59300 127.0.0.1:11311 CLOSE_WAIT 1000 21615 4013/listener
tcp 0 0 10.0.2.15:46653 10.0.2.15:58694 ESTABLISHED 1000 21775 4013/listener
tcp 0 0 10.0.2.15:47724 10.0.2.15:47536 ESTABLISHED 1000 21634 4013/listener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment