Re: [analog-help] How do I alter web page template

2009-11-17 Thread Aengus
Troy S tdsimp...@gmail.com wrote: I need to included a summary attributed to all html table tags? ?? Can you expand on that? I have absolutely no idea what html table tags have to do with an Analog report? Aengus

Re: [analog-help] How do I alter web page template

2009-11-17 Thread Aengus
Summary tags in the Tables. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx

Re: [analog-help] Re: Reporting on elements in the request line

2009-11-10 Thread Aengus
that showed how many requests were made by each client type to each site. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs

Re: [analog-help] Order of processing steps...

2009-11-04 Thread Aengus
, it then applies aliases to each of the items) and http://analog.cx/docs/include.html (After aliasing each item, analog decides whether that item is wanted or not.) Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] How do I Include pages with specific URL parameters?

2009-11-04 Thread Aengus
the number of requests for Blue Widgets, the Shopping Cart, etc, and, if you used the PAGEINCLUDE comamnd above, the entries should be clickable (you might need to specify the BASEURL too). Aengus + | TO UNSUBSCRIBE from

Re: [analog-help] How do I Include pages with specific URL parameters?

2009-11-03 Thread Aengus
=* /* FILEALIAS /index.cfm?objectid=* /* Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http

Re: [analog-help] Stepping...

2009-11-03 Thread Aengus
, REQARGFLOOR ir, for example), you can use a log file with 3 or 4 entries and see how the reports change as you modify different settings in the config file, or modify different elements of the log file entries. Aengus

Re: [analog-help] Where can I search the List Archives?

2009-11-03 Thread Aengus
http://www.google.com/search?hl=ensite=q=site%3Alists.meer.net+analog-helpbtnG=Search Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http

Re: [analog-help] RE: 1and1 logfile format

2009-11-02 Thread Aengus
with the Browser field. Try this LOGFORMAT instead: LOGFORMAT (%s - %u [%d/%M/%Y:%h:%n:%j %j] %j %r %j %c %b %v %f %B %j) Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog

Re: [analog-help] Is this report type possible?

2009-10-06 Thread Aengus
(used to indicate where requests are coming from ), the Virtual Host Report (used to show how much traffic went to the Virtual Hosts abc.com and xyz.com) or the Request Report? Aengus + | TO UNSUBSCRIBE from this list

Re: [analog-help] Is this report type possible?

2009-10-06 Thread Aengus
For just the requests abc.com: HOSTINCLUDE *.abc.com HOSTEXCLUDE *.mydivision.abc.com and from the internet: HOSTEXCLUDE *.abc.com Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo

Re: [analog-help] General questions, analog, summary, large log sets, incremental

2009-10-04 Thread Aengus
is extremely flexible, and is often used in large hosted environments. But there isn't one right way to deploy it - it really does depend on what you want to achieve. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] General questions, analog, summary, large log sets, incremental

2009-10-04 Thread Aengus
set in anlgform.pl, but that's where to look when you're testing this. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs

Re: [analog-help] batching execution for multiple log files

2009-10-02 Thread Aengus
sequentially, (log001.log, log002.log, etc), then there's no way withing Analog itself to have Analog create the Jan07 report, then the Feb07 report, then the Mar07 report, etc. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] batching execution for multiple log files

2009-10-02 Thread Aengus
Zourarakis, Demetrio (COT) demetrio.zourara...@ky.gov wrote: Thanks. Aengus. It would have created 1012 reports... I concatenated the logfiles using MS DOS command line into one BIG logfile... No, LOGFILE *.LOG will creat ONE report containing the data from all the logfiles. Analog has

Re: [analog-help] General questions, analog, summary, large log sets, incremental

2009-10-02 Thread Aengus
a different tool to generate the DNS cache, though - Analog is not optimised for DNS lookups. http://analog.cx/docs/dns.html Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help

Re: [analog-help] Query on Corrupt logfile lines

2009-09-09 Thread Aengus
to capture the output to a file. http://analog.cx/docs/debug.html#ERRFILE Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs

Re: [analog-help] complete list of accessed files?

2009-08-12 Thread Aengus
, including some PDF requests? Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Aengus
it to identify Chrome as a seperate browser, I think, but I don't have a copy of the source to hand to see what would be involved. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Aengus
Dave Sergeant d...@davesergeant.com wrote: On 20 Jul 2009 at 10:59, Aengus wrote: According to Google's own documentation, the Useragent for Chrome looks like: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.X.Y.Z Safari/525.13. http

Re: [analog-help] Chrome browser detection

2009-07-20 Thread Aengus
Dave Sergeant d...@davesergeant.com wrote: On 20 Jul 2009 at 12:58, Aengus wrote: If real Safari browsers are identified as 5.something, and Chrome browsers as 530, then BROWSUMALIAS Safari/530 Chrome/530 Will still list the Chrome Browsers as sub-types of Safari, but will list them

Re: [analog-help] Help logfile

2009-07-20 Thread Aengus
Barak Kalai barak.ka...@surepayroll.com wrote: I would like pick multiple log files in windows. The file location is drive_letter:\directory\*static_name.zip LOGFILE drive_letter:\directory\*static_name.zip http://analog.cx/docs/logfile.html Aengus

Re: [analog-help] help!

2009-07-15 Thread Aengus
want to discourage you - it's not actually as complicated as it might sound, it's just that local knowledge is needed to answer the question. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman

Re: [analog-help] Logile Format: Whitespace

2009-06-24 Thread Aengus
a tab or a space (or multiple spaces). It makes it harder to read the LOGFORMAT, but it should work for you. for example: %S%w[%d/%M/%Y:%h:%n:%j]%w%j%w%r%w%j Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net

Re: [analog-help] Logile Format: Whitespace

2009-06-24 Thread Aengus
/pipermail/analog-help/2008-June/021101.html Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http

Re: [analog-help] Analog user Reports

2009-06-23 Thread Aengus
On 6/23/2009 8:37 AM, Rogers, Steve I. wrote: Aengus, Thanks very much for your prompt response. However, what I am looking for is the bigger trends. I have a PDF directory and I my customer wants to know which users are accessing those PDF documents. The information is in the HTTP log file

Re: [analog-help] Analog user Reports

2009-06-22 Thread Aengus
Rogers, Steve I. srog...@atpco.net wrote: In a previous thread, user Aengus mentioned that you can get a list of all the Users (IP addresses or UserIDs) that accessed a single page How would I get that report from Analog? I turned on the User report but I only get a list of Users

Re: [analog-help] Warning category L is a bit broad, don't you think?

2009-05-05 Thread Aengus
Robin Lee Powell rlpow...@digitalkingdom.org wrote: On Mon, May 04, 2009 at 05:52:52PM -0400, Aengus wrote: Robin Lee Powell rlpow...@digitalkingdom.org wrote: If there's no other way to solve this problem, please consider this a feature request to split those out. I'm afraid you're

Re: [analog-help] Warning category L is a bit broad, don't you think?

2009-05-05 Thread Aengus
Robin Lee Powell rlpow...@digitalkingdom.org wrote: On Tue, May 05, 2009 at 12:53:33PM -0400, Aengus wrote: Robin Lee Powell rlpow...@digitalkingdom.org wrote: On Mon, May 04, 2009 at 05:52:52PM -0400, Aengus wrote: Robin Lee Powell rlpow...@digitalkingdom.org wrote: If there's no other way

[analog-help] Compiling Analog for Windows - updated instructions

2009-05-05 Thread Aengus
, but other than that it should work fine. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http

Re: [analog-help] Compiling Analog for Windows - updated instructions

2009-05-05 Thread Aengus
Aengus analo...@eircom.net wrote: If there aren't any errors in your code, then a few minutes later you should have a new copy of analog.exe with your modifications. Note that it won't have the Analog icon, but other than that it should work fine. It turns out that adding the icon isn't

Re: [analog-help] Warning category L is a bit broad, don't you think?

2009-05-04 Thread Aengus
the warning type on line 297 of input.c What's even worse is that the warnings emit on multiple lines, so I can't even use grep to drop the ones I want. Can that be fixed? -Robin Aengus + | TO UNSUBSCRIBE from this list

Re: [analog-help] Analog Request Report Query

2009-04-15 Thread Aengus
way is to use FILEALIAS so that the ? separating the arguments isn't recognized - in that case all of the ocsportal.portal requests will be listed seperately FILEALIAS /web/oscportal.portal?* /web/oscportal.portal$1 Aengus

Re: [analog-help] analog-6.0 Need Language Help

2009-04-13 Thread Aengus
of that list to see if this issues has been discussed more extensively there. http://lists.meer.net/pipermail/analog-help/2002-July/012919.html http://www.jp.analog.cx/ml/archive/ Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] report time frame appears to be frozen at March 10.

2009-03-13 Thread Aengus
to force it to refresh the data? If it's a service set up and managed by GoDaddy, then you'd have to ask GoDaddy why it's not working. If you're actually running Analog yourself, are you getting any error messages? Aengus

Re: [analog-help] Re: Corrupt logfile lines

2009-03-10 Thread Aengus
On 3/10/2009 9:31 AM, Nanu Kalmanovitz wrote: Can Analog be configured to ignore the IPv6 like records ( ::1 - - [26/Feb/2009:11:13:58 +0200] GET / 400 991) in the access_log file? LOGFORMAT (::%j) Aengus

Re: [analog-help] LOGFORMAT assistance please!

2009-03-05 Thread Aengus
/ If you don't care about the byte count, or the referrer, use %j instead of those particular - characters, or use %b for the byte-count field, and %f for the referrer. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Re: Re: Re: Re: Corrupt logfile lines

2009-02-26 Thread Aengus
a new report to count these lines, you'll need to look at the Failure Reports, because the Response code is 400. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog

Re: [analog-help] Re: Corrupt logfile lines

2009-02-23 Thread Aengus
apache configuration files - it will only use the LOGFORMAT or APACHELOGFORMAT commands in analog.cfg, or autodetection, if you don't have a LOGFORMAT). Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net

Re: [analog-help] Problem with page counts

2009-02-21 Thread Aengus
themselves. You can also do a Full Browser report on requests for /robots.txt and then use that to create a list of BROWEXCLUDE commands so that you can see if the human-driven traffic patterns make more sense. Aengus

Re: [analog-help] Help with errors sortby errors

2009-01-07 Thread Aengus
On 1/7/2009 7:42 PM, Casual Account wrote: Thanks Aengus That sorted the problem. Does that command also apply to the browser report? (ie when I added it I got a mismatch on bytes and pages again, but could fix this by changing BROWREPSORTBY REQUESTS and BROWSUMSORTBY REQUESTS to PAGES

Re: [analog-help] Help with errors sortby errors

2009-01-06 Thread Aengus
) doesn’t match SUBSORTBY (bytes) I have commented out any sorts using bytes and cant see to work out why this is occurring. Have you tried adding SUBDIRSORTBY PAGES? Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Support for Vista

2008-12-11 Thread Aengus
is it possible to get the report as Vista under the OS report and how it can be done? http://lists.meer.net/pipermail/analog-help/2008-October/021339.html Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman

Re: [analog-help] Support for Vista

2008-12-11 Thread Aengus
have posted modified binaries that you can download from their own websites. None of the binaries available from www.analog.cx have this support. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman

Re: [analog-help] Support for Vista

2008-12-11 Thread Aengus
Windows NT 6.0 Windows Vista will it work? I don't think that's ever come up on the list - have you tried it? It should only take a couple of seconds. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net

Re: [analog-help] Support for Vista

2008-12-11 Thread Aengus
of the patches mentioned earlier. You can download a copy of the modified executable for Windows here: http://www.xs4all.nl/~jfeelder/downloads/analog.exe Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net

Re: [analog-help] Need an example how to display only Top 20 reports

2008-12-03 Thread Aengus
Leung, Michael [EMAIL PROTECTED] wrote: REQARGFLOOR 100%r That should be REQARGSFLOOR 100%r Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation

Re: [analog-help] Regarding SEARCH WORD and INTERNAL SERACH reports

2008-12-03 Thread Aengus
/search?q=analog+6.0; because Google is one of the searchengines listed in sample analog.cfg file: SEARCHENGINE http://*google.*/* q,as_q,as_epq,as_oq When I run Analog against this 1 line logfile, I get the Search and Internal Search Reports. Aengus

Re: [analog-help] Need help to retrieve (and correct) reports (need help on LOGFORMAT)

2008-12-02 Thread Aengus
, using Analogs built-in lookups wouldn't be the best idea. For learning about DNS lookups, a sample from the logfile of a few hundred lines would be a better idea. For DNS lookups on anything larger than that, you really need to use one of the the DNS helper apps. Aengus

Re: [analog-help] Need help to retrieve (and correct) reports (need help on LOGFORMAT)

2008-12-02 Thread Aengus
On 12/1/2008 6:55 PM, Leung, Michael wrote: Based on my LOGFORMAT, my Referrer field shouldn't be empty. Right? The sample logfile entry that you provided had a referrer field (https://www.networksolutions.com/manage-it/private-registration-splash.jsp) Aengus

Re: Convert IP to Domain Name - RE: [analog-help] Need help to retrievereports

2008-12-02 Thread Aengus
to someone at rcn.com. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx

Re: [analog-help] Need an example how to display only Top 20 in variousreports

2008-12-02 Thread Aengus
- top 20 by requests, by page views, by bandwidth, requests in the last 7 days, etc. To see the top 20 requests, by bytes transferred, you'd use REQFLOOR -20b To see the top 20 requests, by page views, over the last 7 days, you'd use REQFLOOR -20q http://analog.cx/docs/othreps.html#FLOOR Aengus

Re: [analog-help] Need help to retrieve (and correct) reports(needhelp on LOGFORMAT)

2008-12-02 Thread Aengus
). Turn it on with HOST ON The full list of reports that Analog can produce is listed here: http://analog.cx/docs/reports.html#repoth The list of commands for turning these different reports on and off is here: http://analog.cx/docs/output.html#replist Aengus

Re: [analog-help] Need help to retrieve (and correct) all reports fromthis log (Maybe I need the LOGFORMAT)

2008-12-01 Thread Aengus
with my LOGFORMAT statement? Why some of the reports didn't give meaningful information? Can you describe the problem that you are having with the reports in greater detail? Aengus + | TO UNSUBSCRIBE from this list

Re: [analog-help] Need help to retrieve (and correct) all reports(need help on LOGFORMAT)

2008-12-01 Thread Aengus
Leung, Michael [EMAIL PROTECTED] wrote: Aengus, The below is what we see for the Domain Report, but it is not what we are expecting. Listing domains, sorted by the amount of traffic. reqs %bytes domain 655193 100% [unresolved numerical addresses] Even it is entirely based on IP

Re: [analog-help] Analog issues

2008-11-23 Thread Aengus
there. What am I doing wrong? http://analog.cx/docs/faq.html#faq101 Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html

Re: [analog-help] Still in development?

2008-11-19 Thread Aengus
not to use Analog? If Analog doesn't deliver on some of your needs today, it's probably not going to change significantly at this point. On the other hand, if you have a good idea what you want to get from your log files, and Analog delivers on those needs, then it's going to keep delivering. Aengus

Re: [analog-help] Updated analog.exe with expanded memory (3GB) support

2008-11-19 Thread Aengus
indicates that it's a bit more usable at this point. If I had the time (and a pressing need), I'd invest an afternoon in trying to get it working, but I think I'll leave it on the to-do list for now :-) Aengus + | TO UNSUBSCRIBE

Re: [analog-help] non si aggiorna automaticamente

2008-11-06 Thread Aengus
, but give it a try. Solo analogico genera output quando si esegue esso. Per avere analogico eseguito automaticamente in un determinato periodo di tempo ogni giorno, è possibile utilizzare il cron comando. http://analog.cx/docs/faq.html#faq150 Aengus

Re: [analog-help] x-forwarded-for with multiple hosts in LOGFORMAT

2008-11-04 Thread Aengus
[%d/%M/%Y:%h:%n:%j] %j %r %j %c %b %f %B%j %D) Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives

Re: [analog-help] APACHELOGFORMAT and hosts report

2008-10-24 Thread Aengus
LOGFORMAT string, rather than relying on Analog to do the translation for you. Try this LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] %j %r %j %c %b %f %B%j %D) Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman

Re: [analog-help] no stats or reports in ananlog cgi web inetrface

2008-10-21 Thread Aengus
anlgform.pl? What's the HTTP Status code in your log file for that request? Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs

Re: [analog-help] Separate configuration files on Windows

2008-10-16 Thread Aengus
the argument is too long, and Analog ignores the end of it. You want +gc:\analog\rgraph-analog.cfg, with a lower-case g. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog

Re: [analog-help] Separate configuration files on Windows

2008-10-16 Thread Aengus
the -G turns off the default.cfg file, and you can use +g to turn on your other.cfg file (you can have multiple +g commands). http://analog.cx/docs/syntax.html#specialcfgs Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Any possibility of recognising Windows Vista?

2008-10-09 Thread Aengus
, though it included links to specific versions of the various tools that may or may not be still available, but I imagine that the current versions of the various components would do the just just fine. http://lists.meer.net/pipermail/analog-help/2007-January/020117.html Aengus

Re: [analog-help] LogFormat in analog.cfg broken

2008-10-06 Thread Aengus
\ \%{User-Agent}i\) Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs

Re: [analog-help] LogFormat in analog.cfg broken

2008-10-06 Thread Aengus
) Are these lines in your .cfg file for a reason? Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http

Re: [analog-help] LogFormat in analog.cfg broken

2008-10-06 Thread Aengus
/%Y:%h:%n:%j] %j %r %j %c %b %f %B) DEBUG ON You should be able to delete the other 12 lines from your .cfg file, as they don't appear to be doing anything useful (I'd be particularly concerned about that LOGFILE line - are you counting access_log.-??.gz and log--??.gz? Aengus

Re: [analog-help] LogFormat in analog.cfg broken

2008-10-02 Thread Aengus
Ulf Hofemeier [EMAIL PROTECTED] wrote: Quoting Aengus [EMAIL PROTECTED]: Ulf Hofemeier [EMAIL PROTECTED] wrote: Hi folks: I could use some help figuring out the correct syntax for a new LogFormat line in my analog.cfg file after changing the LogFormat settings for Apache a few weeks ago

Re: [analog-help] Suppressing reporting of paramters on a URL

2008-09-26 Thread Aengus (via RT)
Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html

Re: [analog-help] Bounty for 64-bit Windows binary

2008-09-25 Thread Aengus
the existing code as a 64-bit binary, then it'd be a simple task for them. If it involves any significant code changes to Analog, then there is very little history of such work being handled on this list. Aengus

Re: [analog-help] Help on Processing Time

2008-09-05 Thread Aengus
it by looking at the details of some of the log entries that show high %T values. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs

Re: [analog-help] Help on Processing Time

2008-09-05 Thread Aengus
, with it's high speed connection, would just spit out the whole transaction faster than the client could accept it. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help

Re: [analog-help] Monthly Report

2008-09-03 Thread Aengus
/* etc. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html

Re: [analog-help] Unique Visits/Distinct Host Served/Request

2008-08-29 Thread Aengus
judgement about what metrics might make sense for that particular website. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs

Re: [analog-help] Create links on html output

2008-08-29 Thread Aengus
simple way that I can think to what you want to do without modifying the CSS. http://analog.cx/docs/output.html#LOGO (Maybe you could do something with a dummy Virtual Host Report, and a dummy logfile with a single link to your text file). Aengus

Re: [analog-help] Unique Visits/Distinct Host Served/Request

2008-08-29 Thread Aengus
. If you use something else to define a page, then you need to tell Analog about it. http://analog.cx/docs/include.html#PAGEINCLUDE Aengus - Original Message From: Aengus [EMAIL PROTECTED] To: Support for analog web log analyzer analog-help@lists.meer.net Sent: Friday, August 29, 2008

Re: [analog-help] Issues with OS report

2008-08-28 Thread Aengus
testApp/1.0; Win32 testApp/1.0; (Windows NT 5.1) Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives

Re: [analog-help] How to generate report for Bytes received, including request and headers

2008-08-25 Thread Aengus
- it's not even logged in most cases. For those sites that care more about inbound than outbound bandwidth, it's easy to modify the LOGFORMAT to report on it. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] How to generate report for Bytes received, including request and headers

2008-08-25 Thread Aengus
at the same time in Analog. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs

Re: [analog-help] Help on analog logging

2008-08-22 Thread Aengus
). There are no configuration options for these buckets - you would have to change the source code to change the bucket sizes. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog

Re: [analog-help] Suppress Charts

2008-08-22 Thread Aengus
. They look more like the Floors to me (top 50 Users, by Requests, and all Request with more than 1 request. I don't know if there's any way to turn that off. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Help on analog logging

2008-08-22 Thread Aengus
entry in the filesize report, and run Analog against just those lines. If the results don't make sense, post the lines here and see if other people get the same results. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] User Report

2008-08-21 Thread Aengus
get a list of all the Users (IP addresses or UserIDs) that accessed a single page, but you can't get a single report that shows every request made by every user. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Analog OUTPUT

2008-08-19 Thread Aengus
Brian Clanton [EMAIL PROTECTED] wrote: Is it possible to produce an html webpage for output AND create a deliminted file that can be exported intp a spreadsheet? One output per run. The Analog README suggests it is either one or the other. http://analog.cx/docs/faq.html#faq153 Aengus

Re: [analog-help] Changing report titles

2008-08-12 Thread Aengus
Report - Local Requests User Redirection Report - Remote Requests Request Report - Database Usage You can modify the .lng file in the lang folder http://analog.cx/docs/output.html#LANGUAGE Note that the default language is uk.lng. Aengus

Re: [analog-help] Remote and local statistics

2008-08-12 Thread Aengus
in the Request Report, then you'll have to modify the Response Code to be 200. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html

Re: [analog-help] Remote and local statistics

2008-08-12 Thread Aengus
success by ignoring the Status Code altogether (marking it as %j in the LOGFORMAT), but that depends on whether you are paying any attention to requests other than 200s and 301s. Aengus + | TO UNSUBSCRIBE from this list

Re: [analog-help] Special Organisation Report

2008-08-11 Thread Aengus
code (Permanent Redirection), then you'll need to look at the User Redirection Report to see the local users. REDIRUSER ON Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help

Re: [analog-help] Running out of memory

2008-08-08 Thread Aengus
can't use Wild cards to just specify a subest of logfiles to analyse, you can tell Analog to ignore all requests that fall outsite a specific time range using the FROM and TO commands. http://analog.cx/docs/include.html#FROMTO Aengus

Re: [analog-help] Weekly and Monthly Reports

2008-08-08 Thread Aengus
can have multiple LOGFILE commands, or you can specify multiple logfiles on the command line, if that's how you run Analog Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help

Re: [analog-help] RE: Help on reporting failures correctly from Xferlog format

2008-08-07 Thread Aengus
commands might work, as it should cause the i records to be matched as junk before they are parsed as real records. Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog

Re: [analog-help] Distinct Host Served

2008-08-04 Thread Aengus
making assumptions, you can start by admitting that if you change your assumptions, you're going to get different answers, even if you start with the same data. Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Special Organisation Report

2008-08-01 Thread Aengus
are using the User Report already, you can also repurpose the Virtual Host report in the same way. (You might be able to do something with the Browser Report too). Aengus + | TO UNSUBSCRIBE from this list: |http

Re: [analog-help] Processing Past Log Files

2008-07-29 Thread Aengus
, but they can be complex, and you can make mistakes if you're not careful. http://analog.cx/docs/cache.html Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation

Re: [analog-help] Help with Analog 6.0 on Windows

2008-07-18 Thread Aengus
- network file access is usually oders of magnitude slower than local access, and the overhead of unzipping the files is a lot less than the delay in network access. This is particularly true if you are likely to be running many different reports, with changing parameters. Aengus

Re: [analog-help] Large Log FIles

2008-07-17 Thread Aengus
Aengus + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html

Re: [analog-help] Referrer report - what it shows exactly and why itlists only foreign sites

2008-07-16 Thread Aengus
: A HREF=http://www.oursite.com;IMG SRC=http://www.oursite.com/graph;/a If I follow Stephen's recommendation, the report will only count clicks on the graph, not just requests for an updated image? Yes. Aengus

Re: [analog-help] Large Log FIles

2008-07-16 Thread Aengus
the type of log file that you're taking about, then you may be able to use Ananlog to coax some information from the data in the log files, but it's not a natural fit, and won't work out of the box. If that's not what you mean by trasnfer.logs, can you expand on your question? Aengus

Re: [analog-help] Referrer report - what it shows exactly and whyitlists only foreign sites

2008-07-16 Thread Aengus
make a small modification to the configuration and then run a new report to see what the differences are. Analog can easily crunch through a million lines of log files in under a minute, so you can very quickly see the difference as you change configuration options. Aengus

  1   2   3   4   5   6   7   8   >