Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Scalable Perl Webalizer Alternative(s)

by lihao (Monk)
on Jul 02, 2008 at 14:12 UTC ( [id://695136]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Scalable Perl Webalizer Alternative(s)
in thread Scalable Perl Webalizer Alternative(s)

Hi, Steve:

your tool is very cool! it can be even better if you can add a '-e' command-line switch like MySQL's, then we can easily automate sending the output data to generate graphs or tables without the need of 'expect' script to handle the interactive things. i.e.

asql -e 'select source, sum(size) from logs group by source' > ip_tr +affic.dat

thanks

lihao

Replies are listed 'Best First'.
Re^4: Scalable Perl Webalizer Alternative(s)
by skx (Parson) on Jul 03, 2008 at 06:00 UTC

    The way I do that is via the --file=xxx option, that lets me load data and run reports.

    But the idea of -e/--execute is good, I guess that would suggest a --load=/var/log/apache/access.log* flag to go along with it, because otherwise you'd need to edit the startup file to load the data first!

    I'll add both flags, and send you a PM when they're present. Sometime today I'm sure :)

    Steve
    --

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://695136]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-29 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found