Re: [analog-help] Can't auto-detect format of logfile

2001-08-27 Thread Jeremy Wadsack
. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives

Re: [analog-help] Logfile

2001-08-29 Thread Jeremy Wadsack
in your configuration file. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help

Re: [analog-help] Non-standard build install

2001-08-29 Thread Jeremy Wadsack
(with existing zlib, libpng, etc). See the anlghead.g and Makefile for details on this. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go

Re: [analog-help] Non-standard build install

2001-08-29 Thread Jeremy Wadsack
E. Jordan Bojar ([EMAIL PROTECTED]): Jeremy Wadsack kindly wrote: You need to edit some of the settings in the anlghead.h file and and re-compile. I tried this in the most obvious fashion, and got errors. What's the syntax for replacing all those NULLs? e.g. #define CONFIGDIR /usr

Re: [analog-help] Statistics wrong or right?

2001-08-30 Thread Jeremy Wadsack
stats. Read one or the other, not both. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help

Re: [analog-help] report of 0 hits, editing cfg file

2001-08-30 Thread Jeremy Wadsack
this is the standard. Try something like this: LOGFILE c:\wwwlogfiles\* -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] logformat

2001-08-30 Thread Jeremy Wadsack
from the request, perhaps something like this: LogFormat %v %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ \%{Cookie}n\ custom -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list

Re: [analog-help] Statistics wrong or right?

2001-08-30 Thread Jeremy Wadsack
25? (I know you can't get this number outright, but you can compare Successful Requests, Unsuccessful Requests, Corrupt Lines, Excluded Lines and the number of lines in your log file and it will add up). -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] SEARCHWORDEXCLUDE

2001-08-30 Thread Jeremy Wadsack
the '*' wildcard. Alternately, you can use a regular expression with the REGEXP: predicate. See docs/include.html for details on the commands. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing

Re: [analog-help] Logfile locations

2001-09-04 Thread Jeremy Wadsack
this: ./analog `date +%Y/%m`/* On other systems, you'll have to write a batch file / script in to do something similar. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from

Re: [analog-help] ATG Dynamo Cookies in the URL

2001-09-05 Thread Jeremy Wadsack
files unaltered, so if a preprocessor is required, how might we specify that? You could pipe the logs through sed or perl to do that: perl -pe 's/;[j\$]sessionid[=\$][^\?]+//' logfile | analog ... - -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] ATG Dynamo Cookies in the URL

2001-09-05 Thread Jeremy Wadsack
[=\$][^\?]+//') This would uncompress the file, pipe it to the Perl one-liner and Analog would pick up the results. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list

Re: [analog-help] Request Report

2001-09-07 Thread Jeremy Wadsack
are the files not listed? Is there something I'm missing in my config file? Set a FLOOR setting. e.g. REQFLOOR 1r See http://analog.sourceforge.net/docs/othreps.html#FLOOR for details on this command. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] OSEXCLUDE options

2001-09-10 Thread Jeremy Wadsack
Andreas Labres ([EMAIL PROTECTED]): What options can I use with OSEXCLUDE? Can I exclude all Robots? only one Robot? If you want to exclude a robot, use the BROWEXCLUDE command. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Footerfile

2001-09-10 Thread Jeremy Wadsack
in anyway. It just reads it in and appends it to your reports. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] Logs Websphere

2001-09-13 Thread Jeremy Wadsack
Andres Pastor, Nuria ([EMAIL PROTECTED]): Can Analog analize logs of websphere? If it has the right information, you can write a custom LOGFORMAT to get Analog to analyze almost anything. See docs/logfmt.html for details on the command. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] automating reporting problem.....

2001-09-14 Thread Jeremy Wadsack
this? With the cron program. Previous responses and the FAQ have provided examples. What settings do I set and if I need to set up a cron job, how do I do this? Use 'man crontab' on your system to learn how to use the crontab program. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] What i'm botching up? or Why Analog dislike Squid? :)

2001-09-14 Thread Jeremy Wadsack
... Your logformat starts with a space and the logfile does not appear to. Try something like this perhaps? LOGFORMAT (%U.%j %W%T %s %j/%c %b %j %r %j\n) -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog

Re: [analog-help] SQUID status codes

2001-09-17 Thread Jeremy Wadsack
to make it available? Analog won't. There's a FAQ item about analyzing SQUID logs with Analog. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing

Re: [analog-help] How do you save a report you generate?

2001-09-17 Thread Jeremy Wadsack
as the day of the report). How do I do this please? It don't think it will. The point of the CGI interface is to produce output to the browser (that's CGI). If you want to create static HTML pages on your server, run it through a script or cron or something. -- Jeremy Wadsack Wadsack-Allen Digital

Re: [analog-help] Changing wording of report titles?

2001-09-17 Thread Jeremy Wadsack
-ql analog | grep lang) -- Jeremy Wadsack Wadsack-Allen Digital Group Rodme ([EMAIL PROTECTED]): Using this would be good, but I can't seem to find these files on my server At 09:22 17/09/01 -0700, you wrote: KEVIN ZEMBOWER ([EMAIL PROTECTED]): Is it possible to change the wording

Re: [analog-help] case-sensitivity on query strings in FILEALIAS?

2001-09-17 Thread Jeremy Wadsack
Use the command: CASE INSENSITIVE in your config file. -- Jeremy Wadsack Wadsack-Allen Digital Group Peter Hollingsworth ([EMAIL PROTECTED]): Is it possible that Analog is case-sensitive when matching on query strings with FILEALIAS? Is there any way to get around this? I have CASE

Re: [analog-help] Records corrupted by blanks in user ids

2001-09-17 Thread Jeremy Wadsack
character after the %u token, rather than a space. For example, if your LOGFORMAT is for Common files: LOGFORMAT (%S %j %u[%d/%M/%Y:%h:%n:%j] %j%w%r%wHTTP%j %c %b) LOGFORMAT (%S %j %u[%d/%M/%Y:%h:%n:%j] %j%w%r %c %b) LOGFORMAT (%S %j %u[%d/%M/%Y:%h:%n:%j] %r %c %b) -- Jeremy Wadsack Wadsack

Re: [analog-help] Trouble with modifying HOURSUMGRAPH

2001-09-18 Thread Jeremy Wadsack
that for the Hourly Summary then put it in the [HOURSUM] section rather than the global [reports] section. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list

Re: [analog-help] LOGFORMAT question

2001-09-19 Thread Jeremy Wadsack
this for you. The 'unknown escape sequence' Analog is referring to is \. Change it to just and it should work. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from

Re: [analog-help] Unique Users

2001-09-19 Thread Jeremy Wadsack
of unique visitors? No. See the FAQ item B.29 (http://analog.sourceforge.net/docs/faq.html#faq131) and related information in the documentation (http://analog.sourceforge.net/docs/webworks.html) -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Unique Users]

2001-09-19 Thread Jeremy Wadsack
response. Will In-Reply-To: [EMAIL PROTECTED]; from [EMAIL PROTECTED] on Wed, Sep 19, 2001 at 09:27:27AM -0700 On Wed, Sep 19, at 09:27am so claimed Jeremy Wadsack ([EMAIL PROTECTED]): Will Alexander ([EMAIL PROTECTED]): Is analog able to generate unique visitor reports for each

Re: [analog-help] Run out of memory with 800x6 MB of log file

2001-09-20 Thread Jeremy Wadsack
error Run out of memory:cannot continue: exiting`. We had read the docs and are using File/Host/Brow/User/Vhost/Lowmen 2 and Reflowmen 3. Try HOSTLOWMEM 3. That's the most likely one to reduce your memory usage. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] TR: French Help + Counting IPs

2001-09-21 Thread Jeremy Wadsack
://analog.sourceforge.net/docs/faq.html#faq131 -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help

Re: [analog-help] Run out of memory with 800x6 MB of log file

2001-09-21 Thread Jeremy Wadsack
Well, if it's intranet then the host count should be low, so that wouldn't help as much. The P 60 is an error in one of your cachefiles. You might need to regenerate the files (or remove the line, but you'll still be missing that data). -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Cache files in a database

2001-09-21 Thread Jeremy Wadsack
at this (showing obviously wrong results) and anyway, there's no way you can do that accurately (see http://analog.sourceforge.net/docs/faq.html#faq131). -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help

Re: [analog-help] Log File Formats

2001-09-21 Thread Jeremy Wadsack
above has a ':' after %h that isn't in your LogFormat line. That's probably your problem. Incidentally, Analog will auto-detect Combined logformat so you should have been able to read it without any *LOGFORMAT. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] TR: French Help + Counting IPs

2001-09-21 Thread Jeremy Wadsack
Stephen Turner ([EMAIL PROTECTED]): On Fri, 21 Sep 2001, Jeremy Wadsack wrote: James Herrmann ([EMAIL PROTECTED]): Has anyone ever translated the documentation and help files in French ? Add LANGUAGE FRENCH to your configuration file. This is in the docs. See http

Re: [analog-help] so-called unique visitors

2001-09-24 Thread Jeremy Wadsack
Pascal Morniroli ([EMAIL PROTECTED]): Is it possible to view some sort of a session tree based on an IP ? (i.e. IP X has loaded the following elements ...) ? No. (hope this is not in the FAQ ...) Yes. See http://www.analog.sf.net/docs/faq.html#faq128 -- Jeremy Wadsack Wadsack-Allen

Re: [analog-help] so-called unique visitors

2001-09-24 Thread Jeremy Wadsack
Analog ([EMAIL PROTECTED]): Jeremy Wadsack [EMAIL PROTECTED] wrote: Pascal Morniroli ([EMAIL PROTECTED]): Is it possible to view some sort of a session tree based on an IP ? (i.e. IP X has loaded the following elements ...) ? No. Yes you can, Jeremy. HOSTINCLUDE w.x.y.z will give

Re: [analog-help] Subdirectory chart report?

2001-09-25 Thread Jeremy Wadsack
://'. I don't intend to do it otherwise, because I don't know how to lay it out. Hmm.. A 'blow out' 3d pie chart that is expanded from each segment of the parent chart? :-) -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Compressed logs, Windows NT4 and Analog 5.03

2001-09-25 Thread Jeremy Wadsack
one of our servers and storage is becoming an issue. Try running the command on the command line outside of analog if you type d:\program files\analog\unzip\unzip.exe -p logfile.zip Do you get the entire log file printed to the screen? That's what Analog is expecting. -- Jeremy Wadsack

Re: [analog-help] Question about Data Transferrred

2001-09-26 Thread Jeremy Wadsack
? Analog counts the number of bytes sent for every request and totals this for Data transferred. This includes every request you have told Analog to include: downloads, streams, pages, graphics, etc. Anything in your logfiles that isn't explicitly EXCLUDED. -- Jeremy Wadsack Wadsack-Allen

Re: [analog-help] Compressed logs, Windows NT4 and Analog 5.03

2001-09-26 Thread Jeremy Wadsack
with the oldest .log file. Analog expects one log file in each zip file. gzip only works this way. In you subsitute gzip you also need to use gzip to compress the file in the first place. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Question about Data Transferrred

2001-09-27 Thread Jeremy Wadsack
all. -- Jeremy Wadsack Wadsack-Allen Digital Group Ned ([EMAIL PROTECTED]): Thank you Jeremy for your reply. We are using analog 2.11 (very old version I suppose) and in the docs available on analog site there is no mention of streaming , ftp etc. Supposedly there is no way to exclude

Re: [analog-help] LOGFORMAT

2001-09-27 Thread Jeremy Wadsack
-defined. The list of field specifiers is shown in http://analog.sf.net/docs/logfmt.html. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go

Re: [analog-help] WebSite Pro logformat(s) problems

2001-10-04 Thread Jeremy Wadsack
of the log files it'll have to ignore them It wasn't obvious in your original post (it is now with the LOGFORMAT you gave) that the fields were tab-separated. Analog should process it just fine. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] WebSite Pro logformat(s) problems

2001-10-05 Thread Jeremy Wadsack
. If WinRAR does not support decompressing to STDOUT, then you'll need to decompress before running Analog. If you archives contain more than on log per file, then you need to modify your compression or rotation scheme so that they don't. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] WebSite Pro logformat(s) problems

2001-10-05 Thread Jeremy Wadsack
of a temporary file processing the files as they are uncompressed. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] WebSite Pro logformat(s) problems

2001-10-05 Thread Jeremy Wadsack
Aengus Lawlor ([EMAIL PROTECTED]): From: Jeremy Wadsack [EMAIL PROTECTED] If you archives contain more than on log per file, then you need to modify your compression or rotation scheme so that they don't. I just did a quick test, zipping 2 one line log files to a zip file. I set

Re: [analog-help] WebSite Pro logformat(s) problems

2001-10-05 Thread Jeremy Wadsack
to open all files ending in .rar using winrar. Your logfile lines need to include the .rar files. So add this: LOGFILE c:\lblogs\lblogs.rar or maybe even this: LOGFILE c:\lblogs\*.rar See http://analog.sourceforge.net/docs/logfile.html#UNCOMPRESS for details on the command. -- Jeremy

Re: [analog-help] UNCOMPRESS

2001-10-18 Thread Jeremy Wadsack
. I would think it has long file name support (although you will probably still need to quote the filename in the call). -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe

Re: [analog-help] Seperating out a single virtual host from many

2001-10-18 Thread Jeremy Wadsack
whatever your requirements are. e.g FILEALIAS /~warped/* /WARPED/* -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] using LOGFILE attribute from anlgform.pl (and how to include %v) ?

2001-10-19 Thread Jeremy Wadsack
sorted out? That's on the 'to do' list (http://www.analog.cx/help.html). If you get it figured out (you can always get help on the list, lots of us have done this), take notes, and write up a friendly HOW-TO and future Analog users will be grateful! :-) -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Performance Issues

2001-10-22 Thread Jeremy Wadsack
commands where possible. If you still run out of memory, look for a more powerful computer? (Actually, you can shuffle *LOWMEM runs, if you have the time, to use a little less memory, but memory, as you say, is cheap these days.) -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Logformat

2001-10-22 Thread Jeremy Wadsack
%j %u [%d/%M/%Y:%h:%n:%j] %r %c %b %f %B %j) -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate

Re: [analog-help] custom log format

2001-10-23 Thread Jeremy Wadsack
, browser, referer, screenresolution, colordepth divided by \t (tab) and the last two could be ignored as \j junk or is there a way to also analyse these? Try this: LOGFORMAT %S\t%U\t%r\t%B\t%f\t%j See http://www.analog.cx/docs/logfmt.html for details. -- Jeremy Wadsack Wadsack-Allen Digital

Re: [analog-help] Look for hour field in Logfile

2001-10-24 Thread Jeremy Wadsack
the reports with this hours? How can I do it? Use the FROM and TO commands: http://www.analog.cx/docs/include.html#FROMTO -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list

Re: [analog-help] alias in REQUEST

2001-10-24 Thread Jeremy Wadsack
-- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives

Re: [analog-help] Analog or the shell says gzip: not found

2001-10-25 Thread Jeremy Wadsack
for LOGFILE lines in /emc/usr/local/analog/analog.cfg and /emc/usr/local/analog/config1.cfg? -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list

Re: [analog-help] CRO - remaining questions

2001-10-25 Thread Jeremy Wadsack
improvement, but you'll have to take that up with Stephen (and don't ask for XML :-) ). -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go

Re: [analog-help] Large number of corrupt Lines in Logfile...

2001-10-25 Thread Jeremy Wadsack
? -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives

Re: RV: [analog-help] Look for hour field in Logfile

2001-10-25 Thread Jeremy Wadsack
%j %c %b %f %B) LOGFORMAT (%S %j %u [%d/%M/%Y:06:%n:%j] %j%w%r %c %b %f %B) LOGFORMAT (%S %j %u [%d/%M/%Y:06:%n:%j] %r %c %b %f %B) If you want to have hours between 4 and 6 of only a certain day, then that is what the FROM and TO commands are for. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] publishing of analog results

2001-10-26 Thread Jeremy Wadsack
to schedule it with an external program like cron or Windows' Scheduled Tasks: http://www.analog.cx/docs/faq.html#faq150 -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe

Re: [analog-help] CRO - remaining questions

2001-10-26 Thread Jeremy Wadsack
-- this is not a vote for an XML/XSLT solution, just an example of the functionality that could be achieved. Uh.. or did I miss the tongue-in-cheek? -- Jeremy Wadsack Wadsack-Allen Digital Group Doug Nelson ([EMAIL PROTECTED]): Yeah, but isn't html (or ascii, for that matter) supposed

Re: [analog-help] problem with dates

2001-10-30 Thread Jeremy Wadsack
to specific time? Are there other INCLUDE / EXCLUDE statements that may have eliminated all the traffic since the 25th? -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe

Re: [analog-help] Large Log Files

2001-10-31 Thread Jeremy Wadsack
Hat system? Doesn't Red Hat have a 2GB file limit? -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate

Re: [analog-help] Floor and two request report

2001-10-31 Thread Jeremy Wadsack
[EMAIL PROTECTED] ([EMAIL PROTECTED]): Is there a way to report the pages with most request AND that with less request? If no, would this be a feature request? REQFLOOR 1r will list all the pages. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] sorting the directory listing

2001-11-02 Thread Jeremy Wadsack
I'm really not sure what you problem is. Do you want to remove the subdirectory entries in your directory report? Then remove the SUBDIR command in your configuration file. Otherwise, the report *is* sorted by requests. -- Jeremy Wadsack Wadsack-Allen Digital Group aytac ([EMAIL PROTECTED

Re: [analog-help] Reseting Analog to Zero Monthly

2001-11-02 Thread Jeremy Wadsack
with another tool like logrotate. You should be able to get it from ftp://ftp.redhat.com/pub/redhat/code/logrotate/ but that server might be overloaded right now with the recent 7.2 release. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Running Analog from a html page

2001-11-02 Thread Jeremy Wadsack
. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives

Re: [analog-help] Running Analog from a html page

2001-11-09 Thread Jeremy Wadsack
LOGFILE in analog.cfg!) -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html

Re: [analog-help] Select analog.cfg.

2001-11-09 Thread Jeremy Wadsack
in the index of the documentation for a list of them. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate

Re: [analog-help] Select analog.cfg.

2001-11-09 Thread Jeremy Wadsack
/analog/analog +g/path/analog.cfg -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help

Re: [analog-help] Date of month.

2001-11-09 Thread Jeremy Wadsack
Carla Saldanha ([EMAIL PROTECTED]): Hi Under version 4.16, Solaris 2.6: On the OUTFILE /path/file%D.html what does exacly means date of month? Is this 20011109 ? No it mean '09'. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] sub-directories

2001-11-09 Thread Jeremy Wadsack
in: SUB /~sret1/ SUB /~steve/ SUBDIR /*/* You can use as many levels as you need. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go

Re: [analog-help] large log files - long processing times

2001-11-13 Thread Jeremy Wadsack
might also try SETTINGS ON to make sure it's loading the files you think it is. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go

Re: [analog-help] Changing the name of a report section

2001-11-13 Thread Jeremy Wadsack
on SETTINGS, to see where it's loading the language file from -- might be a different location than you think. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from

Re: [analog-help] Analog against Hacker

2001-11-13 Thread Jeremy Wadsack
. For more information on filtering see http://www.analog.cx/docs/include.html. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] breaking AOL data out on browser summary report

2001-11-13 Thread Jeremy Wadsack
) This should make the browsers into AOL/#.# allowing you to see them in the Browser Summary like other top-level browsers, preserve the 'MSIE 5.01' or whatever when looking at the Browser Report and preserver the platform for the Operating System report. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] wrong date range

2001-11-14 Thread Jeremy Wadsack
is changing the settings later. You should run 'analog --settings' to see what Analog thinks it should be doing and figure out where your problem is. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog

Re: [analog-help] trend analysis for proctime ?

2001-11-14 Thread Jeremy Wadsack
analysis, if you sent an arbitrary floor (95th percentile) you will end up with inaccurate counts near the bottom of your report (and perhaps throughout it) unless you ask Analog to produce ALL data and implement the floor in the final trending. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Batch Date

2001-11-16 Thread Jeremy Wadsack
want to test, that '-00-0101' will resolve to December 1st, 2001 when run in January of 2002. It's important for me make a general batch line, not a simple +F011001 +T311001 BTW, the syntax for FROM and TO is yyMMdd, not ddMMyy. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] [Fwd: Fatal error: language file /opt/analog/lib/lang/uk.lng too long:]

2001-11-16 Thread Jeremy Wadsack
. Especially since they are version specific and you didn't specify what version of Analog you're running. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing

Re: [analog-help] Corrupt logs - but why?

2001-11-16 Thread Jeremy Wadsack
directives to LOGFILES. Use DEBUG C to have Analog tell you exactly which lines are corrupt and where in the line the parsing stops. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list

Re: [analog-help] breaking AOL data out on browser summary report

2001-11-19 Thread Jeremy Wadsack
. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives

Re: [analog-help] 254 Characters+ in config file.

2001-11-19 Thread Jeremy Wadsack
. Unless you have a very long single directory entry, you can do this: DIREXCLUDE /dir1/ DIREXCLUDE /dir2/ DIREXCLUDE /dir3/ Instead of this: DIREXCLUDE /dir1/,/dir2/,/dir3/ -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Requests for specificy named files only

2001-11-19 Thread Jeremy Wadsack
sub_directory1/index.html FILEINCLUDE sub_directory2/index.html FILEINCLUDE sub_directory3/index.html -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go

Re: [analog-help] 5.03 to 5.1 config changes

2001-11-19 Thread Jeremy Wadsack
Doug Nelson ([EMAIL PROTECTED]): I did make changes in some of those files (not sure which at this point...) What now??? Get the original files from 5.1 and compare them. Copy (by hand) the items you changed from 5.03 to 5.1. (Or use diff if you have that). -- Jeremy Wadsack Wadsack

Re: [analog-help] Help: Web Server Statistics

2001-11-19 Thread Jeremy Wadsack
and Analog can always parse them. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help

Re: [analog-help] 5.03 to 5.1 config changes

2001-11-19 Thread Jeremy Wadsack
Doug Nelson ([EMAIL PROTECTED]): 100%: [unresolved numerical addresses] (this was working before...) You need 'DNS WRITE' in your analog configuration file. If it's already there check the output from Analog to find out why it may have failed. -- Jeremy Wadsack Wadsack-Allen Digital

Re: [analog-help] Checked URI and changed line below - still no results for query d ata ran against IIS log

2001-11-20 Thread Jeremy Wadsack
search: C:\analog\analog 5.02\analog.exe: Warning R: Turning off empty Search Word Report The server log shows repeating instances of this for my searches: Empty could just mean that the requests were below the FLOOR for the report, usually 20R. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] streaming logs

2001-11-27 Thread Jeremy Wadsack
? FILEINCLUDE /directory/* See http://www.analog.cx/docs/include.html. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] reporting on cs-uri-query: counting clickthroughs?

2001-11-28 Thread Jeremy Wadsack
setting the INTSEARCHQUERYFLOOR and INTSEARCHWORDFLOOR commands to 1r to make sure that everything is listed. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from

Re: [analog-help] Take a crack and win a smile

2001-11-28 Thread Jeremy Wadsack
any logs. If you add that to your log format in Windows Streaming Media Server configuration, then Analog should process the logfiles as they are without any custom LOGFORMAT command. -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] analog installation problem

2001-11-28 Thread Jeremy Wadsack
line as specified in the notes in the top of the Makefile. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net

Re: [analog-help] libgd error

2001-11-28 Thread Jeremy Wadsack
Christopher Yue ([EMAIL PROTECTED]): I successfully compiled analog 5.1 on Unix Solaris 2.7. Thank you Jeremy Wadsack. However, now, when I run analog, I got the following error: # ./analog ld.so.1: ./analog: fatal: libgd.so.4: open failed: No such file or directory Killed I

Re: [analog-help] libgd error

2001-11-29 Thread Jeremy Wadsack
Yeah, they are. The LD_LIBRARY_PATH should work fine. -- Jeremy Wadsack Wadsack-Allen Digital Group Rich Dempsey ([EMAIL PROTECTED]): Um, I can't find any /etc/ld.so.conf or ldconfig command on my Solaris 8 systems. Are these Linux'isms? The usual mechanism in Solaris is to use

Re: [analog-help] query: IMAGEDIR

2001-11-29 Thread Jeremy Wadsack
the images to somewhere in your webspace (say a folder called analog_images) then use a setting like this: IMAGEDIR http://naam.pair.com/analog_images/ -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog

Re: [analog-help] How to analyse the URL-Parameters

2001-11-29 Thread Jeremy Wadsack
(including query portion thereof) use the FILEINCLUDE command: FILEINCLUDE *[referer=http://www.abc.com]* BTW, I know they never got it right in HTTP headers, and it's been propagated elsewhere, but that word is spelled 'referrer.' :-) -- Jeremy Wadsack Wadsack-Allen Digital Group

Re: [analog-help] Question Regarding User Report

2001-11-29 Thread Jeremy Wadsack
this: LOGFORMAT (%Y-%m-%d %h:%n:%j %S %j %j %j %j %r %q %c %j %A %u %f) -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] 404 reports

2001-11-29 Thread Jeremy Wadsack
floors? Whatever you need to make the reports look like you want them. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] Analog missing some entries? IIS4

2001-11-29 Thread Jeremy Wadsack
bookmarks, users who type in things in the URL line, and viruses on other servers. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http

Re: [analog-help] Analog forms/scripts in asp

2001-11-29 Thread Jeremy Wadsack
and the analog form interface. -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help

Re: [analog-help] formatting font sizes in reports

2001-10-09 Thread Jeremy Wadsack
/styles.css -- Jeremy Wadsack Wadsack-Allen Digital Group + | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to |http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List

<    4   5   6   7   8   9   10   11   >