diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-13 20:53:52 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-13 20:53:52 +0000 |
| commit | 3c19fcf5198461f4ae9d8d9a933d1dc85ad8ee3e (patch) | |
| tree | bd7000d1cd4c3472ece4f36b260a9871c447ee31 /htroot/AccessTracker_p.xml | |
| parent | 4f1f280abdf4c84ea7b17a33f264726569acdd16 (diff) | |
harmonisation of servlet naming, headlines and menu entries
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3884 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/AccessTracker_p.xml')
| -rw-r--r-- | htroot/AccessTracker_p.xml | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/htroot/AccessTracker_p.xml b/htroot/AccessTracker_p.xml index 4f08c99f9..0558e58bc 100644 --- a/htroot/AccessTracker_p.xml +++ b/htroot/AccessTracker_p.xml @@ -1,14 +1,23 @@ <?xml version="1.0"?> <AccessTracker> -#(page)#<!-- 0: access tracker --> - <localAccessTracker>#{list}# +#(page)#<!-- 0: server access overview --> + <serverAccessOverview>#{list}# + <entry> + <host>#[host]#</host> + <countSecond>#[countSecond]#</countSecond> + <countMinute>#[countMinute]#</countMinute> + <count10Minutes>#[count10Minutes]#</count10Minutes> + <countHour>#[countHour]#</countHour> + </entry> + #{/list}#</serverAccessOverview> + ::<!-- 1: server access details --> + <serverAccessDetails>#{list}# <entry> <host>#[host]#</host> <date>#[date]#</date> <path>#[path]#</path> </entry> - #{/list}#</localAccessTracker> - ::<!-- 1: reserve --> + #{/list}#</serverAccessDetails> ::<!-- 2: Search Statistics: Local Searches --> <localSearchLog>#{list}# <entry> @@ -24,7 +33,7 @@ #{/list}#</localSearchLog> ::<!-- 3: Search Statistics: Local Search Tracker --> - <localSearchTracker>#{list}# + <localSearchHostTracker>#{list}# <entry> <host>#[host]#</host> <count>#[count]#</count> @@ -33,7 +42,7 @@ <date timestamp="#[timestamp]#">#[date]#</date> #{/dates}#</dates> </entry> - #{/list}#</localSearchTracker> + #{/list}#</localSearchHostTracker> ::<!-- 4: Search Statistics: Remote Searches --> <remoteSearchLog>#{list}# @@ -50,7 +59,7 @@ #{/list}#</remoteSearchLog> ::<!-- 5: Search Statistics: Remote Search Tracker --> - <remoteSearchTracker>#{list}# + <remoteSearchHostTracker>#{list}# <entry> <host>#[host]#</host> <count>#[count]#</count> @@ -59,7 +68,7 @@ <date timestamp="#[timestamp]#">#[date]#</date> #{/dates}#</dates> </entry> - #{/list}#</remoteSearchTracker> + #{/list}#</remoteSearchHostTracker> #(/page)# </AccessTracker>
\ No newline at end of file |
