Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cooper@ubuntu:~/peerme$ time ./peerme.py -d -s pdbsql discover -d 7474
- [2016-10-25 03:40:58,564] DEBUG: Using selector: EpollSelector (selector_events.py:64)
- [2016-10-25 03:40:58,566] INFO: Loaded /home/cooper/.peerme.conf config file (config.py:20)
- [2016-10-25 03:40:58,567] DEBUG: ./peerme.py started @ 20161025034058 (peerme.py:38)
- [2016-10-25 03:40:58,574] DEBUG: Obtained DB connection pool to localhost (peeringdb_mysql.py:36)
- ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
- real 0m0.370s
- user 0m0.313s
- sys 0m0.037s
- cooper@ubuntu:~/peerme$ time ./peerme.py -d -s pdbsql discover -d 7575
- [2016-10-25 03:41:02,349] DEBUG: Using selector: EpollSelector (selector_events.py:64)
- [2016-10-25 03:41:02,352] INFO: Loaded /home/cooper/.peerme.conf config file (config.py:20)
- [2016-10-25 03:41:02,353] DEBUG: ./peerme.py started @ 20161025034102 (peerme.py:38)
- [2016-10-25 03:41:02,363] DEBUG: Obtained DB connection pool to localhost (peeringdb_mysql.py:36)
- ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
- IX Equinix Sydney:
- 7575 2001:de8:6::7575:1 60 45.127.172.46 600
- IX IX Australia NSW:
- 7575 2001:7fa:11:4:0:1d97:0:1 60 218.100.52.7 600
- IX SIX Seattle:
- 7575 2001:504:16::1d97 60 206.81.80.112 600
- IX CoreSite - Any2 California:
- 7575 2001:504:13::210:64 60 206.72.210.64 600
- IX Equinix Palo Alto:
- 7575 2001:504:d::b1 60 198.32.176.177 600
- real 0m0.442s
- user 0m0.353s
- sys 0m0.057s
- cooper@ubuntu:~/peerme$ time ./peerme.py -d -s pdbapi discover -d 7575
- [2016-10-25 03:41:13,051] DEBUG: Using selector: EpollSelector (selector_events.py:64)
- [2016-10-25 03:41:13,052] INFO: Loaded /home/cooper/.peerme.conf config file (config.py:20)
- [2016-10-25 03:41:13,053] DEBUG: ./peerme.py started @ 20161025034113 (peerme.py:38)
- [2016-10-25 03:41:14,101] DEBUG: Using cached ASN_NET_RESULT in get_prefixlimits_by_asn (peeringdb_api.py:110)
- ASN v6 Addr v6 Pfx Limit v4 Addr v4 Pfx Limit
- IX Equinix Sydney:
- 7575 2001:de8:6::7575:1 60 45.127.172.46 600
- IX IX Australia NSW:
- 7575 2001:7fa:11:4:0:1d97:0:1 60 218.100.52.7 600
- IX SIX Seattle:
- 7575 2001:504:16::1d97 60 206.81.80.112 600
- IX CoreSite - Any2 California:
- 7575 2001:504:13::210:64 60 206.72.210.64 600
- IX Equinix Palo Alto:
- 7575 2001:504:d::b1 60 198.32.176.177 600
- real 0m20.449s
- user 0m0.423s
- sys 0m0.063s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement