Skip to content

Instantly share code, notes, and snippets.

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 dancwilliams/c6ad6fc2aa23025a43bd476765ac394d to your computer and use it in GitHub Desktop.
Save dancwilliams/c6ad6fc2aa23025a43bd476765ac394d to your computer and use it in GitHub Desktop.
VIRL FLAT & FLAT2 Ping Tests
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-72-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Thu Jun 15 19:35:49 GMT 2017
System load: 1.24 IP address for br1: 172.23.1.254
Usage of /: 21.0% of 69.61GB IP address for br2: 172.23.2.254
Memory usage: 18% IP address for br4: 172.16.10.250
Swap usage: 0% IP address for br3: 172.16.3.254
Processes: 339 IP address for docker0: 172.17.0.1
Users logged in: 0 IP address for virbr0: 192.168.122.1
IP address for eth0: 172.23.23.240
=> There are 2 zombie processes.
Graph this data and manage this system at:
https://landscape.canonical.com/
Last login: Thu Jun 15 19:32:47 2017
virl@virl-alpha:~$ ping -I br1 172.23.1.1
PING 172.23.1.1 (172.23.1.1) from 172.23.1.254 br1: 56(84) bytes of data.
64 bytes from 172.23.1.1: icmp_seq=1 ttl=64 time=4.55 ms
64 bytes from 172.23.1.1: icmp_seq=2 ttl=64 time=3.62 ms
64 bytes from 172.23.1.1: icmp_seq=3 ttl=64 time=3.44 ms
^C
--- 172.23.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 3.440/3.872/4.555/0.488 ms
virl@virl-alpha:~$ ping -I br2 172.23.2.1
PING 172.23.2.1 (172.23.2.1) from 172.23.2.254 br2: 56(84) bytes of data.
64 bytes from 172.23.2.1: icmp_seq=1 ttl=64 time=3.31 ms
64 bytes from 172.23.2.1: icmp_seq=2 ttl=64 time=3.67 ms
64 bytes from 172.23.2.1: icmp_seq=3 ttl=64 time=3.51 ms
^C
--- 172.23.2.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 3.314/3.500/3.673/0.162 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment