# Page Stats Configuration File # Enables Page Stats extension to initialize based on a configuration # file. Pass this file to firefox as a file:// home page (not using command # line). For example file:///home/user/defaultConfig.txt") # can do so by using firefox -ProfileManager to create alternate profile # with a file:// home page, which is assumed to be pagestats config file # config file works for eiher windows of Linux # example home page in Windows file:///C:Users/foo/My Documents/defaultConfig.txt # All file paths must be fully qualified # All lines begining with # will be ignored # # Available parameters: # measurement: on (enables listeners) # log: fully quallified path to log file name (enables a log) # sites: fully quallified path to sites file name (enables automated site visiting) # exitOnFinish: true (enables exiting after all sites in the sites file have been visited) # requestTimeout: 8000 (Sets the request timeout val - defaults to 8000) # pageTimeout: 45000 (Sets the timeout for the page - defaults to 45000) measurement: on log: c:/log.txt sites: c:/sites.txt exitOnFinish: true requestTimeout: 8000 pageTimeout: 45000