Difference between revisions of "Platform Team/sugar-stats"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Template:Harmonic Distribution Cycle Linkbar}} | {{Template:Harmonic Distribution Cycle Linkbar}} | ||
+ | |||
+ | {{Note/note|This is page is about development version.|If you are looking for information about stable release, follow to [[Platform_Team/sugar-stats/0.1|separate page]].}} | ||
== Summary == | == Summary == | ||
Line 10: | Line 12: | ||
More (0.86+) Sugar versions might be added on demand. | More (0.86+) Sugar versions might be added on demand. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Getting the code == | == Getting the code == | ||
Line 54: | Line 22: | ||
See the [http://git.sugarlabs.org/desktop/stats/trees/master/examples examples/] subdirectory in the sources tree for usage examples. | See the [http://git.sugarlabs.org/desktop/stats/trees/master/examples examples/] subdirectory in the sources tree for usage examples. | ||
− | ===Library requirements=== | + | === Library requirements === |
* RRDtool [http://oss.oetiker.ch/rrdtool/prog/rrdpython.en.html python binding]. | * RRDtool [http://oss.oetiker.ch/rrdtool/prog/rrdpython.en.html python binding]. |
Revision as of 07:05, 30 August 2012
Harmonic Distribution version cycle: | 1.0 | Factory |
Summary
Library to gather Sugar usage statistics. The gathering method is based on sniffing DBus and X11 events.
Supported Sugars
- 0.94
More (0.86+) Sugar versions might be added on demand.
Getting the code
- Gitorious sources repository.
- Binary packages from Sweets Distribution.
In use, the library does not require any building routines, just provide the full path to the active_document/
subdirectory via the PYTHONPATH
environment variable.
See the examples/ subdirectory in the sources tree for usage examples.
Library requirements
- RRDtool python binding.
See also
- sugar-client application that uses sugar-stats library.