Revision 24043,
225 bytes
checked in by broder, 15 years ago
(diff) |
Create debathena-metrics package for gathering information on how
Athena is being used.
This package will start a daemon at the beginning of a login
session. This daemon captures any path executed by the user over the
course of their session, any packages installed by the user, and the
total length of the login session.
The collected information is sent to wslogger when the user is logged
out.
|
Line | |
---|
1 | # This script is sourced (not executed) as root at the beginning of a |
---|
2 | # gdm login session. gdm blocks until it finishes. |
---|
3 | |
---|
4 | # Startup the metrics gathering daemon |
---|
5 | daemon -e "USER=$USER" -- python -m debathena.metrics.gatherer |
---|
Note: See
TracBrowser
for help on using the repository browser.