]> granicus.if.org Git - pgbadger/log
pgbadger
11 years agoFix clicking on the info link to not go back to the top of the page. Thanks to Guilla...
Darold Gilles [Mon, 25 Nov 2013 16:06:59 +0000 (17:06 +0100)]
Fix clicking on the info link to not go back to the top of the page. Thanks to Guillaume Smet for the report and solution.

11 years agoFix incremental report from binary output where binary data was not loaded if no...
Darold Gilles [Mon, 25 Nov 2013 13:36:45 +0000 (14:36 +0100)]
Fix incremental report from binary output where binary data was not loaded if no queries were present in log file. Thanks to Herve Werner for the report.

11 years agoAssociate autovacuum and autoanalyze log entry to the corresponding database name...
Darold Gilles [Thu, 14 Nov 2013 18:31:49 +0000 (19:31 +0100)]
Associate autovacuum and autoanalyze log entry to the corresponding database name. Thanks to Herve Werner for the feature request.

11 years agoChange "Simultaneous Connections" label into "Established Connections", it is less...
Darold Gilles [Wed, 13 Nov 2013 17:22:19 +0000 (18:22 +0100)]
Change "Simultaneous Connections" label into "Established Connections", it is less confusing as many people think that this is the number of simultaneous sessions, which is not the case. It only count the number of connections established at same time. Thanks to Ronan Dunklau for the report.

11 years agofix a typo in ChangeLog
Darold Gilles [Fri, 8 Nov 2013 08:15:18 +0000 (09:15 +0100)]
fix a typo in ChangeLog

11 years agoUpdate to version 4.1 v4.1
Darold Gilles [Fri, 8 Nov 2013 07:33:49 +0000 (08:33 +0100)]
Update to version 4.1

11 years agoAdd log_autovacuum_min_duration into documentation in chapter about postgresql config...
Darold Gilles [Thu, 7 Nov 2013 22:16:40 +0000 (23:16 +0100)]
Add log_autovacuum_min_duration into documentation in chapter about postgresql configuration directives. Thanks to HervĂ© Werner for the report.

11 years agoAdd chapter about "Incremental reports" into documentation.
Darold Gilles [Thu, 7 Nov 2013 14:56:20 +0000 (15:56 +0100)]
Add chapter about "Incremental reports" into documentation.

11 years agoFix reports with per minutes average where last time fraction was not reported. Thank...
Darold Gilles [Thu, 7 Nov 2013 13:14:13 +0000 (14:14 +0100)]
Fix reports with per minutes average where last time fraction was not reported. Thanks to Ludovic Levesque and Vincent Laborie for the report.

11 years agoFix unterminated comment.
Ronan Dunklau [Thu, 7 Nov 2013 10:05:37 +0000 (11:05 +0100)]
Fix unterminated comment.

11 years agoAdd --exclude-appname commande line option to eliminate unwanted traffic generated...
Darold Gilles [Mon, 4 Nov 2013 22:39:59 +0000 (23:39 +0100)]
Add --exclude-appname commande line option to eliminate unwanted traffic generated by a specific application. Thanks to Steve Crawford for the feature request.

11 years agoAllow external links use into URL to go to a specific report. Thanks to Hubert depesz...
Darold Gilles [Mon, 4 Nov 2013 21:59:33 +0000 (22:59 +0100)]
Allow external links use into URL to go to a specific report. Thanks to Hubert depesz Lubaczewski for the feature request.

11 years agoFix empty reports when parsing compressed files with the -j option which is not allow...
Darold Gilles [Mon, 4 Nov 2013 20:12:32 +0000 (21:12 +0100)]
Fix empty reports when parsing compressed files with the -j option which is not allowed with compressed file. Thanks to Vincent Laborie for the report.

11 years agoPrevent progress bar length to increase after 100% when real size is greater than...
Darold Gilles [Mon, 4 Nov 2013 18:09:04 +0000 (19:09 +0100)]
Prevent progress bar length to increase after 100% when real size is greater than estimated size (compressed file only).

11 years agoMerge pull request #117 from darkixion/master
Darold [Fri, 1 Nov 2013 13:05:02 +0000 (06:05 -0700)]
Merge pull request #117 from darkixion/master

Correct some spelling and grammar in ChangeLog and pgbadger.

11 years agoCorrect some spelling and grammar in ChangeLog and pgbadger.
Thom Brown [Thu, 31 Oct 2013 22:11:24 +0000 (22:11 +0000)]
Correct some spelling and grammar in ChangeLog and pgbadger.

11 years agoFix major bug on SQL traffic reports with wrong min value and bad average value on...
Darold Gilles [Thu, 31 Oct 2013 18:53:20 +0000 (19:53 +0100)]
Fix major bug on SQL traffic reports with wrong min value and bad average value on select reports, add min/max for select queries. Thanks to Vincent Laborie for the report.

11 years agoMajor update to pgBadger v4.0 v4.0
Darold Gilles [Thu, 31 Oct 2013 07:57:17 +0000 (08:57 +0100)]
Major update to pgBadger v4.0

11 years agoFix missing queries using temp files and locks with CSV log files. Thanks to avandras...
Darold Gilles [Mon, 28 Oct 2013 15:27:36 +0000 (16:27 +0100)]
Fix missing queries using temp files and locks with CSV log files. Thanks to avandras for the report.

11 years agoFix --end bug, was set to same date as --begin. Thanks to Andrzej Zawadzki for the...
Darold Gilles [Fri, 11 Oct 2013 13:23:26 +0000 (15:23 +0200)]
Fix --end bug, was set to same date as --begin. Thanks to Andrzej Zawadzki for the report.

11 years agoUpdate ChangeLog and verson to 3.6. v3.6
Darold Gilles [Tue, 17 Sep 2013 08:36:59 +0000 (10:36 +0200)]
Update ChangeLog and verson to 3.6.

11 years agoFix grammar in --quiet usage. Thanks to stephen-a-ingramfor the report.
Darold Gilles [Sat, 7 Sep 2013 14:55:15 +0000 (16:55 +0200)]
Fix grammar in --quiet usage. Thanks to stephen-a-ingramfor the report.

11 years agoFix reporting period to starts after the last --last-parsed value instead of the...
Darold Gilles [Tue, 3 Sep 2013 13:08:26 +0000 (15:08 +0200)]
Fix reporting period to starts after the last --last-parsed value instead of the first log line. Thanks to Keith Fiske for the report.

11 years agoAdd --csv-separator command line usage to documaentation.
Darold Gilles [Fri, 2 Aug 2013 15:35:21 +0000 (17:35 +0200)]
Add --csv-separator command line usage to documaentation.

11 years agoFix CSV log parser and add --csv-separator command line option to allow change of...
Darold Gilles [Fri, 2 Aug 2013 15:33:24 +0000 (17:33 +0200)]
Fix CSV log parser and add --csv-separator command line option to allow change of the default csv field separator, coma, in any other character.

11 years agoMerge pull request #101 from segv/master
Darold [Wed, 31 Jul 2013 10:15:48 +0000 (03:15 -0700)]
Merge pull request #101 from segv/master

Avoid "negative look behind not implemented" errors on perl 5.16/5.18

11 years agoSupport timestamps for begin/end with fractional seconds (so it'll handle postgresql...
Marco Baringer [Tue, 30 Jul 2013 14:39:53 +0000 (16:39 +0200)]
Support timestamps for begin/end with fractional seconds (so it'll handle postgresql's normal string representation of timestamps).

NB: This parses, but does not propertly handle, time zones.

11 years agoWhen using negative look behind set the sub-regexp to -i (not case insensitive) to...
Marco Baringer [Tue, 30 Jul 2013 14:38:50 +0000 (16:38 +0200)]
When using negative look behind set the sub-regexp to -i (not case insensitive) to avoid issues where some upper case letter sequence, like SS or ST, happens to correspond to a single char as lowercase and hits perls inability to match variable length regexps via negative look behind.

11 years agoChange shebang from /usr/bin/perl to /usr/bin/env perl so that user-local (perlbrew...
Marco Baringer [Tue, 30 Jul 2013 14:31:29 +0000 (16:31 +0200)]
Change shebang from /usr/bin/perl to /usr/bin/env perl so that user-local (perlbrew) perls will get used.

11 years agoFix empty graph of autovacuum and autoanalyze.
Darold Gilles [Thu, 18 Jul 2013 17:27:28 +0000 (19:27 +0200)]
Fix empty graph of autovacuum and autoanalyze.

11 years agoFix checkpoint graphs that was not displayed any more.
Darold Gilles [Thu, 18 Jul 2013 17:08:49 +0000 (19:08 +0200)]
Fix checkpoint graphs that was not displayed any more.

11 years agoUpdate ChangLog and version to 3.5 v3.5
Darold Gilles [Thu, 11 Jul 2013 15:24:39 +0000 (17:24 +0200)]
Update ChangLog and version to 3.5

11 years agoSplit temporary files report into two graphs (files size and number of file) to no...
Darold Gilles [Thu, 11 Jul 2013 14:03:10 +0000 (16:03 +0200)]
Split temporary files report into two graphs (files size and number of file) to no more used a second Y axis with flotr2 - mouse tracker was not working as expected.

11 years agoDuration series representing the second yaxis in graph have been removed and are...
Darold Gilles [Thu, 11 Jul 2013 13:47:06 +0000 (15:47 +0200)]
Duration series representing the second yaxis in graph have been removed and are now draw in a new "Average queries duration" graph. pretty_print_number() have also been modified to handle seconds and microseconds.

11 years agoChange pretty print size to display IEC units and use toFixed() instead of round.
gilles [Thu, 11 Jul 2013 09:52:41 +0000 (11:52 +0200)]
Change pretty print size to display IEC units and use toFixed() instead of round.

11 years agoAdd mouse crosshair above graphs and pretty print of yaxis values.
Darold Gilles [Mon, 8 Jul 2013 08:09:33 +0000 (10:09 +0200)]
Add mouse crosshair above graphs and pretty print of yaxis values.

11 years agoRemove Query type reports when log contains only duration.
Darold Gilles [Fri, 5 Jul 2013 16:39:45 +0000 (18:39 +0200)]
Remove Query type reports when log contains only duration.

11 years agoFix display of checkpoint hourly report with no entry.
Darold Gilles [Fri, 5 Jul 2013 16:02:43 +0000 (18:02 +0200)]
Fix display of checkpoint hourly report with no entry.

11 years agoFix count in Query type report.
Darold Gilles [Fri, 5 Jul 2013 14:54:17 +0000 (16:54 +0200)]
Fix count in Query type report.

11 years agoFix an other issue with multiline queries
Darold Gilles [Fri, 5 Jul 2013 14:07:32 +0000 (16:07 +0200)]
Fix an other issue with multiline queries

11 years agoFix minimal statistics output when nothing was load from log file. Thanks to Herve...
Darold Gilles [Wed, 3 Jul 2013 13:07:47 +0000 (15:07 +0200)]
Fix minimal statistics output when nothing was load from log file. Thanks to Herve Werner for the report.

11 years agoFix several bug in log line parser. Thanks to Den Untevskiy for the report.
Darold Gilles [Fri, 28 Jun 2013 19:30:43 +0000 (21:30 +0200)]
Fix several bug in log line parser. Thanks to Den Untevskiy for the report.

11 years agoFix bug in last parsed storage when log files was not provided in the right order...
Darold Gilles [Wed, 26 Jun 2013 22:11:33 +0000 (00:11 +0200)]
Fix bug in last parsed storage when log files was not provided in the right order. Thanks to Herve Werner for the report.

11 years agoFix orphan lines wrongly associated to previous queries instead of temporary file...
Darold Gilles [Wed, 26 Jun 2013 14:47:50 +0000 (16:47 +0200)]
Fix orphan lines wrongly associated to previous queries instead of temporary file and lock logged statement. Thanks to Den Untevskiy for the report.

11 years agoFix number of different samples shown in events report.
Darold Gilles [Wed, 26 Jun 2013 13:54:39 +0000 (15:54 +0200)]
Fix number of different samples shown in events report.

11 years agoFix HTML escaping on all pending cases. Thanks to Mael Rimbault for the report.
Darold Gilles [Wed, 26 Jun 2013 13:13:51 +0000 (15:13 +0200)]
Fix HTML escaping on all pending cases. Thanks to Mael Rimbault for the report.

11 years agoEscape HTML tags on error messages examples. Thanks to Mael Rimbault for the report.
Darold Gilles [Mon, 24 Jun 2013 21:04:49 +0000 (23:04 +0200)]
Escape HTML tags on error messages examples. Thanks to Mael Rimbault for the report.

11 years agoRemove some temporary debug informations used with some LOG messages reported as...
Darold Gilles [Mon, 24 Jun 2013 18:06:12 +0000 (20:06 +0200)]
Remove some temporary debug informations used with some LOG messages reported as events.

11 years agoFix several issues with restartpoint and temporary files reports. Thanks to Guillaume...
Darold Gilles [Mon, 24 Jun 2013 18:04:44 +0000 (20:04 +0200)]
Fix several issues with restartpoint and temporary files reports. Thanks to Guillaume Lelarge for the report.

11 years agoFix issue when an absolute path was given to the incremental file. Thanks to Herve...
Darold Gilles [Thu, 20 Jun 2013 21:35:10 +0000 (23:35 +0200)]
Fix issue when an absolute path was given to the incremental file. Thanks to Herve Werner for the report.

11 years agoRemove creation of incremental temporary file $tmp_last_parsed when we are not in...
Darold Gilles [Thu, 20 Jun 2013 17:24:33 +0000 (19:24 +0200)]
Remove creation of incremental temporary file $tmp_last_parsed when we are not in multiprocess mode. Thanks to Herve Werner for the report.

11 years agofix typo in changelog v3.4
Darold Gilles [Tue, 18 Jun 2013 20:58:18 +0000 (22:58 +0200)]
fix typo in changelog

11 years agoUpdate ChangeLog and version to 3.4.
Darold Gilles [Tue, 18 Jun 2013 20:49:37 +0000 (22:49 +0200)]
Update ChangeLog and version to 3.4.

11 years agoFix condition to display autoanalyze graph.
Darold Gilles [Tue, 18 Jun 2013 20:48:54 +0000 (22:48 +0200)]
Fix condition to display autoanalyze graph.

11 years agoUpdate documentation
Darold Gilles [Tue, 18 Jun 2013 20:48:07 +0000 (22:48 +0200)]
Update documentation

11 years agoUpdate flotr2.min.js to latest github code and add mouse tracking over y2axix.
Darold Gilles [Tue, 18 Jun 2013 20:14:12 +0000 (22:14 +0200)]
Update flotr2.min.js to latest github code and add mouse tracking over y2axix.

11 years agoAdd label/legend information to ticks displayed on mouseover graphs.
Darold Gilles [Tue, 18 Jun 2013 19:37:44 +0000 (21:37 +0200)]
Add label/legend information to ticks displayed on mouseover graphs.

11 years agoFix documentation about log_statment and log_min_duration_statement. Thanks to Herve...
Darold Gilles [Tue, 18 Jun 2013 17:31:06 +0000 (19:31 +0200)]
Fix documentation about log_statment and log_min_duration_statement. Thanks to Herve Werner for the report.

11 years agoFix missing top queries for locks and temporary files in multiprocess mode.
Darold Gilles [Tue, 18 Jun 2013 13:02:42 +0000 (15:02 +0200)]
Fix missing top queries for locks and temporary files in multiprocess mode.

11 years agoClear main hash where per minutes information are stored.
Darold Gilles [Tue, 18 Jun 2013 09:11:21 +0000 (11:11 +0200)]
Clear main hash where per minutes information are stored.

11 years agoRemove storage of unused information about connection.
Darold Gilles [Mon, 17 Jun 2013 15:40:36 +0000 (17:40 +0200)]
Remove storage of unused information about connection.

11 years agoDivide the huge dump_as_html() method with one method per each report. Checkpoint...
Darold Gilles [Mon, 17 Jun 2013 12:10:14 +0000 (14:10 +0200)]
Divide the huge dump_as_html() method with one method per each report. Checkpoint and temporary file have now a period of 5 minutes per defaut instead of one hour.

11 years agoChange fixed increment of 1 hour to 5 minutes on graphs "SELECT queries", "Write...
Darold Gilles [Wed, 12 Jun 2013 12:53:10 +0000 (14:53 +0200)]
Change fixed increment of 1 hour to 5 minutes on graphs "SELECT queries", "Write queries". Remove graph "All queries" as with a five minutes increment it would duplicate the "Queries per second". Thanks to Josh Berkus for the feature request.

11 years agoMerge pull request #95 from stasic/master
Darold [Fri, 24 May 2013 06:45:17 +0000 (23:45 -0700)]
Merge pull request #95 from stasic/master

fixed a typo

11 years agotypo
Arsen Stasic [Thu, 23 May 2013 21:27:28 +0000 (23:27 +0200)]
typo

11 years agoAdd default HTML charset to utf-8 and a command line option --charset to change defau...
Darold Gilles [Wed, 15 May 2013 15:22:40 +0000 (17:22 +0200)]
Add default HTML charset to utf-8 and a command line option --charset to change default. Thanks to thomashankeuhh for the feature request.

11 years agoFix missing temporary files query reports in some conditions. Thanks to Guillaume...
Darold Gilles [Tue, 14 May 2013 21:54:17 +0000 (23:54 +0200)]
Fix missing temporary files query reports in some conditions. Thanks to Guillaume Lelarge and Thomas Reiss for the report.

11 years agoFix some parsing issue with log generated by pg 7.4
Darold Gilles [Mon, 13 May 2013 09:54:31 +0000 (11:54 +0200)]
Fix some parsing issue with log generated by pg 7.4

11 years agoUpdate documentation about new reports. v3.3
Darold Gilles [Wed, 1 May 2013 15:53:29 +0000 (17:53 +0200)]
Update documentation about new reports.

11 years agoUpdate ChangeLog and version to 3.3
Darold Gilles [Wed, 1 May 2013 15:41:59 +0000 (17:41 +0200)]
Update ChangeLog and version to 3.3

11 years agoRemove parallel processing under Windows platform as the use of waitpid is freezing...
Darold Gilles [Wed, 1 May 2013 14:27:51 +0000 (16:27 +0200)]
Remove parallel processing under Windows platform as the use of waitpid is freezing pgbadger. Thanks to Saurabh Agrawal for the report.

11 years agoFix Error in tempfile() under Windows. Thanks to Saurabh Agrawal for the report.
Darold Gilles [Tue, 30 Apr 2013 13:23:34 +0000 (15:23 +0200)]
Fix Error in tempfile() under Windows. Thanks to Saurabh Agrawal for the report.

11 years agoFix wrong queries storage with lock and temporary file reports. Thanks to Thomas...
Darold Gilles [Mon, 29 Apr 2013 12:28:07 +0000 (14:28 +0200)]
Fix wrong queries storage with lock and temporary file reports. Thanks to Thomas Reiss for the report.

11 years agoFix text reports about temporary files.
Darold Gilles [Sat, 27 Apr 2013 09:58:40 +0000 (11:58 +0200)]
Fix text reports about temporary files.

11 years agoAdd text output for the four new report.
Darold Gilles [Sat, 27 Apr 2013 09:20:09 +0000 (11:20 +0200)]
Add text output for the four new report.

11 years agoAdd samples queries to Most frequent waiting queries report.
Darold Gilles [Sat, 27 Apr 2013 09:18:35 +0000 (11:18 +0200)]
Add samples queries to Most frequent waiting queries report.

11 years agoAdd two more reports about locks: Most frequent waiting queries (N), Queries that...
Darold Gilles [Fri, 26 Apr 2013 18:47:44 +0000 (20:47 +0200)]
Add two more reports about locks: Most frequent waiting queries (N), Queries that waited the most. Add two other reports about temporary files: Queries generating the most temporary files (N) and Queries generating the largest temporary files. Thanks to Thomas Reiss for the patch.

11 years agoCosmetic change to the Min/Max/Avg duration column in Slowest queries (N) report.
Darold Gilles [Wed, 17 Apr 2013 18:52:35 +0000 (20:52 +0200)]
Cosmetic change to the Min/Max/Avg duration column in Slowest queries (N) report.

11 years agoFix report of samples error in csvlog format. Thanks to tpoindessous for the report.
Darold Gilles [Wed, 17 Apr 2013 18:44:20 +0000 (20:44 +0200)]
Fix report of samples error in csvlog format. Thanks to tpoindessous for the report.

11 years agoAdd --disable-autovacuum to the documentation. Thanks to tpoindessous for the report.
Darold Gilles [Wed, 17 Apr 2013 15:14:03 +0000 (17:14 +0200)]
Add --disable-autovacuum to the documentation. Thanks to tpoindessous for the report.

11 years agoFix unmatched ) in regex when using %s in prefix.
Darold Gilles [Fri, 12 Apr 2013 14:51:12 +0000 (16:51 +0200)]
Fix unmatched ) in regex when using %s in prefix.

11 years agoFix bad average size of temporary file in Overall statistics report. Thanks to Jehan...
Darold Gilles [Fri, 12 Apr 2013 10:23:35 +0000 (12:23 +0200)]
Fix bad average size of temporary file in Overall statistics report. Thanks to Jehan Guillaume de Rorthais for the report.

11 years agoMerge pull request #88 from gleu/restartpoint
Darold [Wed, 10 Apr 2013 17:07:35 +0000 (10:07 -0700)]
Merge pull request #88 from gleu/restartpoint

Add restartpoint reporting

11 years agoAdd restartpoint reporting
Guillaume Lelarge [Wed, 10 Apr 2013 16:32:23 +0000 (18:32 +0200)]
Add restartpoint reporting

Table and graph...

11 years agoMade some minor change in CSS.
Darold Gilles [Wed, 10 Apr 2013 16:25:37 +0000 (18:25 +0200)]
Made some minor change in CSS.

11 years agoReplace %% in log line prefix internally by a single %. Thanks to Cal Heldenbrand...
Darold Gilles [Tue, 9 Apr 2013 16:54:06 +0000 (18:54 +0200)]
Replace %% in log line prefix internally by a single %. Thanks to Cal Heldenbrand for the report.

11 years agoFix perl documentation header, thanks to Cyril Bouthors for the patch.
Darold Gilles [Tue, 9 Apr 2013 08:42:48 +0000 (10:42 +0200)]
Fix perl documentation header, thanks to Cyril Bouthors for the patch.

11 years agoUpdate Changelog and version to 3.2 v3.2
Darold Gilles [Sun, 7 Apr 2013 18:17:59 +0000 (20:17 +0200)]
Update Changelog and version to 3.2

11 years agoIn multiprocess mode, fix case where pgbadger does not update the last-parsed file...
Darold Gilles [Thu, 4 Apr 2013 12:16:28 +0000 (14:16 +0200)]
In multiprocess mode, fix case where pgbadger does not update the last-parsed file and do not take care of the previous run. Thanks to Kong Man for the report.

11 years agoFix case where pgbadger does not update the last-parsed file. Thanks to Kong Man...
Darold Gilles [Wed, 3 Apr 2013 21:53:22 +0000 (23:53 +0200)]
Fix case where pgbadger does not update the last-parsed file. Thanks to Kong Man for the report.

11 years agoMerge branch 'master' of github.com:dalibo/pgbadger
Darold Gilles [Wed, 3 Apr 2013 21:30:39 +0000 (23:30 +0200)]
Merge branch 'master' of github.com:dalibo/pgbadger

11 years agoMerge pull request #81 from eulerto/cdata
Darold [Sun, 24 Mar 2013 08:49:40 +0000 (01:49 -0700)]
Merge pull request #81 from eulerto/cdata

Add CDATA to make validator happy.

11 years agoMerge pull request #80 from eulerto/master
Darold [Sat, 23 Mar 2013 08:25:04 +0000 (01:25 -0700)]
Merge pull request #80 from eulerto/master

Trivial fixes

11 years agoAdd CDATA to make validator happy.
Euler Taveira de Oliveira [Sat, 23 Mar 2013 04:10:31 +0000 (01:10 -0300)]
Add CDATA to make validator happy.

It is a good practice to use CDATA section for inline javascript when
using XHTML.

11 years agoForgot to replace PgBadger in a few places.
Euler Taveira de Oliveira [Sat, 23 Mar 2013 03:02:37 +0000 (00:02 -0300)]
Forgot to replace PgBadger in a few places.

11 years agoName is pgBadger.
Euler Taveira de Oliveira [Sat, 23 Mar 2013 02:57:58 +0000 (23:57 -0300)]
Name is pgBadger.

The software is named pgBadger. Fix some places that call it PgBadger (p
is lowercase).

11 years agoUnbreak id attribute.
Euler Taveira de Oliveira [Sat, 23 Mar 2013 02:55:20 +0000 (23:55 -0300)]
Unbreak id attribute.

Id attribute is unique. Each time an id is used in an element it must
have a different value.

11 years agoFix copy'n'pasto.
Euler Taveira de Oliveira [Sat, 23 Mar 2013 02:54:49 +0000 (23:54 -0300)]
Fix copy'n'pasto.

11 years agoReplace 'Av.' with 'Avg'.
Euler Taveira de Oliveira [Sat, 23 Mar 2013 02:51:50 +0000 (23:51 -0300)]
Replace 'Av.' with 'Avg'.

The latter is more widely known than the former.

11 years agoFix case where stat were multiplied by N when -J was set to N. Thanks to thegnorf...
Darold Gilles [Thu, 21 Mar 2013 22:45:02 +0000 (23:45 +0100)]
Fix case where stat were multiplied by N when -J was set to N. Thanks to thegnorf for the report.