Difference between revisions of "Sugar Network/Node Statistics"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Statistics will be collected by analyzing regular requests to an API server and stored for each Sugar Network node. It will be possible to get direct access to these stats using node's [[Sugar_Network/API#Node_statistics|API]]. | Statistics will be collected by analyzing regular requests to an API server and stored for each Sugar Network node. It will be possible to get direct access to these stats using node's [[Sugar_Network/API#Node_statistics|API]]. | ||
− | == | + | == Events == |
Statistics will be collected per Sugar Network [[Sugar_Network/Resources|resource type]]. | Statistics will be collected per Sugar Network [[Sugar_Network/Resources|resource type]]. | ||
Line 16: | Line 16: | ||
* '''topics'''<br>Total number of top-level ''Post'' objects; | * '''topics'''<br>Total number of top-level ''Post'' objects; | ||
* '''posts'''<br>Total number of dependent ''Post'' objects. | * '''posts'''<br>Total number of dependent ''Post'' objects. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Getting involved == | == Getting involved == | ||
{{:Sugar_Network/Feedback}} | {{:Sugar_Network/Feedback}} |
Revision as of 06:58, 13 May 2014
Summary
This page describes the statistics that Sugar Network nodes generate. The statistics are about the entire server and not personalized. Note that the statistics are targeted for the interests of educational researchers rather than service maintainers, for technical details look for HTTP stats.
Statistics will be collected by analyzing regular requests to an API server and stored for each Sugar Network node. It will be possible to get direct access to these stats using node's API.
Events
Statistics will be collected per Sugar Network resource type.
- users
Total number of existing User objects; - contexts
Total number of existing Context objects; - released
Average number of newly uploaded Context.releases for specified time frame; - solved
Average number of requested Context solutions for specified time frame; note that this stats value does not equal to the number of solution usages on client side since solutions might be cached; - reported
Average number of newly uploaded failure Reports objects for specified time frame; - topics
Total number of top-level Post objects; - posts
Total number of dependent Post objects.
Getting involved
- Submit your bug report or feature request.
- Browse our implementation discussions, and post your feedback. (You should join this discussion list in order to avoid having your messages postponed for moderation.)