Logs analyzer

Hi, other question he he.

Need to analyze the nginx logs, wath tool (open and for Linux)
recommend?
(if is web based and make graphics better)


El Tio ~ Programador, hacker y filósofo
web: http://blog.exodica.com.ar
Linked’in: http://www.linkedin.com/in/ogentilezza
Twitter: @exos, Indeti.ca: @exos
Tels: [+54 11] 638-LINUX (54689) - [+54 9 11] 6799-4797

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d-- s:++ a- C+++$ UBL+++$ P(-) L+++$ !E— W+++$ !N !o K-? !w—
!O
!M-- V? PS+++@ !PE Y+(++) PGP++ !t— !5 X++ R(+) tv–? b- DI D-- G e@
h>++
r+++(-) y+++>+++++
------END GEEK CODE BLOCK------

2012/5/17 Tio O. [email protected]:

Hi, other question he he.

Need to analyze the nginx logs, wath tool (open and for Linux) recommend?
(if is web based and make graphics better)

Since logs are fully customizable you could use the “usual suspects”:
awstats, webalizer or others.

Probably in these days the best option is real time analyzers, like
google analytics, xiti, etc.

Hope this helps.
Kind regards.

2012/5/17 Daniel C. [email protected]

google analytics, xiti, etc.

Hope this helps.
Kind regards.


nginx mailing list
[email protected]
nginx Info Page

Now is too late form change the log format (need parse recents logs. And
i
need it for a webservice app. I can’t integrate a web based service as
Google Analytics, etc.

The only thing I really need is to calculate the requests according to
the
time of day.

Now I think that makes my own script.


El Tio ~ Programador, hacker y filósofo
web: http://blog.exodica.com.ar
Linked’in: http://www.linkedin.com/in/ogentilezza
Twitter: @exos, Indeti.ca: @exos
Tels: [+54 11] 638-LINUX (54689) - [+54 9 11] 6799-4797

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d-- s:++ a- C+++$ UBL+++$ P(-) L+++$ !E— W+++$ !N !o K-? !w—
!O
!M-- V? PS+++@ !PE Y+(++) PGP++ !t— !5 X++ R(+) tv–? b- DI D-- G e@
h>++
r+++(-) y+++>+++++
------END GEEK CODE BLOCK------

2012/5/17 Tio O. [email protected]:

awstats, webalizer or others.
time of day.

Now I think that makes my own script.

Sure, you could. But first check awstat it’s also customizable in
order to match your logs.

On Thu, May 17, 2012 at 10:37 AM, Daniel C.
<[email protected]

wrote:

Since logs are fully customizable you could use the “usual suspects”:

The only thing I really need is to calculate the requests according to
the
time of day.

Now I think that makes my own script.

Sure, you could. But first check awstat it’s also customizable in
order to match your logs.

You could use the log_by_lua I just implemented :

It basically lets you aggregate data in the lua exposed shared memory
segments, and query them from another Nginx location.
Check the example in the documentation.

Regards,
Matthieu.