Mailing List Archive

Re: Need an example how to display only Top 20 inreports
Leung, Michael <Michael.Leung@networksolutions.com> wrote:
> Aengus
>
>
> When I use the REQFLOOR -20r, I got the following:
>
>
> Request Report
> --------------
> This report lists the files on the site.
>
> Listing the top 20 files by the number of requests, sorted by the
> number of
> requests.
>
> reqs: %bytes: last time: file
> ------: ------: ---------------: ----
> 517915: 0.16%: 3/Dec/08 00:01: /layoutid.jsp
> 55: : 2/Dec/08 23:37:
> /layoutid.jsp?s=292&page=whi&layoutIdIndex=0&oriRef=
> 53: : 2/Dec/08 23:05:
> /layoutid.jsp?s=55&page=whi&layoutIdIndex=0&oriRef=
>
> ...
>
> 549319: 41.49%: 3/Dec/08 00:01: [not listed: 1,441 files]
>
>
>
> The file is a little smaller than before, but it still looks like it
> is listing every request in the log files. Is it not? I thought I
> am only getting the top 20.

You are only getting the Top 20. But, by default, Analog will break down each of those requests if they have arguments or parameters, so you had 517915 requests for /layoutid.jsp, and 55 of thise 517915 requests had s=292&page=whi&layoutIdIndex=0&oriRef= as arguments, and so on.

You can set the "Floor" for these subreprts to 100% so that theydon't show up:

REQARGFLOOr 100%r

http://analog.cx/docs/hierreps.html#ARGSFLOOR

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#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------
RE: Need an example how to display only Top 20 reports [ In reply to ]
Aengus,

I just use your suggestion, and it looks a lot better.


That's what I got:

Request Report
--------------
This report lists the files on the site.

Listing the top 20 files by the number of requests, sorted by the number
of
requests.

reqs: %bytes: last time: file
-----: ------: ---------------: ----
15156: 0.11%: 2/Dec/08 00:00: /layoutid.jsp
10: : 1/Dec/08 23:28:
/layoutid.jsp?s=424&page=ham&layoutIdIndex=2&oriRef=
7584: 9.87%: 2/Dec/08 00:00: /manage-it/index.jsp
74: 0.10%: 1/Dec/08 22:52:
/manage-it/index.jsp?siteid=515&channelid=P99C515S800N0B11A1D115E0000V11
8
13: 0.02%: 1/Dec/08 22:49:
/manage-it/index.jsp?siteid=515&channelid=P47C515S640N0B10A1D115E0000V10
0

...

3552: 7.87%: 1/Dec/08 23:59: /manage-it/home.jsp
281: 0.53%: 1/Dec/08 22:02:
/manage-it/home.jsp?random=35&home=true
46: 0.11%: 1/Dec/08 22:33:
/manage-it/home.jsp?random=65&home=true
46: 0.10%: 1/Dec/08 23:26:
/manage-it/home.jsp?random=72&home=true
45: 0.10%: 1/Dec/08 23:15:
/manage-it/home.jsp?random=77&home=true
45: 0.10%: 1/Dec/08 20:13:
/manage-it/home.jsp?random=25&home=true
44: 0.10%: 1/Dec/08 23:03:
/manage-it/home.jsp?random=48&home=true
41: 0.09%: 1/Dec/08 22:23:
/manage-it/home.jsp?random=59&home=true
40: 0.09%: 1/Dec/08 22:32:
/manage-it/home.jsp?random=61&home=true
40: 0.09%: 1/Dec/08 23:52:
/manage-it/home.jsp?random=34&home=true

...

I can see that there are still some details for the requests for
/layoutid.jsp, which is fine. But somehow it doesn't seem to apply to
the requests for /manage-it/home.jsp


REQARGFLOOR 100%r


I assume that the above means the details (or ARGUMENTS) will only show
when it's 100%. Is it what I guess?


Thanks

Michael


-----Original Message-----
From: analog-help-bounces@lists.meer.net
[mailto:analog-help-bounces@lists.meer.net] On Behalf Of Aengus
Sent: Wednesday, December 03, 2008 1:06 PM
To: Support for analog web log analyzer
Subject: Re: [analog-help] Need an example how to display only Top 20
inreports

Leung, Michael <Michael.Leung@networksolutions.com> wrote:
> Aengus
>
>
> When I use the REQFLOOR -20r, I got the following:
>
>
> Request Report
> --------------
> This report lists the files on the site.
>
> Listing the top 20 files by the number of requests, sorted by the
> number of
> requests.
>
> reqs: %bytes: last time: file
> ------: ------: ---------------: ----
> 517915: 0.16%: 3/Dec/08 00:01: /layoutid.jsp
> 55: : 2/Dec/08 23:37:
> /layoutid.jsp?s=292&page=whi&layoutIdIndex=0&oriRef=
> 53: : 2/Dec/08 23:05:
> /layoutid.jsp?s=55&page=whi&layoutIdIndex=0&oriRef=
>
> ...
>
> 549319: 41.49%: 3/Dec/08 00:01: [not listed: 1,441 files]
>
>
>
> The file is a little smaller than before, but it still looks like it
> is listing every request in the log files. Is it not? I thought I
> am only getting the top 20.

You are only getting the Top 20. But, by default, Analog will break down
each of those requests if they have arguments or parameters, so you had
517915 requests for /layoutid.jsp, and 55 of thise 517915 requests had
s=292&page=whi&layoutIdIndex=0&oriRef= as arguments, and so on.

You can set the "Floor" for these subreprts to 100% so that theydon't
show up:

REQARGFLOOr 100%r

http://analog.cx/docs/hierreps.html#ARGSFLOOR

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#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+-----------------------------------------------------------------------
-

+------------------------------------------------------------------------
| 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#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------
Re: Need an example how to display only Top 20 reports [ In reply to ]
Leung, Michael <Michael.Leung@networksolutions.com> 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: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------
RE: Need an example how to display only Top 20 reports [ In reply to ]
Aengus,


Thanks a lot. It works perfectly now.


Michael

-----Original Message-----
From: analog-help-bounces@lists.meer.net
[mailto:analog-help-bounces@lists.meer.net] On Behalf Of Aengus
Sent: Wednesday, December 03, 2008 2:22 PM
To: Support for analog web log analyzer
Subject: Re: [analog-help] Need an example how to display only Top 20
reports

Leung, Michael <Michael.Leung@networksolutions.com> 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: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+-----------------------------------------------------------------------
-

+------------------------------------------------------------------------
| 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#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------