Advertisement
cooperlees

AIO Mysql Pool

Oct 24th, 2016
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. cooper@ubuntu:~/peerme$ time ./peerme.py -d -s pdbsql discover -d 7474
  2. [2016-10-25 03:40:58,564] DEBUG: Using selector: EpollSelector (selector_events.py:64)
  3. [2016-10-25 03:40:58,566] INFO: Loaded /home/cooper/.peerme.conf config file (config.py:20)
  4. [2016-10-25 03:40:58,567] DEBUG: ./peerme.py started @ 20161025034058 (peerme.py:38)
  5. [2016-10-25 03:40:58,574] DEBUG: Obtained DB connection pool to localhost (peeringdb_mysql.py:36)
  6. ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
  7.  
  8. real 0m0.370s
  9. user 0m0.313s
  10. sys 0m0.037s
  11. cooper@ubuntu:~/peerme$ time ./peerme.py -d -s pdbsql discover -d 7575
  12. [2016-10-25 03:41:02,349] DEBUG: Using selector: EpollSelector (selector_events.py:64)
  13. [2016-10-25 03:41:02,352] INFO: Loaded /home/cooper/.peerme.conf config file (config.py:20)
  14. [2016-10-25 03:41:02,353] DEBUG: ./peerme.py started @ 20161025034102 (peerme.py:38)
  15. [2016-10-25 03:41:02,363] DEBUG: Obtained DB connection pool to localhost (peeringdb_mysql.py:36)
  16. ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
  17. IX Equinix Sydney:
  18. 7575 2001:de8:6::7575:1 60 45.127.172.46 600
  19. IX IX Australia NSW:
  20. 7575 2001:7fa:11:4:0:1d97:0:1 60 218.100.52.7 600
  21. IX SIX Seattle:
  22. 7575 2001:504:16::1d97 60 206.81.80.112 600
  23. IX CoreSite - Any2 California:
  24. 7575 2001:504:13::210:64 60 206.72.210.64 600
  25. IX Equinix Palo Alto:
  26. 7575 2001:504:d::b1 60 198.32.176.177 600
  27.  
  28. real 0m0.442s
  29. user 0m0.353s
  30. sys 0m0.057s
  31. cooper@ubuntu:~/peerme$ time ./peerme.py -d -s pdbapi discover -d 7575
  32. [2016-10-25 03:41:13,051] DEBUG: Using selector: EpollSelector (selector_events.py:64)
  33. [2016-10-25 03:41:13,052] INFO: Loaded /home/cooper/.peerme.conf config file (config.py:20)
  34. [2016-10-25 03:41:13,053] DEBUG: ./peerme.py started @ 20161025034113 (peerme.py:38)
  35. [2016-10-25 03:41:14,101] DEBUG: Using cached ASN_NET_RESULT in get_prefixlimits_by_asn (peeringdb_api.py:110)
  36. ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
  37. IX Equinix Sydney:
  38. 7575 2001:de8:6::7575:1 60 45.127.172.46 600
  39. IX IX Australia NSW:
  40. 7575 2001:7fa:11:4:0:1d97:0:1 60 218.100.52.7 600
  41. IX SIX Seattle:
  42. 7575 2001:504:16::1d97 60 206.81.80.112 600
  43. IX CoreSite - Any2 California:
  44. 7575 2001:504:13::210:64 60 206.72.210.64 600
  45. IX Equinix Palo Alto:
  46. 7575 2001:504:d::b1 60 198.32.176.177 600
  47.  
  48. real 0m20.449s
  49. user 0m0.423s
  50. sys 0m0.063s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement