Difference between revisions of "Platform Team/sugar-stats"
Jump to navigation
Jump to search
m (→See also) |
|||
Line 16: | Line 16: | ||
Library requires: | Library requires: | ||
− | |||
* 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 19:54, 16 January 2012
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 version might be added on demand.
Getting the code
Library requires:
- RRDtool python binding.
For using, library does not require any building routines, just provide full path to the active_document/
subdirectory via PYTHONPATH
environment variable.
See examples/ subdirectory in the sources tree for usage examples.
See also
- sugar-client application that uses sugar-stats library.