showlog: Add support for printing log timestamp skews
The new option, --show-ltime-skews, causes the log timestamp skew count
to be printed after all files are parsed, along with number of total
lines parsed, and the ratio of skewed lines (in percent).
This is handy for debugging logfiles from systems that produce
impossibly weird reports, where we suspect a wildly hopping system
clock to be the culprit. This can happen on virtual servers, or on
servers where the time is being constantly reset by a jumpy ntpdate
script run by cron.
Signed-off-by: Andreas Ericsson <ae@op5.se>