Woogle4MediaWiki/instrumentation.log

From TeamWeaverWiki

Jump to: navigation, search

This page describes the structure of the file instrumention.log which will be written by the Woogle4MediaWiki instrumentation addon.

Instrumentation.log is kept in \extensions\Woogle\logs. It will only be written if the global configuration value "instrumentation" is enabled in Instrumentation.php.

Log statements resulting from the actions of a user will only be logged after the user has explictly chosen to participate in the evaluation (participation_choice=accept) - i.e. "participation_choice" will always be the first entry logged for any user. If participation was declined, only this fact will be logged for the user. For anonymous users, logging can be controled using the global configuration variable "instrumentationAnon" defined in Instrumentation.php.


log_key category mediawiki or woogle description log_values example(s) remarks
noneallprefix for all log entriesdate, time, anonUserIdtbd.
mwsearch_resultssearchmwlog mediawiki searchquery; #title matches, #text matchesMature;2;5
mwsearch_noresultssearchmwlog mediawiki searchqueryproposel
woogle_search_iconssearchwoologs woogle icon values on woogle searchS_#searchers, Q_#queries, RQ_#recentQueries, METRIC_val where METRIC is one or more of:
VLFW if ($val_few > 0.2)
DFFC if ($val_diff > 1.2)
MBRW if ($val_much > 0.2)
S_2/Q_2/RQ_1/VLFW_0.5
woogle_search_query (GO)searchwoologs woogle query yielding \"GO\"query (=page title), GO_, REF_refererDiplomarbeit/GO_/REF_
woogle_search_query (QUERY)searchwoologs woogle queryquery, HIT_#hits, RES_#count, STR_#start, REF_referer, AMT_mimetypes, ARP_repositories, UGT_useragentSvn/RES_10/STR_0/REF_mw/AMT_Array()/ARP_Array([0]=>33)called either by \"go\" or by query execution in WQS
woogle_result_clicksearchwoologs woogle result clickurl, positionfile:///u:/Uni/Vorlesungen/lecture.ppt;2
https://myhost.com/projects/wiki/index.php/index.php/Mike;5
Misses opera right clicks (WOO-230)
edit_newpageeditmwlogs article editingpage title, via red link (1=true)Calibra;1
Talk:Calibra;0
Edit!=Save
article_saveeditmwlogs article savingpage title, strlen(article), isRedirect (1=true)Calibra;200;0
woogle_redlink_iconsmiscwoologs woogle red link popup infopage title, WAT_#watchers, INL_#inlinks, QUE_#queries, RQL_#relQueries, DQR_#directQueries, MXS_#maxSearchers, RCT_#recentQueriesSAP//WAT_0/INL_20/QUE_2/RQL_1/DQR_0/MXS_1/RCT_1SAP=link text
woogle_redlink_hovermiscwoologs if user watches red link popuplpage title, mouseover timeSAP;1200time is in msec
watch_createdmiscmwlogs mediawiki watch featurespage titleCalibraremove watch?
participation_choiceevalwoologs woogle instrumentation questionuser choice (accept/reject)accept
instrumentation_groupevalwoologs instrumentation group assigned to userinstrumentation groupsNovember
edit_countusermwlogs number of edits by usernumber of edits230fuzzified (mod10)
account_createdusermwlogs account creation datedate200710fuzzified (year/month)
user_loginusermwlogs if user logs in to mediawikinonedoes not seem to cover cookie login
pref_saveusermwlogs changed user preferencespreference value; activated (1=true)WoogleGeneralReplaceMWS;1

Note:

  • the log file uses ";" as separators (CSV) such that it can be easily opend in a spreadsheet application
  • if you encounter umlaut problems when working with the log file try to view as UTF-8 (and use appropriate text editor!)


Full log excerpt:

tbd.
This page was last modified on 28 April 2010, at 09:45. This page has been accessed 6,662 times.