Platform Team/Usage Statistics: Difference between revisions

Line 5: Line 5:
== Statistics ==
== Statistics ==


* Logs if activities of sugar itself were failing.
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.
* How long a Sugar user was on the Internet.
 
* How long a Sugar user was collaborating with other users:
* {{Code|shell}}<br>Shell related stats.
** number of collaborators,
** {{Code|shell.run}}<br>Shell process is run.
** durations of collaboration sessions.
** {{Code|shell.active}}<br>Shell or activity window is active.
* System uptime:
** {{Code|shell.collab}}<br>Collaboration related stats in Shell.
** total,
*** {{Code|shell.collab.buddies}}<br>Number of buddies in the Neighborhood view.
** time in active use (not counting time in suspend).
* {{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 ==