Mailing List Archive

Issues with OS report
Hi All,
My apache logformat is as follows
APACHELOGFORMAT (%h %l %u %t \"%r\" \"Transaction time in Sec= %T\" \"Bytes
received = %b\" \"%{User-Agent}i\" %>s %I)
I am getting issue with the OS report.For Mac it works fine but in case of
Windows it is gives me unknown OS.
Below I have given the snippet let me know if I am doing something silly.

10.146.161.163 - - [28/Aug/2008:12:12:17 +0530] "POST
/spiral-bin/Collector.dll HTTP/1.0" "Transaction time in Sec= 2" "Bytes
received = 75629" "testApp/1.0; Win32" 200 117
10.146.163.57 - - [28/Aug/2008:12:14:07 +0530] "POST
/spiral-bin/Collector.dll HTTP/1.0" "Transaction time in Sec= 0" "Bytes
received = 263" "testApp/2.2; MacPPC" 200 124

In case of Win32 the report comes as unknown OS but it shows correctly for
MacPPC as Mac OS.

Thanks in advance.
Regards
Arnab
Re: Issues with OS report [ In reply to ]
2008/8/28 Arnab Ganguly <aganguly01@gmail.com>:
> Hi All,
> My apache logformat is as follows
> APACHELOGFORMAT (%h %l %u %t \"%r\" \"Transaction time in Sec= %T\" \"Bytes
> received = %b\" \"%{User-Agent}i\" %>s %I)
> I am getting issue with the OS report.For Mac it works fine but in case of
> Windows it is gives me unknown OS.
> Below I have given the snippet let me know if I am doing something silly.
>
> 10.146.161.163 - - [28/Aug/2008:12:12:17 +0530] "POST
> /spiral-bin/Collector.dll HTTP/1.0" "Transaction time in Sec= 2" "Bytes
> received = 75629" "testApp/1.0; Win32" 200 117
> 10.146.163.57 - - [28/Aug/2008:12:14:07 +0530] "POST
> /spiral-bin/Collector.dll HTTP/1.0" "Transaction time in Sec= 0" "Bytes
> received = 263" "testApp/2.2; MacPPC" 200 124
>
> In case of Win32 the report comes as unknown OS but it shows correctly for
> MacPPC as Mac OS.
>

Analog recognises Windows32 in the browser string, but not Win32.

What is this "testApp"? Obviously analog can only recognise the
strings I've programmed into it, which are based on the ones I found
in common browsers.

--
Stephen Turner
+------------------------------------------------------------------------
| 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: Issues with OS report [ In reply to ]
Hi Stephen,
Thanks for your update.I fully agree with you about the programmed part.
Is it possible we can get the count for Win32 as well by some configuration
change or something else?
testApp is my test application which is sending request.For MacPPC we get
the correct result it would be nice if we get the same for Win32 as well.
Regards
Arnab

On Thu, Aug 28, 2008 at 4:30 PM, Stephen Turner <
analog-author@lists.meer.net> wrote:

> 2008/8/28 Arnab Ganguly <aganguly01@gmail.com>:
> > Hi All,
> > My apache logformat is as follows
> > APACHELOGFORMAT (%h %l %u %t \"%r\" \"Transaction time in Sec= %T\"
> \"Bytes
> > received = %b\" \"%{User-Agent}i\" %>s %I)
> > I am getting issue with the OS report.For Mac it works fine but in case
> of
> > Windows it is gives me unknown OS.
> > Below I have given the snippet let me know if I am doing something silly.
> >
> > 10.146.161.163 - - [28/Aug/2008:12:12:17 +0530] "POST
> > /spiral-bin/Collector.dll HTTP/1.0" "Transaction time in Sec= 2" "Bytes
> > received = 75629" "testApp/1.0; Win32" 200 117
> > 10.146.163.57 - - [28/Aug/2008:12:14:07 +0530] "POST
> > /spiral-bin/Collector.dll HTTP/1.0" "Transaction time in Sec= 0" "Bytes
> > received = 263" "testApp/2.2; MacPPC" 200 124
> >
> > In case of Win32 the report comes as unknown OS but it shows correctly
> for
> > MacPPC as Mac OS.
> >
>
> Analog recognises Windows32 in the browser string, but not Win32.
>
> What is this "testApp"? Obviously analog can only recognise the
> strings I've programmed into it, which are based on the ones I found
> in common browsers.
>
> --
> Stephen Turner
> +------------------------------------------------------------------------
> | 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: Issues with OS report [ In reply to ]
On 8/28/2008 10:08 AM, Arnab Ganguly wrote:
> Hi Stephen,
> Thanks for your update.I fully agree with you about the programmed part.
> Is it possible we can get the count for Win32 as well by some configuration
> change or something else?
> testApp is my test application which is sending request.For MacPPC we get
> the correct result it would be nice if we get the same for Win32 as well.

You can modify your application to use the same convention that other
Windows browsers use, or you can alias the string in your config file to
a format that Analog will recognize as a Windows browser:

BROWALIAS "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: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------
Re: Issues with OS report [ In reply to ]
stop sending emails.
----- Original Message -----
From: "Aengus" <analog07@eircom.net>
To: "Support for analog web log analyzer" <analog-help@lists.meer.net>
Sent: Thursday, August 28, 2008 10:37 AM
Subject: Re: [analog-help] Issues with OS report


> On 8/28/2008 10:08 AM, Arnab Ganguly wrote:
>> Hi Stephen,
>> Thanks for your update.I fully agree with you about the programmed part.
>> Is it possible we can get the count for Win32 as well by some
>> configuration
>> change or something else?
>> testApp is my test application which is sending request.For MacPPC we get
>> the correct result it would be nice if we get the same for Win32 as well.
>
> You can modify your application to use the same convention that other
> Windows browsers use, or you can alias the string in your config file to a
> format that Analog will recognize as a Windows browser:
>
> BROWALIAS "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: 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: Issues with OS report [ In reply to ]
Wayne Czybora <wczybora@comcast.net> wrote:
> stop sending emails.

Instructions for unsubscribing from this list are included at the bottom of every single message sent to the list.


> +------------------------------------------------------------------------
>> 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
+------------------------------------------------------------------------