tools/page-loader/urllist.txt

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 #
michael@0 2 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 5
michael@0 6 # Config file for page loading test
michael@0 7 #
michael@0 8 # HTTPBASE: is the URL to the root of the content pages
michael@0 9 # FILEBASE: is the file path to the same location (I need both)
michael@0 10 #
michael@0 11 # Remaining lines are the names of top level directories under FILEBASE
michael@0 12 # which contain the content files, followed by an optional filename in
michael@0 13 # that directory (index.html is assumed if no filename given), and then
michael@0 14 # followed by an optional 'charset' value to ship in the 'Content-type'
michael@0 15 # header. [Note: if you want to set the charset, then you must also
michael@0 16 # explicitly set the filename field].
michael@0 17 #
michael@0 18 # Warning: you don't want to casually changing the set of urls that you are
michael@0 19 # testing against, if you want to be able to make any reasonable comparison over
michael@0 20 # time. And don't change this file while a test is in progress, as it will
michael@0 21 # competely scramble the results for that test.
michael@0 22
michael@0 23 HTTPBASE: http://somehost.somedomain.sometld/content/base/
michael@0 24 FILEBASE: /var/www/html/content/base/
michael@0 25
michael@0 26 home.netscape.com index.html # optionally specify a filename
michael@0 27 my.netscape.com index.html text/html iso-8859-1 # optionally specify a filename, mime type and charset
michael@0 28 www.aol.com index.html text/html # optionally specify a filename and mime type
michael@0 29 www.mapquest.com
michael@0 30 www.moviefone.com
michael@0 31 www.digitalcity.com
michael@0 32 www.iplanet.com
michael@0 33 web.icq.com
michael@0 34 www.compuserve.com
michael@0 35 www.msnbc.com
michael@0 36 www.yahoo.com
michael@0 37 bugzilla.mozilla.org
michael@0 38 www.msn.com
michael@0 39 slashdot.org
michael@0 40 www.nytimes.com
michael@0 41 www.nytimes.com_Table
michael@0 42 www.w3.org_DOML2Core
michael@0 43 lxr.mozilla.org
michael@0 44 espn.go.com
michael@0 45 www.voodooextreme.com
michael@0 46 www.wired.com
michael@0 47 hotwired.lycos.com
michael@0 48 www.ebay.com
michael@0 49 www.apple.com
michael@0 50 www.amazon.com
michael@0 51 www.altavista.com
michael@0 52 www.zdnet.com_Gamespot.com
michael@0 53 www.spinner.com
michael@0 54 www.microsoft.com
michael@0 55 www.time.com
michael@0 56 www.travelocity.com
michael@0 57 www.expedia.com
michael@0 58 www.quicken.com
michael@0 59 www.zdnet.com
michael@0 60 www.excite.com
michael@0 61 www.google.com
michael@0 62 www.tomshardware.com
michael@0 63 www.cnn.com
michael@0 64 news.cnet.com
michael@0 65 www.sun.com

mercurial