Platform Team/Usage Statistics: Difference between revisions
No edit summary |
|||
| Line 7: | Line 7: | ||
All types of statistics are identified by IDs in a dot separated hierarchy. This makes it possible to refer to the particular type or level of data. | All types of statistics are identified by IDs in a dot separated hierarchy. This makes it possible to refer to the particular type or level of data. | ||
* | * '''''shell'''''<br>Shell related stats. | ||
** | ** '''''shell.session'''''<br>Running activity. | ||
** | *** '''shell.session.uptime'''<br>How long Shell is running. | ||
** | *** '''shell.session.ontop'''<br>How long Shell window is on top. | ||
*** | ** '''''shell.collab'''''<br>Collaboration related stats in Shell. | ||
* | *** '''shell.collab.buddies'''<br>Number of buddies in the Neighborhood view. | ||
** | *** '''shell.collab.friends'''<br>Number of buddies in the Groups view. | ||
*** | * '''''activity'''''<br>Activities related stats; specified only for the particular activity. | ||
*** | ** '''''activity.session'''''<br>Running activity. | ||
*** | *** '''activity.session.uptime'''<br>How long Activity is running. | ||
*** | *** '''activity.session.ontop'''<br>How long Activity window is on top. | ||
*** | *** '''activity.session.instances'''<br>How many instances launched. | ||
** | *** '''activity.session.new'''<br>How many running instances with new Journal entity. | ||
*** | *** '''activity.session.resumed'''<br>How many running instances with resumed Journal entity. | ||
*** | *** '''activity.session.buddies'''<br>Number of buddies Activity is interacting with for all running instances. | ||
* | ** '''''activity.journal'''''<br>Journal related Activity's activities. | ||
** | *** '''activity.journal.total'''<br>Total number of Journal entries for the Activity. | ||
*** '''activity.journal.shared'''<br>Number of Journal entries that where shared. | |||
*** '''activity.journal.annotated'''<br>For how many Journal entities metadata was changed by user. | |||
* '''''system'''''<br>System related stats. | |||
** '''system.uptime'''<br>System uptime value. | |||
== Implementation == | == Implementation == | ||
| Line 41: | Line 45: | ||
=== Analyzer === | === Analyzer === | ||
== | == See also == | ||
* [https://dev.laptop.org.au/issues/59 | * Paraguayan Activity usage [http://wiki.paraguayeduca.org/index.php/Analisis_de_Uso_de_Actividades analysis] basing on Journal records. | ||
* Australian [https://dev.laptop.org.au/issues/59 request] for statistics gathering. | |||