vivekrajenderan / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
Other
0 stars 0 forks source link

Better logging and statistics possibilities #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add logging for statistically purposes. 

More on the as soon as DK-AAI and FEIDE has made a common list of
statistics demands.

Original issue reported on code.google.com by lassebir...@gmail.com on 17 Jan 2008 at 9:31

GoogleCodeExporter commented 8 years ago
Here is my poroposal of specific statistical log messages that we can write 
from different parts of the code:

At the SSOService, when sending the authnresponse, do log:
STAT SSO <TrackID,SP entityid, IdP entity ID,realm,anonymous persistent user 
id, [new login|SSO]>

At the authentication module, after password submission, do log:
STAT Login <TrackID,[Sucess|Failure]>

At the SLOService, when the user is logging out, when parsing a logoutrequest, 
do log:
STAT Logout <TrackID,SP entityid (that initiated the logout), number of SPs 
logged in>

These three log entries should be sufficient to produce all the statistics 
listed below.

For those of you that have not joined the dev list, please do:
http://rnd.feide.no/content/simplesamlphp-developers-mailinglist

Original comment by andreass...@gmail.com on 21 Jan 2008 at 3:36

GoogleCodeExporter commented 8 years ago
This task must be coordinated with:
http://code.google.com/p/simplesamlphp/issues/detail?id=19

Original comment by andreass...@gmail.com on 21 Jan 2008 at 3:36

GoogleCodeExporter commented 8 years ago
Suggestion for logging and stats class submittet. rev. 268

Original comment by lassebir...@gmail.com on 7 Feb 2008 at 9:00

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by andreass...@gmail.com on 14 Mar 2008 at 11:51

GoogleCodeExporter commented 8 years ago
I will submit a prototype for stats program based on parsing logs

Original comment by lassebir...@gmail.com on 14 Mar 2008 at 1:35