1# This file defines the list of data sources that namebench knows about
2
3[alexa]
4name=Top 2,000 Websites (Alexa)
5max_mtime_days=0
6synthetic=1
71=data/alexa-top-2000-domains.txt
8
9[cachemix]
10name=Cache Latency Test (50% hit, 50% miss)
11max_mtime_days=0
12include_duplicates=1
13synthetic=1
141=data/cache-mix.txt
15
16[cachehit]
17name=Cache Latency Test (100% hit)
18max_mtime_days=0
19include_duplicates=1
20synthetic=1
211=data/cache-hit.txt
22
23[cachemiss]
24name=Cache Latency Test (100% miss)
25max_mtime_days=0
26include_duplicates=1
27synthetic=1
281=data/cache-miss.txt
29
30[chrome]
31name=Google Chrome
321=%HOME%/Library/Application Support/Google/Chrome/Default/History
332=%HOME%/.config/google-chrome/Default/History
343=%APPDATA%/Google/Chrome/User Data/Default/History
354=%USERPROFILE%/Local Settings/Application Data/Google/Chrome/User Data/Default/History
36
37[chromium]
38name=Chromium
391=%HOME%/Library/Application Support/Chromium/Default/History
402=%HOME%/.config/chromium/Default/History
413=%APPDATA%/Chromium/User Data/Default/History
424=%USERPROFILE%/Local Settings/Application Data/Chromium/User Data/Default/History
43
44[opera]
45name=Opera
461=%HOME%/Library/Preferences/Opera Preferences/global_history.dat
472=%HOME%/Library/Preferences/Opera Preferences 10/global_history.dat
483=%APPDATA%/Opera/Opera/global_history.dat
494=%HOME%/.opera/global_history.dat
50
51[safari]
52name=Apple Safari
531=%HOME%/Library/Safari/History.plist
542=%APPDATA%/Apple Computer/Safari/History.plist
55
56
57[firefox]
58name=Mozilla Firefox
591=%HOME%/Library/Application Support/Firefox/Profiles/*/places.sqlite
602=%HOME%/.mozilla/firefox/*/places.sqlite
613=%APPDATA%/Mozilla/Firefox/Profiles/*/places.sqlite
62
63# firefox v2.0
644=%HOME%/Library/Application Support/Firefox/Profiles/*/history.dat
655=%HOME%/.mozilla/firefox/*/history.dat
666=%APPDATA%/Mozilla/Firefox/Profiles/*/history.dat
67
68[flock]
69name=Flock
701=%HOME%/Library/Application Support/Flock/Profiles/*/places.sqlite
712=%HOME%/.flock/browser/Flock/*/places.sqlite
723=%APPDATA%/Flock/Browser/Profiles/*/places.sqlite
73
74[seamonkey]
75name=Mozilla Seamonkey
761=%HOME%/Library/Application Support/Seamonkey/Profiles/*/history.dat
772=%HOME%/.mozilla/seamonkey/*/history.dat
783=%HOME%/.mozilla/default/*/history.dat
794=%APPDATA%/Mozilla/Seamonkey/Profiles/*/history.dat
80
81[internet_explorer]
82# XP
83name=Microsoft Internet Explorer
841=%USERPROFILE%/Local Settings/History/History.IE5/index.dat
852=%APPDATA%/Microsoft/Windows/History/History.IE5/index.dat
863=%APPDATA%/Microsoft/Windows/History/Low/History.IE5/index.dat
87
88[epiphany]
89name=Epiphany
901=%HOME%/.gnome2/epiphany/ephy-history.xml
91
92[galeon]
93name=Galeon
941=%HOME%/.galeon/history*.xml
95
96[konqueror]
97name=Konqueror
981=%HOME%/.kde4/share/apps/konqueror/konq_history
992=%HOME%/.kde/share/apps/konqueror/konq_history
100
101[omniweb]
102name=OmniWeb
1031=%HOME%/Library/Application Support/OmniWeb ?/HistoryIndex.ox
1042=%HOME%/Library/Application Support/OmniWeb ?/History.plist
105
106[sunrise]
107name=Sunrise
1081=%HOME%/Library/Application Support/Sunrise*/History.plist
109
110[camino]
111name=Camino
1121=%HOME%/Library/Application Support/Camino/history.dat
113
114[icab]
115name=iCab
1161=%HOME%/Library/Preferences/iCab/iCab ? History
117
118[midori]
119name=Midori
1201=%HOME%/.config/midori/history.db
121
122[squid]
123name=Squid Cache
1241=/usr/local/squid/logs/access.log
1252=/var/log/squid/access_log
126