spanx 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +20 -0
- data/.pairs +13 -0
- data/.rspec +2 -0
- data/.rvmrc +1 -0
- data/Gemfile +4 -0
- data/Guardfile +13 -0
- data/LICENSE +22 -0
- data/README.md +175 -0
- data/Rakefile +2 -0
- data/bin/spanx +7 -0
- data/conf/spanx-config.yml.example +44 -0
- data/conf/spanx-whitelist.txt.example +2 -0
- data/lib/spanx.rb +38 -0
- data/lib/spanx/actor/analyzer.rb +94 -0
- data/lib/spanx/actor/collector.rb +64 -0
- data/lib/spanx/actor/log_reader.rb +46 -0
- data/lib/spanx/actor/writer.rb +68 -0
- data/lib/spanx/cli.rb +47 -0
- data/lib/spanx/cli/analyze.rb +50 -0
- data/lib/spanx/cli/disable.rb +36 -0
- data/lib/spanx/cli/enable.rb +36 -0
- data/lib/spanx/cli/flush.rb +36 -0
- data/lib/spanx/cli/watch.rb +91 -0
- data/lib/spanx/config.rb +45 -0
- data/lib/spanx/helper.rb +8 -0
- data/lib/spanx/helper/exit.rb +11 -0
- data/lib/spanx/helper/subclassing.rb +31 -0
- data/lib/spanx/helper/timing.rb +9 -0
- data/lib/spanx/ip_checker.rb +5 -0
- data/lib/spanx/logger.rb +47 -0
- data/lib/spanx/notifier/audit_log.rb +18 -0
- data/lib/spanx/notifier/base.rb +22 -0
- data/lib/spanx/notifier/campfire.rb +47 -0
- data/lib/spanx/notifier/email.rb +61 -0
- data/lib/spanx/runner.rb +74 -0
- data/lib/spanx/usage.rb +9 -0
- data/lib/spanx/version.rb +3 -0
- data/lib/spanx/whitelist.rb +31 -0
- data/spanx.gemspec +32 -0
- data/spec/fixtures/access.log.1 +104 -0
- data/spec/fixtures/access.log.bots +7 -0
- data/spec/fixtures/config.yml +10 -0
- data/spec/fixtures/config_with_checks.yml +18 -0
- data/spec/fixtures/whitelist.txt +4 -0
- data/spec/spanx/actor/analyzer_spec.rb +114 -0
- data/spec/spanx/actor/collector_spec.rb +4 -0
- data/spec/spanx/actor/log_reader_spec.rb +68 -0
- data/spec/spanx/actor/writer_spec.rb +63 -0
- data/spec/spanx/config_spec.rb +62 -0
- data/spec/spanx/helper/timing_spec.rb +22 -0
- data/spec/spanx/notifier/base_spec.rb +16 -0
- data/spec/spanx/notifier/campfire_spec.rb +5 -0
- data/spec/spanx/notifier/email_spec.rb +121 -0
- data/spec/spanx/runner_spec.rb +102 -0
- data/spec/spanx/whitelist_spec.rb +66 -0
- data/spec/spec_helper.rb +25 -0
- data/spec/support/fakeredis.rb +1 -0
- data/spec/support/mail.rb +10 -0
- metadata +302 -0
@@ -0,0 +1,104 @@
|
|
1
|
+
63.209.154.202 - - [16/Oct/2012:15:29:10 -0700] GET /users/me?requesting_controller=sessions&requesting_action=new¶ms=null HTTP/1.1 "304" 0 "http://wanelo.com/users/sign_in" "http://wanelo.com/users/sign_in" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1" "-""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.022 request_time 0.310
|
2
|
+
129.65.104.106 - - [16/Oct/2012:15:29:10 -0700] GET /trending/4 HTTP/1.1 "200" 14844 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3" "7.36""Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.619 request_time 0.619
|
3
|
+
98.204.168.158 - - [16/Oct/2012:15:29:10 -0700] GET /users/me?requesting_controller=about&requesting_action=community¶ms=null HTTP/1.1 "200" 965 "http://wanelo.com/about/community" "http://wanelo.com/about/community" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "1.93""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.021 request_time 0.027
|
4
|
+
66.249.73.12 - - [16/Oct/2012:15:29:10 -0700] GET /p/1995242/fugu-butcher-diagram-of-a-blowfish-8x10-print-featured-in-charcoal-buy-3-and-get-one-free HTTP/1.1 "200" 4006 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "2.98""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.071 request_time 0.071
|
5
|
+
64.183.54.246 - - [16/Oct/2012:15:29:10 -0700] GET /p/2297098/saves/new?attributed_user_id=528775 HTTP/1.1 "200" 853 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10" "3.23""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.039 request_time 0.039
|
6
|
+
144.80.95.42 - - [16/Oct/2012:15:29:10 -0700] GET /trending/15 HTTP/1.1 "200" 14695 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "7.30""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.021 request_time 0.024
|
7
|
+
71.97.88.229 - - [16/Oct/2012:15:29:10 -0700] GET /users/me HTTP/1.1 "304" 0 "http://wanelo.com/users/sign_up" "http://wanelo.com/users/sign_up" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "-""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.030 request_time 0.030
|
8
|
+
69.171.224.0 - - [16/Oct/2012:15:29:11 -0700] GET /p/2300089/44549388 HTTP/1.1 "200" 4118 "-" "-" "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "2.84""facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.085 request_time 0.085
|
9
|
+
8.30.144.198 - - [16/Oct/2012:15:29:58 -0700] GET / HTTP/1.1 "200" 26016 "-" "-" "-" "-""-" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.023 request_time 0.023
|
10
|
+
99.112.105.233 - - [16/Oct/2012:15:29:58 -0700] GET / HTTP/1.1 "302" 103 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.020 request_time 0.020
|
11
|
+
66.41.106.80 - - [16/Oct/2012:15:29:58 -0700] GET /users/me/personalization?requesting_controller=products&requesting_action=show¶ms%5Bproduct_id%5D=2298481 HTTP/1.1 "200" 86 "http://wanelo.com/p/2298481/lady-gaga-black-lace-face-mask-halloween-masquerade-costume-accessory" "http://wanelo.com/p/2298481/lady-gaga-black-lace-face-mask-halloween-masquerade-costume-accessory" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4" "0.97""Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.031 request_time 0.128
|
12
|
+
184.153.73.39 - - [16/Oct/2012:15:29:58 -0700] GET /search/2?query=belly HTTP/1.1 "200" 14266 "http://wanelo.com/search?query=belly" "http://wanelo.com/search?query=belly" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "8.25""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.545 request_time 0.545
|
13
|
+
66.229.193.133 - - [16/Oct/2012:15:29:58 -0700] GET /trending/6 HTTP/1.1 "200" 15193 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "7.13""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.026 request_time 0.026
|
14
|
+
66.249.73.248 - - [16/Oct/2012:15:29:58 -0700] GET /p/133133/savers HTTP/1.1 "200" 7938 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.27""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.139 request_time 0.139
|
15
|
+
129.210.115.19 - - [16/Oct/2012:15:29:58 -0700] GET /store/chicwish.com?page=4 HTTP/1.1 "200" 11651 "http://wanelo.com/store/chicwish.com" "http://wanelo.com/store/chicwish.com" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2" "9.65""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.532 request_time 0.658
|
16
|
+
66.249.73.2 - - [16/Oct/2012:15:29:58 -0700] GET /p/1836481/savers HTTP/1.1 "200" 5704 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "2.95""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.068 request_time 0.068
|
17
|
+
65.24.112.56 - - [16/Oct/2012:15:29:58 -0700] GET /p/281530/saves/new?attributed_save_id=4220715&attributed_user_id=120377 HTTP/1.1 "200" 1110 "http://wanelo.com/p/333686/19388148" "http://wanelo.com/p/333686/19388148" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/534.57.7 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.7" "3.10""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/534.57.7 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.7" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.042 request_time 0.046
|
18
|
+
172.220.128.151 - - [16/Oct/2012:15:29:58 -0700] DELETE /users/me/2166488 HTTP/1.1 "200" 55 "http://wanelo.com/cianasemino" "http://wanelo.com/cianasemino" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "0.55""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.108 request_time 0.108
|
19
|
+
66.249.73.248 - - [16/Oct/2012:15:29:58 -0700] GET /p/2263167/new-york-college-baseball-letterman-jacket-navy HTTP/1.1 "200" 3867 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.00""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.086 request_time 0.086
|
20
|
+
69.171.224.0 - - [16/Oct/2012:15:29:58 -0700] GET /p/422709/44549813 HTTP/1.1 "200" 7164 "-" "-" "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "3.27""facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.112 request_time 0.112
|
21
|
+
69.171.224.2 - - [16/Oct/2012:15:29:58 -0700] GET /p/2296544/44549817 HTTP/1.1 "200" 7436 "-" "-" "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "3.18""facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.135 request_time 0.135
|
22
|
+
70.140.101.169 - - [16/Oct/2012:15:29:58 -0700] GET /p/2298089/saves/new?attributed_user_id=570012 HTTP/1.1 "200" 858 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "3.21""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.039 request_time 0.039
|
23
|
+
74.38.117.138 - - [16/Oct/2012:15:29:58 -0700] PUT /users/me/update_fb_access_token HTTP/1.1 "200" 1 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.0.22.79_10013310) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true" "-""Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.0.22.79_10013310) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.247 request_time 0.271
|
24
|
+
99.112.105.233 - - [16/Oct/2012:15:29:58 -0700] GET /trending HTTP/1.1 "200" 14753 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "7.23""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.018 request_time 0.025
|
25
|
+
66.249.73.22 - - [16/Oct/2012:15:29:58 -0700] GET /p/1196688/savers HTTP/1.1 "200" 9067 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.69""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.251 request_time 0.251
|
26
|
+
68.109.131.44 - - [16/Oct/2012:15:29:58 -0700] GET /p/2294443/jenny-pastel-rhinestone-round-sunglasses-multi-gold HTTP/1.1 "200" 3744 "http://wanelo.com/p/2294443/jenny-pastel-rhinestone-round-sunglasses-multi-gold" "http://wanelo.com/p/2294443/jenny-pastel-rhinestone-round-sunglasses-multi-gold" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "3.98""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.018 request_time 0.023
|
27
|
+
66.249.73.240 - - [16/Oct/2012:15:29:58 -0700] GET /p/1674730/21120160 HTTP/1.1 "200" 7609 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.18""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.107 request_time 0.107
|
28
|
+
149.164.219.197 - - [16/Oct/2012:15:29:58 -0700] GET /daniellemathys/following.json HTTP/1.1 "304" 0 "http://wanelo.com/p/2244012/41255907" "http://wanelo.com/p/2244012/41255907" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 Safari/537.4" "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.049 request_time 0.049
|
29
|
+
67.127.181.65 - - [16/Oct/2012:15:29:58 -0700] GET /p/2297105/yoga-girls-print HTTP/1.1 "200" 7737 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20100101 Firefox/16.0" "3.37""Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20100101 Firefox/16.0" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.435 request_time 0.598
|
30
|
+
66.249.73.9 - - [16/Oct/2012:15:29:58 -0700] GET /p/1833589/25615607 HTTP/1.1 "200" 7161 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.34""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.163 request_time 0.163
|
31
|
+
129.100.254.153 - - [16/Oct/2012:15:29:58 -0700] GET /trending/46 HTTP/1.1 "200" 14882 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "7.31""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.024 request_time 0.024
|
32
|
+
5.0.141.126 - - [16/Oct/2012:15:29:58 -0700] GET /users/me?requesting_controller=users&requesting_action=show¶ms%5Buser_id%5D=418744 HTTP/1.1 "200" 966 "http://wanelo.com/dingleilani" "http://wanelo.com/dingleilani" "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1" "1.93""Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1" "5.0.141.126"upstream_addr 127.0.0.1:8100upstream_response_time 0.023 request_time 0.363
|
33
|
+
67.173.254.134 - - [16/Oct/2012:15:29:59 -0700] GET /users/me?requesting_controller=users&requesting_action=top¶ms=null HTTP/1.1 "200" 1584 "http://wanelo.com/top/people" "http://wanelo.com/top/people" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; MAAU)" "2.34""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; MAAU)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.047 request_time 0.047
|
34
|
+
71.201.151.100 - - [16/Oct/2012:15:29:59 -0700] GET /trending/2 HTTP/1.1 "200" 14595 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "7.32""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.028 request_time 0.028
|
35
|
+
66.249.73.2 - - [16/Oct/2012:15:29:59 -0700] GET /p/491659/may-the-odds-be-ever-in-your-favor-positive-iphone-case-by-ryan-james-caruthers--society6 HTTP/1.1 "200" 8003 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.44""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.370 request_time 0.370
|
36
|
+
99.26.122.4 - - [16/Oct/2012:15:29:59 -0700] GET /users/me HTTP/1.1 "304" 0 "http://wanelo.com/p/2217096/volcom-pocket-block-womens-tee-210302167-graphic-tees-tanks-tillys-com" "http://wanelo.com/p/2217096/volcom-pocket-block-womens-tee-210302167-graphic-tees-tanks-tillys-com" "Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3" "-""Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.026 request_time 0.026
|
37
|
+
99.27.58.116 - - [16/Oct/2012:15:29:59 -0700] GET /p/2294233/saves/new?attributed_user_id=46101 HTTP/1.1 "200" 851 "http://wanelo.com/p/2291300/greenleaf-mckinley-dollhouse-www-hayneedle-com" "http://wanelo.com/p/2291300/greenleaf-mckinley-dollhouse-www-hayneedle-com" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.54.16 (KHTML, like Gecko) Version/5.1.4 Safari/534.54.16" "3.23""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.54.16 (KHTML, like Gecko) Version/5.1.4 Safari/534.54.16" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.037 request_time 0.152
|
38
|
+
66.249.73.234 - - [16/Oct/2012:15:29:59 -0700] GET /p/1618866/20092423 HTTP/1.1 "200" 7238 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.27""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.138 request_time 0.138
|
39
|
+
50.148.46.35 - - [16/Oct/2012:15:29:59 -0700] GET /p/2263312/neck-knockers-boob-scarf-ivory-on-luulla HTTP/1.1 "200" 3904 "http://www.facebook.com/" "http://www.facebook.com/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "2.96""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.013 request_time 0.013
|
40
|
+
99.122.4.116 - - [16/Oct/2012:15:29:59 -0700] DELETE /p/1996248/collections/5370397 HTTP/1.1 "200" 55 "http://wanelo.com/Hmonkey952/collections/one-day" "http://wanelo.com/Hmonkey952/collections/one-day" "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1" "0.55""Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.097 request_time 0.099
|
41
|
+
24.149.95.205 - - [16/Oct/2012:15:29:59 -0700] GET /trending/13 HTTP/1.1 "200" 15324 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "7.15""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.271 request_time 0.300
|
42
|
+
90.17.98.150 - - [16/Oct/2012:15:29:59 -0700] DELETE /users/me/2301101 HTTP/1.1 "200" 55 "http://wanelo.com/sichmole" "http://wanelo.com/sichmole" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "0.55""Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.023 request_time 0.036
|
43
|
+
66.249.73.2 - - [16/Oct/2012:15:29:59 -0700] GET /p/1995718/30310783 HTTP/1.1 "200" 3924 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "2.89""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.098 request_time 0.098
|
44
|
+
108.81.13.74 - - [16/Oct/2012:15:29:59 -0700] GET /trending HTTP/1.1 "499" 0 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time - request_time 28.156
|
45
|
+
173.65.98.199 - - [16/Oct/2012:15:29:59 -0700] DELETE /p/2194755/collections/5723741 HTTP/1.1 "200" 55 "http://wanelo.com/newyork356/collections/things-i-am-getting-soon" "http://wanelo.com/newyork356/collections/things-i-am-getting-soon" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; FunWebProducts)" "0.55""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; FunWebProducts)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.095 request_time 0.098
|
46
|
+
165.112.67.93 - - [16/Oct/2012:15:29:59 -0700] GET /tags/80s?page=2 HTTP/1.1 "200" 15028 "http://wanelo.com/tags/80s" "http://wanelo.com/tags/80s" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "7.50""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time 1.167 request_time 1.167
|
47
|
+
98.238.197.136 - - [16/Oct/2012:15:29:59 -0700] GET /p/318519/5492858 HTTP/1.1 "200" 2910 "http://wanelo.com/p/318519/5492858" "http://wanelo.com/p/318519/5492858" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "3.24""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.131 request_time 0.132
|
48
|
+
64.247.82.221 - - [16/Oct/2012:15:29:59 -0700] GET /p/2301835/the-north-face-denali-jacket HTTP/1.1 "200" 3289 "http://wanelo.com/p/2301835/the-north-face-denali-jacket" "http://wanelo.com/p/2301835/the-north-face-denali-jacket" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4" "3.69""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.327 request_time 0.327
|
49
|
+
173.28.204.239 - - [16/Oct/2012:15:29:59 -0700] GET /p/2016205/yellow-powerpuff-girl-bubbles-sweetheart-strapless-mini-dress HTTP/1.1 "200" 3569 "http://wanelo.com/p/2016205/yellow-powerpuff-girl-bubbles-sweetheart-strapless-mini-dress" "http://wanelo.com/p/2016205/yellow-powerpuff-girl-bubbles-sweetheart-strapless-mini-dress" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "3.80""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.205 request_time 0.209
|
50
|
+
69.106.186.134 - - [16/Oct/2012:15:29:59 -0700] GET /p/2296816/saves/new?attributed_user_id=279859 HTTP/1.1 "304" 0 "http://wanelo.com/p/2296816/kate-spade-new-york-metro-round-leather-strap-watch-nordstrom" "http://wanelo.com/p/2296816/kate-spade-new-york-metro-round-leather-strap-watch-nordstrom" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10" "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.164 request_time 0.176
|
51
|
+
68.109.131.44 - - [16/Oct/2012:15:29:59 -0700] GET /users/me/personalization?requesting_controller=products&requesting_action=show¶ms%5Bproduct_id%5D=2294443 HTTP/1.1 "200" 86 "http://wanelo.com/p/2294443/jenny-pastel-rhinestone-round-sunglasses-multi-gold" "http://wanelo.com/p/2294443/jenny-pastel-rhinestone-round-sunglasses-multi-gold" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "0.97""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.033 request_time 0.033
|
52
|
+
65.96.43.107 - - [16/Oct/2012:15:29:59 -0700] GET /clarab3 HTTP/1.1 "200" 13588 "http://wanelo.com/notifications" "http://wanelo.com/notifications" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.56.5 (KHTML, like Gecko) Version/5.1.6 Safari/534.56.5" "7.98""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.56.5 (KHTML, like Gecko) Version/5.1.6 Safari/534.56.5" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.953 request_time 0.953
|
53
|
+
64.189.55.41 - - [16/Oct/2012:15:29:59 -0700] GET /p/2289391/new-triangular-gray-scarf-with-flowered-fabric-and-trim-edge-autumn-scarf HTTP/1.1 "200" 5866 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_PH39100/3.26.502.56 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "3.42""Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_PH39100/3.26.502.56 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.208 request_time 0.209
|
54
|
+
108.234.109.24 - - [16/Oct/2012:15:29:59 -0700] GET /users/me?requesting_controller=search&requesting_action=products¶ms=null HTTP/1.1 "304" 0 "http://wanelo.com/search?query=satin" "http://wanelo.com/search?query=satin" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20100101 Firefox/14.0.1" "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20100101 Firefox/14.0.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.053 request_time 1.109
|
55
|
+
208.180.10.89 - - [16/Oct/2012:15:29:59 -0700] GET /notifications HTTP/1.1 "200" 5715 "http://wanelo.com/following" "http://wanelo.com/following" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "3.11""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.127 request_time 0.128
|
56
|
+
66.249.73.240 - - [16/Oct/2012:15:29:59 -0700] GET /p/105635/savers HTTP/1.1 "200" 10454 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.83""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.588 request_time 0.588
|
57
|
+
64.247.82.221 - - [16/Oct/2012:15:29:59 -0700] GET /users/me/personalization?requesting_controller=products&requesting_action=show¶ms%5Bproduct_id%5D=2301835 HTTP/1.1 "200" 91 "http://wanelo.com/p/2301835/the-north-face-denali-jacket" "http://wanelo.com/p/2301835/the-north-face-denali-jacket" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4" "0.90""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.5 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.064 request_time 0.065
|
58
|
+
173.28.204.239 - - [16/Oct/2012:15:29:59 -0700] GET /users/me/personalization?requesting_controller=products&requesting_action=show¶ms%5Bproduct_id%5D=2016205 HTTP/1.1 "200" 86 "http://wanelo.com/p/2016205/yellow-powerpuff-girl-bubbles-sweetheart-strapless-mini-dress" "http://wanelo.com/p/2016205/yellow-powerpuff-girl-bubbles-sweetheart-strapless-mini-dress" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "0.97""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.030 request_time 0.030
|
59
|
+
190.157.52.245 - - [16/Oct/2012:15:29:59 -0700] GET /store/beta.hammacher.com HTTP/1.1 "200" 12255 "http://wanelo.com/following" "http://wanelo.com/following" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "8.78""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.584 request_time 0.584
|
60
|
+
68.63.14.2 - - [16/Oct/2012:15:29:59 -0700] GET /trending HTTP/1.1 "200" 14754 "http://wanelo.com/tags/stripes" "http://wanelo.com/tags/stripes" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "7.23""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.267 request_time 0.267
|
61
|
+
68.40.255.161 - - [16/Oct/2012:15:29:59 -0700] GET /p/2293114/saves/new?attributed_user_id=205350 HTTP/1.1 "200" 854 "http://wanelo.com/p/2293114/bow-jeans" "http://wanelo.com/p/2293114/bow-jeans" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "3.22""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.256 request_time 0.275
|
62
|
+
71.200.170.138 - - [16/Oct/2012:15:29:59 -0700] GET /?page=3 HTTP/1.1 "200" 5596 "http://wanelo.com/" "http://wanelo.com/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0" "4.59""Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.019 request_time 0.019
|
63
|
+
66.249.73.22 - - [16/Oct/2012:15:29:59 -0700] GET /p/1659558/savers HTTP/1.1 "200" 5972 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "2.90""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.395 request_time 0.395
|
64
|
+
157.55.34.179 - - [16/Oct/2012:15:29:59 -0700] GET /gina_delise/collections HTTP/1.1 "404" 4633 "-" "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" "2.71""Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.033 request_time 0.033
|
65
|
+
50.70.36.180 - - [16/Oct/2012:15:29:59 -0700] GET /search?query=iphone+4s+cases&defaultvalue-clone-2756=Search+people+and+products HTTP/1.1 "200" 15174 "http://wanelo.com/search?query=iphone+4%2F4s+cases&defaultvalue-clone-be65=Search+people+and+products" "http://wanelo.com/search?query=iphone+4%2F4s+cases&defaultvalue-clone-be65=Search+people+and+products" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "7.69""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.575 request_time 0.578
|
66
|
+
96.244.243.58 - - [16/Oct/2012:15:29:59 -0700] PUT /users/me/update_fb_access_token HTTP/1.1 "406" 11 "http://wanelo.com/trending/6" "http://wanelo.com/trending/6" "Mozilla/5.0 (Linux; U;Android 2.2.1; en-us; pandigitalstar1/sourceidDL00000027) AppleWebKit/533.1(KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-""Mozilla/5.0 (Linux; U;Android 2.2.1; en-us; pandigitalstar1/sourceidDL00000027) AppleWebKit/533.1(KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.071 request_time 0.072
|
67
|
+
75.23.249.37 - - [16/Oct/2012:15:29:59 -0700] GET /search.atom?query=bows HTTP/1.1 "200" 51213 "-" "-" "Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)" "-""Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.527 request_time 0.527
|
68
|
+
72.181.90.244 - - [16/Oct/2012:15:29:59 -0700] GET /trending/3 HTTP/1.1 "200" 15256 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; MAAU; MAAU)" "7.17""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; MAAU; MAAU)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.022 request_time 0.022
|
69
|
+
98.248.185.254 - - [16/Oct/2012:15:29:59 -0700] GET / HTTP/1.1 "200" 6013 "-" "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "4.34""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.014 request_time 0.014
|
70
|
+
70.80.61.128 - - [16/Oct/2012:15:30:00 -0700] GET /users/me?requesting_controller=users&requesting_action=activity_feed¶ms=null HTTP/1.1 "200" 1605 "http://wanelo.com/following" "http://wanelo.com/following" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "2.37""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.047 request_time 0.050
|
71
|
+
180.76.5.107 - - [16/Oct/2012:15:30:00 -0700] GET /home-and-office/$32.00+turquoise+key+hook+wall+key+hanger+mason+jar+vase+by+OldNewAgain-226999.html HTTP/1.1 "301" 5 "-" "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)" "-""Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.011 request_time 0.011
|
72
|
+
108.40.15.209 - - [16/Oct/2012:15:30:00 -0700] GET /trending/37 HTTP/1.1 "200" 15223 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "7.17""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.025 request_time 0.025
|
73
|
+
8.30.144.123 - - [16/Oct/2012:15:30:00 -0700] GET / HTTP/1.1 "200" 26016 "-" "-" "-" "-""-" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.014 request_time 0.014
|
74
|
+
140.182.156.6 - - [16/Oct/2012:15:30:00 -0700] GET /trending/26 HTTP/1.1 "200" 14579 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "7.35""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.026 request_time 0.026
|
75
|
+
50.148.46.35 - - [16/Oct/2012:15:30:00 -0700] GET /users/me HTTP/1.1 "200" 966 "http://wanelo.com/p/2263312/neck-knockers-boob-scarf-ivory-on-luulla" "http://wanelo.com/p/2263312/neck-knockers-boob-scarf-ivory-on-luulla" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "1.93""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.015 request_time 0.015
|
76
|
+
71.194.152.143 - - [16/Oct/2012:15:30:00 -0700] GET /trending/8 HTTP/1.1 "200" 15657 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:15.0) Gecko/20100101 Firefox/15.0.1" "7.02""Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:15.0) Gecko/20100101 Firefox/15.0.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.056 request_time 0.246
|
77
|
+
68.109.149.23 - - [16/Oct/2012:15:30:00 -0700] GET /search/11?query=dresses HTTP/1.1 "200" 14376 "http://wanelo.com/search?query=dresses" "http://wanelo.com/search?query=dresses" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "8.13""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.048 request_time 0.048
|
78
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /al3x-21 HTTP/1.1 "200" 10583 "http://wanelo.com/following" "http://wanelo.com/following" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "6.58""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.047 request_time 0.047
|
79
|
+
168.105.155.76 - - [16/Oct/2012:15:30:00 -0700] PUT /users/me/update_fb_access_token HTTP/1.1 "200" 1 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.56.5 (KHTML, like Gecko) Version/5.1.6 Safari/534.56.5" "-""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.56.5 (KHTML, like Gecko) Version/5.1.6 Safari/534.56.5" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.230 request_time 0.231
|
80
|
+
64.126.48.36 - - [16/Oct/2012:15:30:00 -0700] GET /trending/5 HTTP/1.1 "200" 15166 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "7.16""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.055 request_time 0.062
|
81
|
+
184.19.68.93 - - [16/Oct/2012:15:30:00 -0700] GET /recent HTTP/1.1 "200" 14097 "http://wanelo.com/following" "http://wanelo.com/following" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4" "7.77""Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.029 request_time 0.033
|
82
|
+
96.18.243.180 - - [16/Oct/2012:15:30:00 -0700] GET /p/2230377/saves/new?attributed_user_id=483973 HTTP/1.1 "200" 1044 "http://wanelo.com/tags/arrow" "http://wanelo.com/tags/arrow" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1" "3.38""Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.102 request_time 0.102
|
83
|
+
68.113.103.189 - - [16/Oct/2012:15:30:00 -0700] GET /trending/21 HTTP/1.1 "200" 13734 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3" "7.63""Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.024 request_time 0.029
|
84
|
+
24.63.77.212 - - [16/Oct/2012:15:30:00 -0700] POST /p/2295032/saves HTTP/1.1 "200" 75 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.90 Safari/537.1" "0.80""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.90 Safari/537.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.123 request_time 0.343
|
85
|
+
69.27.61.145 - - [16/Oct/2012:15:30:00 -0700] GET /users/me HTTP/1.1 "200" 964 "http://wanelo.com/" "http://wanelo.com/" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "1.93""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.031 request_time 0.031
|
86
|
+
72.201.1.241 - - [16/Oct/2012:15:30:00 -0700] GET / HTTP/1.1 "302" 103 "-" "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" "-""Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.023 request_time 0.059
|
87
|
+
180.76.5.138 - - [16/Oct/2012:15:30:00 -0700] GET /p/226999/32-00-turquoise-key-hook-wall-key-hanger-mason-jar-vase-by-oldnewagain HTTP/1.1 "200" 3943 "-" "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)" "2.95""Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.123 request_time 0.123
|
88
|
+
131.123.112.2 - - [16/Oct/2012:15:30:00 -0700] GET /p/2303233/saves/new?attributed_user_id=817652 HTTP/1.1 "200" 1220 "http://wanelo.com/p/355700/44514495" "http://wanelo.com/p/355700/44514495" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "3.36""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.060 request_time 0.065
|
89
|
+
98.248.185.254 - - [16/Oct/2012:15:30:00 -0700] GET /users/me HTTP/1.1 "200" 966 "http://wanelo.com/" "http://wanelo.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "1.93""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.018 request_time 0.018
|
90
|
+
68.188.58.18 - - [16/Oct/2012:15:30:00 -0700] GET /eCuttinUp/collections/vinyl-wall-decals?page=2 HTTP/1.1 "200" 7044 "http://wanelo.com/eCuttinUp/collections/vinyl-wall-decals" "http://wanelo.com/eCuttinUp/collections/vinyl-wall-decals" "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1" "4.89""Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.220 request_time 0.220
|
91
|
+
74.69.129.251 - - [16/Oct/2012:15:30:00 -0700] GET /p/2294234/saves/new?attributed_user_id=400045 HTTP/1.1 "200" 854 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "3.22""Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.051 request_time 0.054
|
92
|
+
150.212.2.35 - - [16/Oct/2012:15:30:00 -0700] GET /trending/6 HTTP/1.1 "200" 15193 "http://wanelo.com/trending" "http://wanelo.com/trending" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22" "7.13""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.033 request_time 0.033
|
93
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /assets/fonts/23676C_0_0.eot)%20format(%22embedded-opentype%22),%20url(fonts/23676C_0_0.woff)%20format(%22woff%22),%20url(fonts/23676C_0_0.ttf)%20format(%22truetype%22 HTTP/1.1 "404" 4633 "http://wanelo.com/al3x-21" "http://wanelo.com/al3x-21" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "2.71""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.009 request_time 0.009
|
94
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /assets/fonts/23676C_2_0.eot)%20format(%22embedded-opentype%22),%20url(fonts/23676C_2_0.woff)%20format(%22woff%22),%20url(fonts/23676C_2_0.ttf)%20format(%22truetype%22 HTTP/1.1 "404" 4633 "http://wanelo.com/al3x-21" "http://wanelo.com/al3x-21" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "2.71""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.014 request_time 0.014
|
95
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /assets/fonts/23676C_4_0.eot)%20format(%22embedded-opentype%22),%20url(fonts/23676C_4_0.woff)%20format(%22woff%22),%20url(fonts/23676C_4_0.ttf)%20format(%22truetype%22 HTTP/1.1 "404" 4633 "http://wanelo.com/al3x-21" "http://wanelo.com/al3x-21" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "2.71""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.008 request_time 0.008
|
96
|
+
190.157.52.245 - - [16/Oct/2012:15:30:00 -0700] GET /users/me?requesting_controller=stores&requesting_action=show¶ms=null HTTP/1.1 "200" 1633 "http://wanelo.com/store/beta.hammacher.com" "http://wanelo.com/store/beta.hammacher.com" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "2.29""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.485 request_time 0.485
|
97
|
+
159.91.122.155 - - [16/Oct/2012:15:30:00 -0700] GET /search/2?query=pants HTTP/1.1 "200" 14670 "http://wanelo.com/search?query=pants" "http://wanelo.com/search?query=pants" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.54.16 (KHTML, like Gecko) Version/5.1.4 Safari/534.54.16" "7.35""Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.54.16 (KHTML, like Gecko) Version/5.1.4 Safari/534.54.16" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.902 request_time 0.902
|
98
|
+
67.127.181.65 - - [16/Oct/2012:15:30:00 -0700] GET /users/me?requesting_controller=products&requesting_action=show¶ms%5Bproduct_id%5D=2297105 HTTP/1.1 "200" 1660 "http://wanelo.com/p/2297105/yoga-girls-print" "http://wanelo.com/p/2297105/yoga-girls-print" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20100101 Firefox/16.0" "2.29""Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:16.0) Gecko/20100101 Firefox/16.0" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.119 request_time 0.698
|
99
|
+
72.201.1.241 - - [16/Oct/2012:15:30:00 -0700] GET /trending HTTP/1.1 "200" 14753 "-" "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" "7.23""Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.045 request_time 0.045
|
100
|
+
69.171.229.114 - - [16/Oct/2012:15:30:00 -0700] GET /p/1552542/30321443 HTTP/1.1 "200" 3988 "-" "-" "facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "2.88""facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.117 request_time 0.117
|
101
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /assets/fonts/23676C_3_0.eot)%20format(%22embedded-opentype%22),%20url(fonts/23676C_3_0.woff)%20format(%22woff%22),%20url(fonts/23676C_3_0.ttf)%20format(%22truetype%22 HTTP/1.1 "404" 4633 "http://wanelo.com/al3x-21" "http://wanelo.com/al3x-21" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "2.71""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.049 request_time 0.049
|
102
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /assets/fonts/23676C_1_0.eot)%20format(%22embedded-opentype%22),%20url(fonts/23676C_1_0.woff)%20format(%22woff%22),%20url(fonts/23676C_1_0.ttf)%20format(%22truetype%22 HTTP/1.1 "404" 4633 "http://wanelo.com/al3x-21" "http://wanelo.com/al3x-21" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "2.71""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.044 request_time 0.047
|
103
|
+
66.249.73.248 - - [16/Oct/2012:15:30:00 -0700] GET /taylorlindsay5 HTTP/1.1 "200" 14352 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "7.67""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.583 request_time 0.583
|
104
|
+
206.23.102.5 - - [16/Oct/2012:15:30:00 -0700] GET /assets/fonts/23676C_5_0.eot)%20format(%22embedded-opentype%22),%20url(fonts/23676C_5_0.woff)%20format(%22woff%22),%20url(fonts/23676C_5_0.ttf)%20format(%22truetype%22 HTTP/1.1 "404" 4633 "http://wanelo.com/al3x-21" "http://wanelo.com/al3x-21" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "2.71""Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.017 request_time 0.017
|
@@ -0,0 +1,7 @@
|
|
1
|
+
66.249.73.2 - - [16/Oct/2012:15:29:59 -0700] GET /p/491659/may-the-odds-be-ever-in-your-favor-positive-iphone-case-by-ryan-james-caruthers--society6 HTTP/1.1 "200" 8003 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.44""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.370 request_time 0.370
|
2
|
+
66.249.73.234 - - [16/Oct/2012:15:29:59 -0700] GET /p/1618866/20092423 HTTP/1.1 "200" 7238 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.27""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.138 request_time 0.138
|
3
|
+
66.249.73.2 - - [16/Oct/2012:15:29:59 -0700] GET /p/1995718/30310783 HTTP/1.1 "200" 3924 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "2.89""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.098 request_time 0.098
|
4
|
+
66.249.73.240 - - [16/Oct/2012:15:29:59 -0700] GET /p/105635/savers HTTP/1.1 "200" 10454 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "3.83""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.588 request_time 0.588
|
5
|
+
66.249.73.22 - - [16/Oct/2012:15:29:59 -0700] GET /p/1659558/savers HTTP/1.1 "200" 5972 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "2.90""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.395 request_time 0.395
|
6
|
+
66.249.73.248 - - [16/Oct/2012:15:30:00 -0700] GET /taylorlindsay5 HTTP/1.1 "200" 14352 "-" "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "7.67""Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-"upstream_addr 127.0.0.1:8100upstream_response_time 0.583 request_time 0.583
|
7
|
+
5.5.5.5 - - test
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
:redis:
|
3
|
+
:host: "127.0.0.5"
|
4
|
+
:port: 6300
|
5
|
+
:database: 13
|
6
|
+
:collector:
|
7
|
+
:resolution: 300 # seconds
|
8
|
+
:history: 21600 # seconds
|
9
|
+
:analyzer:
|
10
|
+
:period_checks:
|
11
|
+
- :period_seconds: 10
|
12
|
+
:max_allowed: 5
|
13
|
+
:block_ttl: 60
|
14
|
+
- :period_seconds: 60
|
15
|
+
:max_allowed: 100
|
16
|
+
:block_ttl: 100
|
17
|
+
:symbol_key: "symbol value"
|
18
|
+
string_key: "string value"
|
@@ -0,0 +1,114 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'timecop'
|
3
|
+
require 'pause'
|
4
|
+
|
5
|
+
describe Spanx::Actor::Analyzer do
|
6
|
+
include Spanx::Helper::Timing
|
7
|
+
|
8
|
+
before do
|
9
|
+
pause_config = mock(resolution: 10, history: 100, redis_host: "1.2.3.4", redis_port: 1, redis_db: 1)
|
10
|
+
Pause.stub(:config).and_return(pause_config)
|
11
|
+
pause_analyzer = Pause::Analyzer.new
|
12
|
+
Pause.stub(:analyzer).and_return(pause_analyzer)
|
13
|
+
end
|
14
|
+
|
15
|
+
let(:analyzer) { Spanx::Actor::Analyzer.new(config) }
|
16
|
+
let(:notifiers) { [] }
|
17
|
+
let(:config) {
|
18
|
+
{
|
19
|
+
analyzer: {period_checks: periods, block_timeout: 50, blocked_ip_notifiers: notifiers},
|
20
|
+
collector: {resolution: 10, history: 100},
|
21
|
+
}
|
22
|
+
}
|
23
|
+
let(:periods) {
|
24
|
+
[
|
25
|
+
{period_seconds: 10, max_allowed: 2, block_ttl: 20},
|
26
|
+
{period_seconds: 30, max_allowed: 3, block_ttl: 20}
|
27
|
+
]
|
28
|
+
}
|
29
|
+
|
30
|
+
before do
|
31
|
+
Spanx::IPChecker.checks = periods.map do |period|
|
32
|
+
Pause::PeriodCheck.new(period[:period_seconds], period[:max_allowed], period[:block_ttl])
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
let(:ip1) { "127.0.0.1" }
|
37
|
+
let(:ip2) { "192.168.0.1" }
|
38
|
+
|
39
|
+
describe "#analyze_ip" do
|
40
|
+
|
41
|
+
let(:now) { period_marker(10, Time.now.to_i) + 1 }
|
42
|
+
|
43
|
+
context "IP blocking rules are not matched" do
|
44
|
+
it "returns nil" do
|
45
|
+
analyzer.analyze_ip(ip1).should be_nil
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
context "IP blocking rules are matched" do
|
50
|
+
before do
|
51
|
+
Spanx::IPChecker.new(ip1).increment!(now - 5, 2)
|
52
|
+
Spanx::IPChecker.new(ip1).increment!(now - 15, 1)
|
53
|
+
end
|
54
|
+
|
55
|
+
it "returns a Pause::BlockedAction" do
|
56
|
+
analyzer.analyze_ip(ip1).should be_a(Pause::BlockedAction)
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
describe "#analyze_all_ips" do
|
62
|
+
context "checker is disabled" do
|
63
|
+
before do
|
64
|
+
Spanx::IPChecker.stub(:blocked_identifiers).and_return([ip1, ip2])
|
65
|
+
Spanx::IPChecker.stub(:enabled?).and_return(false)
|
66
|
+
analyzer.should_not_receive(:analyze_ip)
|
67
|
+
end
|
68
|
+
|
69
|
+
it "does nothing" do
|
70
|
+
analyzer.analyze_all_ips
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
context "adapter is enabled" do
|
75
|
+
let(:period_check) { double(period_seconds: 1, max_allowed: 1, block_ttl: nil) }
|
76
|
+
let(:blocked_ip) { Pause::BlockedAction.new(mock(identifier:ip2), period_check, 200, 1234566) }
|
77
|
+
|
78
|
+
before do
|
79
|
+
Spanx::IPChecker.should_receive(:tracked_identifiers).and_return([ip1, ip2])
|
80
|
+
analyzer.should_receive(:analyze_ip).with(ip1)
|
81
|
+
analyzer.should_receive(:analyze_ip).with(ip2)
|
82
|
+
end
|
83
|
+
|
84
|
+
it "analyzes each IP found" do
|
85
|
+
analyzer.analyze_all_ips
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
90
|
+
context "notifiers" do
|
91
|
+
let(:notifiers) { ["FakeNotifier"] }
|
92
|
+
let(:fake_notifier) { mock() }
|
93
|
+
let(:blocked_ip) { mock() }
|
94
|
+
|
95
|
+
class FakeNotifier
|
96
|
+
end
|
97
|
+
|
98
|
+
before do
|
99
|
+
FakeNotifier.should_receive(:new).with(config).and_return(fake_notifier)
|
100
|
+
end
|
101
|
+
|
102
|
+
it "should initialize notifier based on config" do
|
103
|
+
analyzer.notifiers.size.should == 1
|
104
|
+
analyzer.notifiers.first.should == fake_notifier
|
105
|
+
end
|
106
|
+
|
107
|
+
it "should publish to notifiers on blocking IP" do
|
108
|
+
fake_notifier.should_receive(:publish).with(an_instance_of(Pause::BlockedAction))
|
109
|
+
Spanx::IPChecker.new(ip1).increment!(Time.now.to_i - 5, 50000)
|
110
|
+
analyzer.analyze_all_ips
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'file/tail'
|
3
|
+
require 'timeout'
|
4
|
+
require 'thread'
|
5
|
+
require 'tempfile'
|
6
|
+
|
7
|
+
describe Spanx::Actor::LogReader do
|
8
|
+
|
9
|
+
def test_log_file(file, expected_ip_count, expected_line_count, whitelist = nil)
|
10
|
+
counter = 0
|
11
|
+
ip_hash = {}
|
12
|
+
reader = Spanx::Actor::LogReader.new(file, Queue.new, 1, whitelist)
|
13
|
+
reader.file.backward(1000)
|
14
|
+
|
15
|
+
t_reader = Thread.new do
|
16
|
+
begin
|
17
|
+
timeout(read_timeout) do
|
18
|
+
reader.read do |ip|
|
19
|
+
counter += 1
|
20
|
+
ip_hash[ip] ||= 0
|
21
|
+
ip_hash[ip] += 1
|
22
|
+
end
|
23
|
+
end
|
24
|
+
rescue TimeoutError
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
yield if block_given?
|
29
|
+
|
30
|
+
t_reader.join
|
31
|
+
|
32
|
+
counter.should eql(expected_line_count)
|
33
|
+
ip_hash.keys.size.should eql(expected_ip_count)
|
34
|
+
end
|
35
|
+
|
36
|
+
let(:file_name) { "spec/fixtures/access.log.1" }
|
37
|
+
let(:read_timeout) { 0.05 }
|
38
|
+
|
39
|
+
context "#read" do
|
40
|
+
it "should be able to read and parse IPs from a static file" do
|
41
|
+
test_log_file(file_name, 82, 104)
|
42
|
+
end
|
43
|
+
|
44
|
+
it "should be able to read and parse IPs from a file being appended to" do
|
45
|
+
tempfile = Tempfile.new("access.log")
|
46
|
+
|
47
|
+
contents = ::File.read(file_name)
|
48
|
+
tempfile.write(contents)
|
49
|
+
tempfile.close
|
50
|
+
|
51
|
+
test_log_file(tempfile.path, 83, 105) do
|
52
|
+
t_log_appender = Thread.new do
|
53
|
+
::File.open(tempfile.path, "a") do |t|
|
54
|
+
t.write("9.9.9.9 - content")
|
55
|
+
end
|
56
|
+
end
|
57
|
+
t_log_appender.join
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
context "#whitelist" do
|
63
|
+
let(:whitelist_file) { "spec/fixtures/whitelist.txt" }
|
64
|
+
it "should exclude googlebot log lines" do
|
65
|
+
test_log_file("spec/fixtures/access.log.bots", 1, 1, Spanx::Whitelist.new(whitelist_file))
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
@@ -0,0 +1,63 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
require 'fileutils'
|
3
|
+
require 'tempfile'
|
4
|
+
|
5
|
+
describe Spanx::Actor::Writer do
|
6
|
+
before do
|
7
|
+
Spanx.stub(:redis).and_return(Redis.new)
|
8
|
+
end
|
9
|
+
|
10
|
+
|
11
|
+
describe "#write" do
|
12
|
+
let(:config) { {
|
13
|
+
block_file: "/tmp/block_file.#{$$}",
|
14
|
+
}}
|
15
|
+
let(:writer) { Spanx::Actor::Writer.new(config)}
|
16
|
+
|
17
|
+
after do
|
18
|
+
::FileUtils.rm(config[:block_file])
|
19
|
+
end
|
20
|
+
|
21
|
+
before do
|
22
|
+
Spanx::IPChecker.stub(:blocked_identifiers).and_return(["1.2.3.4", "127.0.0.1"])
|
23
|
+
end
|
24
|
+
|
25
|
+
context "when adapter is enabled" do
|
26
|
+
before do
|
27
|
+
Spanx::IPChecker.stub(:enabled?).and_return(true)
|
28
|
+
end
|
29
|
+
|
30
|
+
it "properly writes IP block file" do
|
31
|
+
writer.write
|
32
|
+
contents = File.read(config[:block_file])
|
33
|
+
contents.should == "deny 1.2.3.4;\ndeny 127.0.0.1;\n"
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
context "when adapter is disabled" do
|
38
|
+
before do
|
39
|
+
Spanx::IPChecker.stub(:enabled?).and_return(false)
|
40
|
+
end
|
41
|
+
|
42
|
+
it "writes an empty IP block file" do
|
43
|
+
writer.write
|
44
|
+
contents = File.read(config[:block_file])
|
45
|
+
contents.should == ""
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
describe "#run_command" do
|
51
|
+
let(:tempfile) { Tempfile.new("output")}
|
52
|
+
let(:config) { {
|
53
|
+
run_command: "echo 'OK' >> #{tempfile.path}"
|
54
|
+
}}
|
55
|
+
let(:writer) { Spanx::Actor::Writer.new(config)}
|
56
|
+
it "properly runs command" do
|
57
|
+
writer.run_command
|
58
|
+
contents = File.read(tempfile.path)
|
59
|
+
contents.should eql("OK\n")
|
60
|
+
end
|
61
|
+
|
62
|
+
end
|
63
|
+
end
|
@@ -0,0 +1,62 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe Spanx::Config do
|
4
|
+
describe '#new' do
|
5
|
+
context "with correct valid file" do
|
6
|
+
before do
|
7
|
+
Spanx::IPChecker.checks = []
|
8
|
+
@config = Spanx::Config.new("spec/fixtures/config.yml")
|
9
|
+
end
|
10
|
+
|
11
|
+
it "loads the correct config file" do
|
12
|
+
@config[:redis][:host].should == "127.0.0.5"
|
13
|
+
@config[:redis][:port].should == 6300
|
14
|
+
@config[:redis][:database].should == 13
|
15
|
+
end
|
16
|
+
|
17
|
+
it "configures Pause redis" do
|
18
|
+
Pause.config.redis_host.should == "127.0.0.5"
|
19
|
+
Pause.config.redis_port.should == 6300
|
20
|
+
Pause.config.redis_db.should == 13
|
21
|
+
|
22
|
+
Pause.config.resolution.should == 300
|
23
|
+
Pause.config.history.should == 21600
|
24
|
+
end
|
25
|
+
|
26
|
+
it "configures period checks on IPChecker" do
|
27
|
+
Spanx::IPChecker.checks.should be_empty
|
28
|
+
Spanx::Config.new("spec/fixtures/config_with_checks.yml")
|
29
|
+
Spanx::IPChecker.checks.should_not be_empty
|
30
|
+
|
31
|
+
check_1 = Spanx::IPChecker.checks.first
|
32
|
+
check_2 = Spanx::IPChecker.checks.last
|
33
|
+
|
34
|
+
check_1.period_seconds.should == 10
|
35
|
+
check_1.max_allowed.should == 5
|
36
|
+
check_1.block_ttl.should == 60
|
37
|
+
|
38
|
+
check_2.period_seconds.should == 60
|
39
|
+
check_2.max_allowed.should == 100
|
40
|
+
check_2.block_ttl.should == 100
|
41
|
+
end
|
42
|
+
|
43
|
+
it "permits hash access via strings or symbols" do
|
44
|
+
@config[:string_key] = "string value"
|
45
|
+
@config["string_key"] = "string value"
|
46
|
+
@config[:symbol_key] = "symbol value"
|
47
|
+
@config["symbol_key"] = "symbol value"
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
context "config file does not exist" do
|
52
|
+
let(:file) { "non_existent_file" }
|
53
|
+
it "should write error to stderr" do
|
54
|
+
$stderr.should_receive(:puts).with("Error: Unable to find config_file at #{file}")
|
55
|
+
$stderr.should_receive(:puts).with(Spanx::USAGE)
|
56
|
+
lambda {
|
57
|
+
Spanx::Config.new(file)
|
58
|
+
}.should raise_error(SystemExit)
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|