log_analyzer.php #15

  • //
  • guest/
  • lester_cheung/
  • track2sql/
  • log_analyzer.php
  • Commits
# Change User Description Committed
#15 9732 Lester Cheung Renamed direcotry "track2sql" to "log_analyzer".
#14 9711 Lester Cheung log_analyzer.php skips a lot of records - we are now logging it to $basename.badlog.gz.
#13 9685 Lester Cheung Removing all the trailing whitespace so the next diff is cleaner.
#12 8394 Lester Cheung Fixing wrong headers for start/end section introduced in #10.
#11 8305 Lester Cheung Hopefully the last timezone-related fix.
#10 8298 Lester Cheung New report: 20 peak hours
#9 8234 Lester Cheung typo
#8 8141 Lester Cheung Added the -a option to append to the SQLite3 database.
#7 8136 Lester Cheung Fixed timezone problems in the generated reports.
#6 8132 Lester Cheung 3rd is the charm!

   Why print if you can echo with multiple arguments? ;-)
#5 8131 Lester Cheung Fixed a bug for not opening a transaction before processing a new log file...
#4 8130 Lester Cheung Now reads from gzip-compressed input files!

   Documented the -f option.
#3 8127 Lester Cheung Using getopt to process command-line argument.
Note that
combining options (like "-qb foo") is not supported.

Patch welcome.
#2 8088 Lester Cheung Auto-generates output filenames so less typing is required!
;-)
#1 8080 Lester Cheung Branching Randy's execellent work to further improve it.
;-)
//guest/randy_defauw/log_analyzer/log_analyzer.php
#1 8073 Randy DeFauw standalone log analyzer file based on Track2SQL