]> granicus.if.org Git - pgbadger/log
pgbadger
10 years agoFix additional message at end of query or error when it was logged from application...
Darold Gilles [Mon, 10 Mar 2014 15:46:37 +0000 (16:46 +0100)]
Fix additional message at end of query or error when it was logged from application output. Thanks to Herve Werner for the report.

10 years agoFix checkpoint and vacuum graphs when all dataset does not have all values. Thanks...
Darold Gilles [Mon, 10 Mar 2014 15:31:55 +0000 (16:31 +0100)]
Fix checkpoint and vacuum graphs when all dataset does not have all values. Thanks to Herve Werner for the report.

10 years agoFix week numbered -1 in calendar view.
Darold Gilles [Mon, 10 Mar 2014 10:05:59 +0000 (11:05 +0100)]
Fix week numbered -1 in calendar view.

10 years agoChange week/day menu in incremental index, it is now represented as usual with a...
Darold Gilles [Fri, 7 Mar 2014 12:09:09 +0000 (13:09 +0100)]
Change week/day menu in incremental index, it is now represented as usual with a calendar view per month. Thanks to Thom Brown for the feature request.

10 years agoLoad FileHandle to fix error: Can not locate object method "seek" via package "IO...
Darold Gilles [Thu, 6 Mar 2014 22:10:40 +0000 (23:10 +0100)]
Load FileHandle to fix error: Can not locate object method "seek" via package "IO::Handle" with perl 5.8. Thanks to hkrizek for the report.

10 years agoFix count of queries in progress bar when there is compressed file and multiprocess...
Darold Gilles [Sat, 1 Mar 2014 15:35:04 +0000 (16:35 +0100)]
Fix count of queries in progress bar when there is compressed file and multiprocess is enabled. Thanks to Johnny Tan for the report.

10 years agoFix debug message "Start parsing at offset"
Darold Gilles [Thu, 27 Feb 2014 09:02:44 +0000 (10:02 +0100)]
Fix debug message "Start parsing at offset"

10 years agoAdd ordering in queries times histogram. Thanks to Ulf Renman for the report.
Darold Gilles [Mon, 17 Feb 2014 11:22:17 +0000 (12:22 +0100)]
Add ordering in queries times histogram. Thanks to Ulf Renman for the report.

10 years agoMerge pull request #133 from darkixion/master
Darold [Mon, 10 Feb 2014 16:14:58 +0000 (17:14 +0100)]
Merge pull request #133 from darkixion/master

Fix various typos.

10 years agoFix various typos.
Thom Brown [Mon, 10 Feb 2014 14:43:50 +0000 (14:43 +0000)]
Fix various typos.

10 years agoFix Makefile error, "WriteMakefile: Need even number of args at Makefile.PL" with...
Darold Gilles [Sat, 8 Feb 2014 08:46:20 +0000 (09:46 +0100)]
Fix Makefile error, "WriteMakefile: Need even number of args at Makefile.PL" with perl 5.8. Thanks to Fangr Zhang for the report.

10 years agoFix some typo in changelog v5.0
Darold Gilles [Thu, 6 Feb 2014 16:46:08 +0000 (17:46 +0100)]
Fix some typo in changelog

10 years agoUpdate ChangeLog and version to v5.0
Darold Gilles [Thu, 6 Feb 2014 13:55:19 +0000 (14:55 +0100)]
Update ChangeLog and version to v5.0

10 years agoKeep long SQL queries in the width of the parent container.
Darold Gilles [Thu, 6 Feb 2014 12:25:56 +0000 (13:25 +0100)]
Keep long SQL queries in the width of the parent container.

10 years agoAdd new histogram reports on top queries and top errors/event. It shows at what hours...
Darold Gilles [Tue, 4 Feb 2014 11:30:25 +0000 (12:30 +0100)]
Add new histogram reports on top queries and top errors/event. It shows at what hours and in which quantity the queries or errors appears.

10 years agoAdd seeking to last parser position in log file in incremental mode. This prevent...
Darold Gilles [Thu, 30 Jan 2014 22:16:36 +0000 (23:16 +0100)]
Add seeking to last parser position in log file in incremental mode. This prevent parsing all the file to find the last line parse from previous run. This only works when parsing a single flat file, -j option is permitted. Thanks to ioguix for the kick.

10 years agoRewrite reloading of last log time from binary files.
Darold Gilles [Thu, 30 Jan 2014 16:52:29 +0000 (17:52 +0100)]
Rewrite reloading of last log time from binary files.

10 years agoFix issue with week number in incremental mode that was producing empty reports.
Darold Gilles [Thu, 30 Jan 2014 16:24:04 +0000 (17:24 +0100)]
Fix issue with week number in incremental mode that was producing empty reports.

10 years agoFix missing statistics of last parsed queries in incremental mode.
Darold Gilles [Thu, 30 Jan 2014 15:35:38 +0000 (16:35 +0100)]
Fix missing statistics of last parsed queries in incremental mode.

10 years agoFix bug in incremental mode that prevent reindexing a previous day. Thanks to Martin...
Darold Gilles [Thu, 30 Jan 2014 10:33:49 +0000 (11:33 +0100)]
Fix bug in incremental mode that prevent reindexing a previous day. Thanks to Martin Prochazka for the great help.

10 years agoFix missing "Avg duration" column header in details of Most frequent queries (N).
Darold Gilles [Mon, 27 Jan 2014 18:12:41 +0000 (19:12 +0100)]
Fix missing "Avg duration" column header in details of Most frequent queries (N).

10 years agoAdd one more range on query times histogram (0-1ms).
Darold Gilles [Mon, 27 Jan 2014 17:52:23 +0000 (18:52 +0100)]
Add one more range on query times histogram (0-1ms).

10 years agoAdd vertical crosshair on graph.
Darold Gilles [Mon, 27 Jan 2014 17:42:23 +0000 (18:42 +0100)]
Add vertical crosshair on graph.

10 years agoFix case where queries and events was not updated when using -b and -e command line...
Darold Gilles [Mon, 27 Jan 2014 15:46:35 +0000 (16:46 +0100)]
Fix case where queries and events was not updated when using -b and -e command line. Thanks to Nicolas Thauvin for the report.

10 years agoFix week sorting on incremental report main index page. Thanks to Martin Prochazka...
Darold Gilles [Thu, 23 Jan 2014 08:08:10 +0000 (09:08 +0100)]
Fix week sorting on incremental report main index page. Thanks to Martin Prochazka for the report.

10 years agoAdded more range to the histogram of query times, but should be dynamic.
Darold Gilles [Wed, 22 Jan 2014 16:29:22 +0000 (17:29 +0100)]
Added more range to the histogram of query times, but should be dynamic.

10 years agoAdd "Histogram of query times" report to show statistics like 0-100ms : 80%, 100...
Darold Gilles [Wed, 22 Jan 2014 15:37:28 +0000 (16:37 +0100)]
Add "Histogram of query times" report to show statistics like 0-100ms : 80%, 100-500ms :14%, 500-1000ms : 3%, 1000-10000s : 2%, > 10000ms : 1%. Thanks to tmihail for the feature request.

10 years agoFormat mouse tracker on graphs to show all dataset value at a time.
Darold Gilles [Tue, 21 Jan 2014 13:57:58 +0000 (14:57 +0100)]
Format mouse tracker on graphs to show all dataset value at a time.

10 years agoAdd control of -o vs -O option with incremental mode.
Darold Gilles [Mon, 20 Jan 2014 17:13:37 +0000 (18:13 +0100)]
Add control of -o vs -O option with incremental mode.

10 years agoAdd more information about the incremental mode in documentation.
Darold Gilles [Mon, 20 Jan 2014 08:34:53 +0000 (09:34 +0100)]
Add more information about the incremental mode in documentation.

10 years agoChange log level of missing LAST_PARSED.tmp file to WARNING and add a HINT.
Darold Gilles [Thu, 16 Jan 2014 09:23:33 +0000 (10:23 +0100)]
Change log level of missing LAST_PARSED.tmp file to WARNING and add a HINT.

10 years agoUpdate copyright date to 2014
Darold Gilles [Sat, 11 Jan 2014 18:06:40 +0000 (19:06 +0100)]
Update copyright date to 2014

10 years agoFix search of week days using a week number and a year.
Darold Gilles [Mon, 6 Jan 2014 21:00:35 +0000 (22:00 +0100)]
Fix search of week days using a week number and a year.

10 years agoFix empty reports of connections. Thanks to Reeshna Ramakrishnan for the rreport.
Darold Gilles [Mon, 6 Jan 2014 09:40:28 +0000 (10:40 +0100)]
Fix empty reports of connections. Thanks to Reeshna Ramakrishnan for the rreport.

10 years agoFix display of connections peak when no connection was reported.
Darold Gilles [Mon, 6 Jan 2014 09:08:56 +0000 (10:08 +0100)]
Fix display of connections peak when no connection was reported.

10 years agoRemove the <del> tag for non existant daily reports.
Darold Gilles [Mon, 6 Jan 2014 08:55:22 +0000 (09:55 +0100)]
Remove the <del> tag for non existant daily reports.

10 years agoFix warning on META_MERGE for ExtUtils::MakeMaker < 6.46. Thanks to Julien Rouhaud...
Darold Gilles [Mon, 6 Jan 2014 08:48:55 +0000 (09:48 +0100)]
Fix warning on META_MERGE for ExtUtils::MakeMaker < 6.46. Thanks to Julien Rouhaud for the patch.

10 years agoAdd documentation about automatic incremental mode.
Darold Gilles [Mon, 6 Jan 2014 08:45:19 +0000 (09:45 +0100)]
Add documentation about automatic incremental mode.

11 years agoRemove debug information.
Darold Gilles [Sun, 29 Dec 2013 17:54:14 +0000 (18:54 +0100)]
Remove debug information.

11 years agoAdd incremental mode to pgBadger. This mode will build a report per day and a cumulat...
Darold Gilles [Sun, 29 Dec 2013 17:52:46 +0000 (18:52 +0100)]
Add incremental mode to pgBadger. This mode will build a report per day and a cumulative report per week. It also create an index interface to easiest access to the different report. Must be run, for example, as: pgbadger /var/log/postgresql.log.1 -I -O /var/www/pgbadger/ after a daily PostgreSQL log file rotation.

11 years agoAdd -O | --outdir path to specify the directory where out file must be saved.
Darold Gilles [Thu, 26 Dec 2013 09:39:15 +0000 (10:39 +0100)]
Add -O | --outdir path to specify the directory where out file must be saved.

11 years agoAutomatic queries formatting is now done on double click event, simple click was...
Darold Gilles [Mon, 23 Dec 2013 15:08:54 +0000 (16:08 +0100)]
Automatic queries formatting is now done on double click event, simple click was painful when you want to copy some part of the queries. Thanks to Guillaume Smet for the feature request.

11 years agoRemove calls of binmode to force html file output to be utf8 as there is some bad...
Darold Gilles [Sat, 21 Dec 2013 12:18:28 +0000 (13:18 +0100)]
Remove calls of binmode to force html file output to be utf8 as there is some bad side effect. Thanks to akorotkov for the report.

11 years agoRemove use of Time::HiRes, some distributions does not include this module.
Darold Gilles [Fri, 13 Dec 2013 11:01:16 +0000 (12:01 +0100)]
Remove use of Time::HiRes, some distributions does not include this module.

11 years agoFix "Wide character in print" Perl message by setting binmode to :utf8. Thanks to...
Darold Gilles [Sat, 7 Dec 2013 08:52:43 +0000 (09:52 +0100)]
Fix "Wide character in print" Perl message by setting binmode to :utf8. Thanks to Casey Allen Shobe for the report.

11 years agoFix application name search regex to handle application name with space like "pgAdmin...
Darold Gilles [Wed, 4 Dec 2013 13:19:28 +0000 (14:19 +0100)]
Fix application name search regex to handle application name with space like "pgAdmin III - Query Tool".

11 years agoFix wrong use of qw// without parenthesis, introduce in previous commit.
Darold Gilles [Tue, 3 Dec 2013 20:35:49 +0000 (21:35 +0100)]
Fix wrong use of qw// without parenthesis, introduce in previous commit.

11 years agoFix wrong timestamps saved with top queries. Thanks to Herve Werner for the report.
Darold Gilles [Sun, 1 Dec 2013 22:47:21 +0000 (23:47 +0100)]
Fix wrong timestamps saved with top queries. Thanks to Herve Werner for the report.

11 years agoFix missing logs types statitics when using binary mode. Thanks to Herve Werner for...
Darold Gilles [Sun, 1 Dec 2013 22:32:52 +0000 (23:32 +0100)]
Fix missing logs types statitics when using binary mode. Thanks to Herve Werner for the report.

11 years agoFix Queries by application table column header: Database replaced by Application...
Darold Gilles [Fri, 29 Nov 2013 08:54:10 +0000 (09:54 +0100)]
Fix Queries by application table column header: Database replaced by Application. Thanks to Herve Werner for the report.

11 years agoAdd "Max number of times the same event was reported" report in Global stats Events...
Darold Gilles [Thu, 28 Nov 2013 07:51:44 +0000 (08:51 +0100)]
Add "Max number of times the same event was reported" report in Global stats Events tab.

11 years agoFix "Unrecognized character \xC2;" introduce in previous commit.
Darold Gilles [Thu, 28 Nov 2013 07:46:07 +0000 (08:46 +0100)]
Fix "Unrecognized character \xC2;" introduce in previous commit.

11 years agoReplace "Number of errors" by "Number of ERROR entries" and add "Number of FATAL...
Darold Gilles [Thu, 28 Nov 2013 07:43:41 +0000 (08:43 +0100)]
Replace "Number of errors" by "Number of ERROR entries" and add "Number of FATAL entries".

11 years agoReplace "Number of errors" by "Number of events" and "Total errors found" by "Total...
Darold Gilles [Thu, 28 Nov 2013 07:39:13 +0000 (08:39 +0100)]
Replace "Number of errors" by "Number of events" and "Total errors found" by "Total events found" in Events reports. Thanks to Herve Werner for the report.

11 years agoFix title error in Sessions per database.
Darold Gilles [Thu, 28 Nov 2013 07:33:52 +0000 (08:33 +0100)]
Fix title error in Sessions per database.

11 years agoMerge branch 'master' of github.com:dalibo/pgbadger
Darold Gilles [Wed, 27 Nov 2013 12:03:19 +0000 (13:03 +0100)]
Merge branch 'master' of github.com:dalibo/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 agoFix parsing issue when log_error_verbosity = verbose. Thanks to vorko for the report.
Darold Gilles [Tue, 19 Nov 2013 14:52:37 +0000 (15:52 +0100)]
Fix parsing issue when log_error_verbosity = verbose. Thanks to vorko for the report.

11 years agoAdd Session peak information and a report about Simultaneous sessions. log_connection...
Darold Gilles [Tue, 19 Nov 2013 14:32:28 +0000 (15:32 +0100)]
Add Session peak information and a report about Simultaneous sessions. log_connections and log_disconnections must be enabled.

11 years agoFix wrong requests number in Queries by user and by host. Thanks to Jehan-Guillaume...
Darold Gilles [Mon, 18 Nov 2013 22:04:35 +0000 (23:04 +0100)]
Fix wrong requests number in Queries by user and by host. Thanks to Jehan-Guillaume de Rorthais for the report.

11 years agoFix issue with rsyslog format failing to parse logs. Thanks to Tim Sampson for the...
Darold Gilles [Fri, 15 Nov 2013 14:52:01 +0000 (15:52 +0100)]
Fix issue with rsyslog format failing to parse logs. Thanks to Tim Sampson 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