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 |