ktsangop

Java debugging

Sep 9th, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. - Alive hosts are : 192.168.1.164, 192.168.1.155, 192.168.1.159, All the rest are dead
  2. - Timestamps are in miliseconds.
  3. - Initiate (thread starts),
  4. - Connected(right after socket.connect() returns),
  5. - Got response (after in.readLine() returns).
  6.  
  7. First run with 192.168.1.164 being on top of the tree list and other two at the bottom.
  8. =======================================================================================
  9. Initiate connection to 192.168.1.130 at 179359
  10. Initiate connection to 192.168.1.160 at 179359
  11. Initiate connection to 192.168.1.163 at 179359
  12. Initiate connection to 192.168.1.161 at 179359
  13. Initiate connection to 192.168.1.166 at 179359
  14. Initiate connection to 192.168.1.162 at 179359
  15. Initiate connection to 192.168.1.7 at 179359
  16. Initiate connection to 192.168.1.164 at 179359
  17. Initiate connection to 192.168.1.201 at 179359
  18. Initiate connection to 192.168.1.121 at 179359
  19. Connected to 192.168.1.164 at 179359
  20. Got response from 192.168.1.164 at 179359
  21. Initiate connection to 192.168.1.156 at 179359
  22. Initiate connection to 192.168.1.155 at 179359
  23. Initiate connection to 192.168.1.158 at 179359
  24. Initiate connection to 192.168.1.157 at 179359
  25. Initiate connection to 192.168.1.159 at 179359
  26. Connected to 192.168.1.155 at 181375
  27. Got response from 192.168.1.155 at 181390
  28. Connected to 192.168.1.159 at 190921
  29. Got response from 192.168.1.159 at 190937
  30.  
  31.  
  32. Second run with 192.168.1.159 and 192.168.1.155 being on top of the tree list and 192.168.1.164 at the bottom.
  33. ============================================================================================
  34. Initiate connection to 192.168.1.184 at 801609
  35. Initiate connection to 192.168.1.159 at 801609
  36. Initiate connection to 192.168.1.155 at 801609
  37. Initiate connection to 192.168.1.192 at 801609
  38. Initiate connection to 192.168.1.187 at 801609
  39. Connected to 192.168.1.155 at 801609
  40. Initiate connection to 192.168.1.186 at 801609
  41. Initiate connection to 192.168.1.178 at 801609
  42. Got response from 192.168.1.155 at 801609
  43. Connected to 192.168.1.159 at 801609
  44. Initiate connection to 192.168.1.177 at 801609
  45. Got response from 192.168.1.159 at 801609
  46. Initiate connection to 192.168.1.185 at 801609
  47. Initiate connection to 192.168.1.181 at 801609
  48. Initiate connection to 192.168.1.201 at 801609
  49. Initiate connection to 192.168.1.179 at 801609
  50. Initiate connection to 192.168.1.180 at 801609
  51. Initiate connection to 192.168.1.182 at 801609
  52. Initiate connection to 192.168.1.164 at 801609
  53. Connected to 192.168.1.164 at 822515
  54. Got response from 192.168.1.164 at 822531
Advertisement
Add Comment
Please, Sign In to add comment