cancel
Showing results for 
Search instead for 
Did you mean: 

Logging webscript usage

shai
Champ in-the-making
Champ in-the-making
Hello,
I'd like to run some statistics to see how my webscripts are used - I'd like to see how many times each user uses each script, and what parameters are passed to the script.
(I tried using the auditing options to get this information, but I couldn't find out how to get access to it. )
Is it possible? how?

Thank you,
Shai
2 REPLIES 2

norgan
Champ in-the-making
Champ in-the-making
Hmm ..
inside alfresco : if it was a customer content, I would go and define a contenttype, then add a behaviour and bind it to that type to write out statistic data. You then have to make sure, that all your webscripts are of the same content type.

outside alfresco: Take the logfiles and let a log analyzer run over them. If needs be, produce the corresponding logger.info messages in the logfile.

Norgan

shai
Champ in-the-making
Champ in-the-making
Thanks for your reply!
how can I access the logs in order to analyze it with a log analyzer?
or inside alfresco, how can I bind a contenttype to my scripts?

Thanks again,
Shai