Changes between Version 2 and Version 3 of XmlStats
- Timestamp:
- Apr 29, 2007, 4:32:38 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlStats
v2 v3 7 7 8 8 9 ''''''tables.xml'''''':: 10 This gives the total number of records for each entity type (team, user, and host). It also includes the UNIX time when the files were last generated, and a list of the project's applications, with counts of various things. For example: 11 {{{<tables> 9 '''tables.xml''':: 10 This gives the total number of records for each entity type (team, user, and host). It also includes the UNIX time when the files were last generated, and a list of the project's applications, with counts of various things. For example: 11 {{{ 12 <tables> 12 13 <update_time>1046220857</update_time> 13 14 <nusers>127</nusers> … … 37 38 The format of the various XML elements in the output files is as follows. Notes: 38 39 39 40 * <cpid> ('[CrossProjectId cross-project identifier]') is a unique identifier across multiple projects. Accounts with the same email address on different projects will have the same cross-project identifier (as long as at least one computer is attached to both accounts). 40 * `<cpid>` ('[CrossProjectId cross-project identifier]') is a unique identifier across multiple projects. Accounts with the same email address on different projects will have the same cross-project identifier (as long as at least one computer is attached to both accounts). 41 41 * All 'expavg_credit' values were computed at some point in the past (given by 'expavg_time'). To compute their current values, they must be scaled according to the formula given [CreditSystem here]. 42 42 43 43 44 45 44 '''Team summary''' 46 47 45 48 46 {{{ … … 56 54 </team> 57 55 }}} 58 '''User summary'''59 56 57 '''User summary''' 60 58 61 59 {{{ … … 71 69 </user> 72 70 }}} 73 '''Host summary '''74 71 72 '''Host summary ''' 75 73 76 74 {{{