[no subject]
I use the analog 4.11 and I work with the operating system Windows 2000. I had to learn how the program works and then I bbecame special problems, which I shall solve. But I couldn´t it, thats why I need your help. I know that I can exclude several files with the command exclude by reports, but can I do this with the summarizes in the same way? When not, how I can do this? Thanks for the help. Best regards Anja Neubert + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Request Report Pie Chart Data Doesn't MatchRequest Report Listing
On Wed, 6 Feb 2002 [EMAIL PROTECTED] wrote: > > > 2. It sounds as though I would need to distinguish among the pie charts for > each instance of each report if I want to maintain historical reports. Is > that correct? Will Analog support something like this: > > IMAGEDIR img/pbs_%y%M/# a new directory for each report each > month > > This is kind of kludgey though because it would require creating a > directory for each year/month for each report. Is there a better way? > You want CHARTDIR and LOCALCHARTDIR, not IMAGEDIR. It will take date codes. If you don't like separate directories, don't end the CHARTDIR with a slash -- there's an example of this in the docs. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 Thanks Stephen (and Aengus too). I looked up the documentation for CHARTDIR and LOCALCHARTDIR and that solved my problems. + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Counting redirects
On Wed, 6 Feb 2002, D. Alvarado wrote: > > That is, given a page on my server > "a.html", I would like to count the number of times that page has been > requested via a redirect. There is no way to know this. The information doesn't exist in the logfiles. To answer both your questions together: you can't correlate pairs of requests. Analog takes each line of the logfile completely independently. -- Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Counting redirects
D. Alvarado ([EMAIL PROTECTED]): > OK, I think my previous question was rather out there, so I'd like > to redeem myself by asking a more reasonable question. > I haven't found an immense amount of literature on "REDIRINCLUDE" or > "REDIRHOSTINCLUDE", but do those commands only include files that > have been redirected to by other files? That is, given a page on > my server "a.html", I would like to count the number of times that > page has been requested via a redirect. Could I do this through > the use of "REDIR" commands? What would be a situation where I'd > use "REDIRINCLUDE"? These commands, like the other commands in that section of the manual only affect what is listed in the specific reports. REDIR(IN|EX)LCUDE affects what items are included in the Redirection Report. REDIRHOST(IN|EX)CLUDE affects what items are included in the Redirected Host Report. There are no basic data types of 'redirection' in Analog. -- 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
[analog-help] Counting redirects
OK, I think my previous question was rather out there, so I'd like to redeem myself by asking a more reasonable question. I haven't found an immense amount of literature on "REDIRINCLUDE" or "REDIRHOSTINCLUDE", but do those commands only include files that have been redirected to by other files? That is, given a page on my server "a.html", I would like to count the number of times that page has been requested via a redirect. Could I do this through the use of "REDIR" commands? What would be a situation where I'd use "REDIRINCLUDE"? Thanks, Dave A. + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Counting pairs of requests
D. Alvarado ([EMAIL PROTECTED]): >I was wondering if its possible to do the following using analog. >I want to count the number of times users request 2 consecutive > files.That is, if the 2 files in question were "a.html" and > "b.html" and if IP 16.16.16.16 requested a.html and then requested > b.html (at an arbitrary length of time after, but with no requests > from 16.16.16.16 in between), I would like that to count as 1 > request. I would thus like to count the number of times this > happens for all users. >So, is this possible without rewriting analog? I understand that > this is an ambitious question so there may be no easy answers to > this. Short answer: no. See http://www.analog.cx/docs/webworks.html for reasons why you can't really be certain that two consecutive requests in your log files are really consecutive or that a given user maintains the same IP number between requests. Longer answer: Why would you want to count two requests as one? You realize, you are asking to change the definitions of the data that Analog analyzes. The level of detail that you are considering is really something that's essentially a log file. To do this kind of investigation, I think it would be more efficient to use grep or some other tool to collect all the request from a given host and look at them manually. It's possible that you could code up a script in Perl to perform this kind of logic, preprocessing the files before you have Analog analyze 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/unsubscribe.html | | List archives are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
[analog-help] Counting pairs of requests
Hi, I was wondering if its possible to do the following using analog. I want to count the number of times users request 2 consecutive files.That is, if the 2 files in question were "a.html" and "b.html" and if IP 16.16.16.16 requested a.html and then requested b.html (at an arbitrary length of time after, but with no requests from 16.16.16.16 in between), I would like that to count as 1 request. I would thus like to count the number of times this happens for all users. So, is this possible without rewriting analog? I understand that this is an ambitious question so there may be no easy answers to this. Thanks for any help, though, Dave A. + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Request Report Pie Chart Data Doesn't Match Request Report Listing
<[EMAIL PROTECTED]> wrote: > This is kind of kludgey though because it would require creating a > directory for each year/month for each report. Is there a better way? You don't actually need to use separate directories. The CHARTDIR commands are just used as prefixes, so if they don't end in "/", they can go in a shared folder, and you can use datecodes, so CHARTDIR img/pbs_%y%M should do the job nicely. (CHARTDIR is the "url location" of the charts. You'll have to specify LOCALCHARTDIR as well, so that Analog knows the physical location to create the pie charts). http://www.analog.cx/docs/othreps.html#CHARTDIR Aengus + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Request Report Pie Chart Data Doesn't Match Request Report Listing
On Wed, 6 Feb 2002 [EMAIL PROTECTED] wrote: > > Thank you, Jeremy, that is precisely what happened. Now that I look more > closely I see that the same thing was happening to my other pie charts, it > just wasn't as noticeable. I did not include an IMAGEDIR command in my > configuration files. In my output directory, there is a directory called > "images" which contains the Analog logo, images for the bar graphs etc. > The pie chart images are currently appearing in the output directory > itself. More questions -- > > 1. Will using the IMAGEDIR command affect where Analog will look for the > logo and bar chart images? > > 2. It sounds as though I would need to distinguish among the pie charts for > each instance of each report if I want to maintain historical reports. Is > that correct? Will Analog support something like this: > > IMAGEDIR img/pbs_%y%M/# a new directory for each report each > month > > This is kind of kludgey though because it would require creating a > directory for each year/month for each report. Is there a better way? > You want CHARTDIR and LOCALCHARTDIR, not IMAGEDIR. It will take date codes. If you don't like separate directories, don't end the CHARTDIR with a slash -- there's an example of this in the docs. -- Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Request Report Pie Chart Data Doesn't MatchRequest Report Listing
[EMAIL PROTECTED] ([EMAIL PROTECTED]): > I am running Analog 5.1(Windows) reports for an intranet, one report > covering the entire root directory, and separate reports for each of some > of the subordinate directory trees. In each of the reports, the Request > Report listing seems accurate, but the Request Report pie chart shows only > files for one of the subordinate directories. It is always the same > subdirectory, not only for the report on the entire site but even for > those which are configured to report on only a single, different > subdirectory. Are you telling Analog to write the pie charts all to the same folder? Then it will overwrite the image files each time it runs and you will be left with the last images created (likely one of the subdirectories). If you are creating several reports with separate images, you should put them into their own directories. -- Jeremy Wadsack Wadsack-Allen Digital Group Thank you, Jeremy, that is precisely what happened. Now that I look more closely I see that the same thing was happening to my other pie charts, it just wasn't as noticeable. I did not include an IMAGEDIR command in my configuration files. In my output directory, there is a directory called "images" which contains the Analog logo, images for the bar graphs etc. The pie chart images are currently appearing in the output directory itself. More questions -- 1. Will using the IMAGEDIR command affect where Analog will look for the logo and bar chart images? 2. It sounds as though I would need to distinguish among the pie charts for each instance of each report if I want to maintain historical reports. Is that correct? Will Analog support something like this: IMAGEDIR img/pbs_%y%M/# a new directory for each report each month This is kind of kludgey though because it would require creating a directory for each year/month for each report. Is there a better way? Thanks, Marsha + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] Request Report Pie Chart Data Doesn't Match Request Report Listing
[EMAIL PROTECTED] ([EMAIL PROTECTED]): > I am running Analog 5.1(Windows) reports for an intranet, one report > covering the entire root directory, and separate reports for each of some > of the subordinate directory trees. In each of the reports, the Request > Report listing seems accurate, but the Request Report pie chart shows only > files for one of the subordinate directories. It is always the same > subdirectory, not only for the report on the entire site but even for the > those which are configured to report on only a single, different > subdirectory. > Why would the pie chart data be different than the listing data for the > Request Report? I have looked at my configuration files, but don't see > anything there that seems likely to have caused this. I know I can turn > off these pie charts, but I would rather be able to correct them. Are you telling Analog to write the pie charts all to the same folder? Then it will overwrite the image files each time it runs and you will be left with the last images created (likely one of the subdirectories). If you are creating several reports with separate images, you should put them into their own directories. -- 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] User Report Generation Problems
Funmi Beckley ([EMAIL PROTECTED]): > I am unable to produce a User Report even though I have the > following line 'USER ON' included in my config file. I have > recorded users in the logfile and configured the server to > authenticate all users. I have also included the following lines in > the analog.cfg file: > APACHELOGFORMAT (%S - %j [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b > "%f" "%B" "%u") This isn't a valid APACHELOGFORMAT string (Analog would tell you this). This is a standard LOGFORAMT string. (And I can't decipher from your quoting which '>' are supposed to be in there and which aren't so I'm not going to provide an example that may be wrong.) > USERALIAS REGEXPI:user=(.*?) (;|$) $1 There are too many commands on this line (again, Analog should have told you that.) I'm not quite sure, what you want, but I think it's this: USERALIAS REGEXPI:user=(.*?)\s*(;|$) $1 > I have a cookie called 'user' to record all users. Could you please let me > know what else might have to be done or inform me of any mistakes I might be Also check the USERFLOOR settings to make sure that all the users aren't bundled into [not listed] (unless that's what you want). -- 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
[analog-help] User Report Generation Problems
> I am unable to produce a User Report even though I have the following line 'USER ON' included in my config file. I have recorded users in the logfile and configured the server to authenticate all users. I have also included the following lines in the analog.cfg file: > > APACHELOGFORMAT (%S - %j [%d/%M/%Y:%h:%n:%j %j] "%j > %r %j" %c %b "%f" "%B" > "%u") > USERALIAS REGEXPI:user=(.*?) (;|$) $1 > > I have a cookie called 'user' to record all users. Could you please let me know what else might have to be done or inform me of any mistakes I might be making. Best regards, Funmi. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.306 / Virus Database: 166 - Release Date: 12/4/2001 + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
[analog-help] Request Report Pie Chart Data Doesn't Match Request ReportListing
I am running Analog 5.1(Windows) reports for an intranet, one report covering the entire root directory, and separate reports for each of some of the subordinate directory trees. In each of the reports, the Request Report listing seems accurate, but the Request Report pie chart shows only files for one of the subordinate directories. It is always the same subdirectory, not only for the report on the entire site but even for the those which are configured to report on only a single, different subdirectory. Why would the pie chart data be different than the listing data for the Request Report? I have looked at my configuration files, but don't see anything there that seems likely to have caused this. I know I can turn off these pie charts, but I would rather be able to correct them. Thanks, Marsha + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
Re: [analog-help] user tracking
François Dagorn ([EMAIL PROTECTED]): > is there a way to get details from the user report i.e. to get the > files requested by each user instead of just the number of requests > per user ? No, see http://www.analog.cx/docs/faq.html#faq128. But you can produce a report of the requests made by a single given user at a time, using USERINCLUDE command. -- 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +
[analog-help] user tracking
hello, is there a way to get details from the user report i.e. to get the files requested by each user instead of just the number of requests per user ? Any help would be appreciated. -- François Dagorn université de Rennes France + | 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 are available at |http://www.mail-archive.com/analog-help@lists.isite.net/ |http://lists.isite.net/listgate/analog-help/archives/ |http://www.tallylist.com/archives/index.cfm/mlist.7 +