Advertisement
pellekrogholt

Untitled

Jan 23rd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. root@four:/mnt/pellekrogholtmac/python-process-spike# python subprocess_ping_w_threads.py
  2. Thread 1: Pinging 130.226.141.245
  3.  
  4.  
  5. Thread 0: Pinging 130.226.141.252
  6.  
  7.  
  8. Thread 2: Pinging 130.226.141.249
  9.  
  10.  
  11. PING 130.226.141.245 (130.226.141.245): 56 data bytes
  12. 64 bytes from 130.226.141.245: seq=0 ttl=64 time=0.708 ms
  13. PING 130.226.141.252 (130.226.141.252): 56 data bytes
  14. 64 bytes from 130.226.141.252: seq=0 ttl=64 time=0.503 ms
  15. PING 130.226.141.249 (130.226.141.249): 56 data bytes
  16. 64 bytes from 130.226.141.249: seq=0 ttl=64 time=0.726 ms
  17. 64 bytes from 130.226.141.245: seq=1 ttl=64 time=0.538 ms
  18. 64 bytes from 130.226.141.252: seq=1 ttl=64 time=0.358 ms
  19. 64 bytes from 130.226.141.249: seq=1 ttl=64 time=0.482 ms
  20. 64 bytes from 130.226.141.245: seq=2 ttl=64 time=0.528 ms
  21. 64 bytes from 130.226.141.252: seq=2 ttl=64 time=0.339 ms
  22. 64 bytes from 130.226.141.249: seq=2 ttl=64 time=0.508 ms
  23. 64 bytes from 130.226.141.245: seq=3 ttl=64 time=0.509 ms
  24. 64 bytes from 130.226.141.252: seq=3 ttl=64 time=0.332 ms
  25. 64 bytes from 130.226.141.249: seq=3 ttl=64 time=1.142 ms
  26. 64 bytes from 130.226.141.245: seq=4 ttl=64 time=0.544 ms
  27. 64 bytes from 130.226.141.252: seq=4 ttl=64 time=0.339 ms
  28. 64 bytes from 130.226.141.249: seq=4 ttl=64 time=0.487 ms
  29. 64 bytes from 130.226.141.245: seq=5 ttl=64 time=0.567 ms
  30. 64 bytes from 130.226.141.252: seq=5 ttl=64 time=0.328 ms
  31. 64 bytes from 130.226.141.249: seq=5 ttl=64 time=0.502 ms
  32. 64 bytes from 130.226.141.245: seq=6 ttl=64 time=0.526 ms
  33. 64 bytes from 130.226.141.252: seq=6 ttl=64 time=0.340 ms
  34. 64 bytes from 130.226.141.249: seq=6 ttl=64 time=0.497 ms
  35. 64 bytes from 130.226.141.245: seq=7 ttl=64 time=0.505 ms
  36. 64 bytes from 130.226.141.252: seq=7 ttl=64 time=0.341 ms
  37. 64 bytes from 130.226.141.249: seq=7 ttl=64 time=0.498 ms
  38. 64 bytes from 130.226.141.245: seq=8 ttl=64 time=0.522 ms
  39. 64 bytes from 130.226.141.252: seq=8 ttl=64 time=0.339 ms
  40. 64 bytes from 130.226.141.249: seq=8 ttl=64 time=0.488 ms
  41. 64 bytes from 130.226.141.245: seq=9 ttl=64 time=0.514 ms
  42.  
  43. --- 130.226.141.245 ping statistics ---
  44. 10 packets transmitted, 10 packets received, 0% packet loss
  45. round-trip min/avg/max = 0.505/0.546/0.708 ms
  46. 64 bytes from 130.226.141.252: seq=9 ttl=64 time=0.358 ms
  47.  
  48. --- 130.226.141.252 ping statistics ---
  49. 10 packets transmitted, 10 packets received, 0% packet loss
  50. round-trip min/avg/max = 0.328/0.357/0.503 ms
  51. 64 bytes from 130.226.141.249: seq=9 ttl=64 time=2.789 ms
  52.  
  53. --- 130.226.141.249 ping statistics ---
  54. 10 packets transmitted, 10 packets received, 0% packet loss
  55. round-trip min/avg/max = 0.482/0.811/2.789 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement