Advertisement
cooperlees

AsyncIO More RestAPI Calls

Oct 30th, 2016
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. From Germany with '' of latency to peeringdb.com"
  2.  
  3. == Without:
  4. cooper-mbp1:peerme cooper$ time ./peerme.py -d discover -d 9268
  5. [2016-10-30 16:18:42,220] DEBUG: Using selector: KqueueSelector (selector_events.py:53)
  6. [2016-10-30 16:18:42,221] INFO: Loaded /Users/cooper/.peerme.conf config file (config.py:20)
  7. [2016-10-30 16:18:42,222] DEBUG: ./peerme.py started @ 20161030151842 (main.py:32)
  8. [2016-10-30 16:18:51,469] DEBUG: Using cached ASN_NET_RESULT in get_prefixlimits_by_asn (peeringdb_api.py:110)
  9. ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
  10. IX IX Australia QLD:
  11. 9268 2001:7fa:11:2:0:2434:0:1 30 218.100.76.8 250
  12. IX IX Australia VIC:
  13. 9268 2001:7fa:11:1:0:2434:0:1 30 218.100.78.57 250
  14. IX IX Australia NSW:
  15. 9268 2001:7fa:11:4:0:2434:0:1 30 218.100.52.13 250
  16. IX MegaIX Brisbane:
  17. 9268 2001:dea:0:20::d 30 103.26.70.13 250
  18. IX MegaIX Sydney:
  19. 9268 2001:dea:0:10::10 30 103.26.68.16 250
  20. IX Equinix Sydney:
  21. 9268 2001:de8:6::9268:1 30 45.127.172.178 250
  22.  
  23. real 1m3.094s
  24. user 0m0.457s
  25. sys 0m0.094s
  26.  
  27. == New gathering:
  28. cooper-mbp1:peerme cooper$ time ./peerme.py -d discover -d 9268
  29. [2016-10-30 16:17:29,363] DEBUG: Using selector: KqueueSelector (selector_events.py:53)
  30. [2016-10-30 16:17:29,364] INFO: Loaded /Users/cooper/.peerme.conf config file (config.py:20)
  31. [2016-10-30 16:17:29,364] DEBUG: ./peerme.py started @ 20161030151729 (main.py:32)
  32. [2016-10-30 16:17:30,643] DEBUG: Using cached ASN_NET_RESULT in get_prefixlimits_by_asn (peeringdb_api.py:110)
  33. ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
  34. IX IX Australia QLD:
  35. 9268 2001:7fa:11:2:0:2434:0:1 30 218.100.76.8 250
  36. IX IX Australia VIC:
  37. 9268 2001:7fa:11:1:0:2434:0:1 30 218.100.78.57 250
  38. IX IX Australia NSW:
  39. 9268 2001:7fa:11:4:0:2434:0:1 30 218.100.52.13 250
  40. IX MegaIX Brisbane:
  41. 9268 2001:dea:0:20::d 30 103.26.70.13 250
  42. IX MegaIX Sydney:
  43. 9268 2001:dea:0:10::10 30 103.26.68.16 250
  44. IX Equinix Sydney:
  45. 9268 2001:de8:6::9268:1 30 45.127.172.178 250
  46.  
  47. real 0m22.582s
  48. user 0m0.448s
  49. sys 0m0.090s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement