[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [metrics-utils/master] Be more precise about the expected log format.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Fri, 24 Sep 2010 22:36:23 +0200
Subject: Be more precise about the expected log format.
Commit: a465cad5ce80e8a0e15ee136b347e93e36326f32
---
visitor/HOWTO | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/visitor/HOWTO b/visitor/HOWTO
index 2e1267b..6d89797 100644
--- a/visitor/HOWTO
+++ b/visitor/HOWTO
@@ -53,6 +53,11 @@ for Linux and Mac OS X; commands for Windows may vary):
- Put your .gz-compressed or decompressed web server log in your working
directory, too, e.g. /home/you/visitor/access_log.gz .
+ (The log file is expected to use Apache's combined log format:
+ "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""; so if
+ you changed the log format, be sure to transform your log to said format
+ before passing it to VisiTor!)
+
- Compile the (single) Java class using this command:
$ javac VisiTor.java
--
1.7.1