Platform Team/Usage Statistics: Difference between revisions
| Line 8: | Line 8: | ||
* '''''shell'''''<br>Shell related stats. | * '''''shell'''''<br>Shell related stats. | ||
** | ** '''shell.uptime'''<br>How long Shell is running. | ||
** '''shell.ontop'''<br>How long Shell window is on top. | |||
*** '''shell. | ** '''shell.buddies'''<br>Number of buddies in the Neighborhood view. | ||
** '''shell.friends'''<br>Number of buddies in the Groups view. | |||
* '''''journal'''''<br>Journal related activity. | |||
** '''journal.ontop'''<br>How long Journal window is on top. | |||
** '''journal.updates'''<br>Number of update requests from the Journal window. | |||
** '''journal.deletes'''<br>Number of delete requests from the Journal window. | |||
* '''''activity'''''<br>Activities related stats; specified only for the particular activity. | * '''''activity'''''<br>Activities related stats; specified only for the particular activity. | ||
** | ** '''activity.uptime'''<br>How long Activity is running. | ||
** '''activity.ontop'''<br>How long Activity window is on top. | |||
** '''activity.instances'''<br>How many instances launched. | |||
** '''activity.new'''<br>How many running instances with new Journal entity. | |||
** '''activity.resumed'''<br>How many running instances with resumed Journal entity. | |||
** '''activity.buddies'''<br>Number of buddies Activity is interacting with for all running instances. | |||
* '''''system'''''<br>System related stats. | * '''''system'''''<br>System related stats. | ||
** '''system.uptime'''<br>System uptime value. | ** '''system.uptime'''<br>System uptime value. | ||
** '''system.diskfree'''<br>How many storage space is free on the main disk. | |||
== Implementation == | == Implementation == | ||