Platform Team/Usage Statistics: Difference between revisions
| Line 5: | Line 5: | ||
== Statistics == | == Statistics == | ||
* | All types of statistics are identified by IDs in dot separated hierarchy to make it possible to refer to the particular type or types level. | ||
* | |||
* | * {{Code|shell}}<br>Shell related stats. | ||
** | ** {{Code|shell.run}}<br>Shell process is run. | ||
** | ** {{Code|shell.active}}<br>Shell or activity window is active. | ||
* | ** {{Code|shell.collab}}<br>Collaboration related stats in Shell. | ||
** | *** {{Code|shell.collab.buddies}}<br>Number of buddies in the Neighborhood view. | ||
** | * {{Code|activity}}<br>Activities related stats. | ||
** {{Code|activity.run}}<br>Activity is run. | |||
** {{Code|activity.active}}<br>Activity window is active. | |||
** {{Code|activity.collab}}<br>Collaboration related stats for activities. | |||
*** {{Code|activity.collab.buddies}}<br>Number of buddies activity is interacting with. | |||
* {{Code|system}}<br>System related stats. | |||
** {{Code|system.uptime}}<br>System uptime value. | |||
== Implementation == | == Implementation == | ||