Browser Metrics:Data Collectors: Difference between revisions

Line 15: Line 15:


The following elements are optional children of <tt>&lt;profile&gt;</tt>:
The following elements are optional children of <tt>&lt;profile&gt;</tt>:
; Element <tt>&lt;cpu&gt;</tt>
: Describes the CPU of the client system.
: ''Attributes:''
:; <tt>arch = [string]</tt>
:: Gives the CPU architecture (x86, powerpc, etc).


; Element <tt>&lt;memory&gt;</tt>
; Element <tt>&lt;memory&gt;</tt>
Line 37: Line 43:
:; <tt>installdate = [integer]</tt>
:; <tt>installdate = [integer]</tt>
:: Gives the date the build was first run on this profile (seconds since the epoch).
:: Gives the date the build was first run on this profile (seconds since the epoch).
:; <tt>default = [boolean]</tt>
:: Whether the browser is set as the default browser for the current user.


; Element <tt>&lt;extensions&gt;</tt>
; Element <tt>&lt;extensions&gt;</tt>
Line 46: Line 54:
: ''Attributes:''
: ''Attributes:''
:; <tt>extensionid = [string]</tt>
:; <tt>extensionid = [string]</tt>
:: Gives the extension's id.
:: Gives an MD5 hash of the extension's id.
:; <tt>version = [string]</tt>
:; <tt>version = [string]</tt>
:: Gives the extension's version number.
:: Gives the extension's version number.
Line 57: Line 65:
: Contains information about a single plugin.
: Contains information about a single plugin.
:; <tt>name = [string]</tt>
:; <tt>name = [string]</tt>
:: Gives the name of the plugin.
:: Gives an MD5 hash of the plugin name.
:; <tt>version = [string]</tt>
:; <tt>version = [string]</tt>
:: Gives the version of the plugin.
:: Gives the version of the plugin.
Line 65: Line 73:
: ''Attributes:''
: ''Attributes:''
:; <tt>xsize = [integer]</tt>
:; <tt>xsize = [integer]</tt>
:: Gives the number of pixels horizontally on the display.
:: Gives the number of pixels horizontally on the primary screen.
:; <tt>ysize = [integer]</tt>
:; <tt>ysize = [integer]</tt>
:: Gives the number of pixels vertically on the display.
:: Gives the number of pixels vertically on the primary screen.
:; <tt>screens = [integer]</tt>
:: Gives the number of screens on the system.


; Element <tt>&lt;config&gt;</tt>
; Element <tt>&lt;config&gt;</tt>
53

edits