]>
granicus.if.org Git - pgbadger/log
Darold Gilles [Thu, 24 Jul 2014 20:43:18 +0000 (22:43 +0200)]
Fix wrong move to begining of a file if the file was modified after have been parse a time. Thanks to Herve Werner for the report.
Darold Gilles [Thu, 24 Jul 2014 00:31:57 +0000 (02:31 +0200)]
Allow pgBadger to write out extra files to outdir when creating incremental reports. Require the use of the -X or --extra-files option in incremental mode (-I). Thanks to Matthew Musgrove for the feature request.
Darold Gilles [Wed, 23 Jul 2014 21:50:28 +0000 (23:50 +0200)]
Fix an other issue with wrong offset in incremental mode, initial position was 1 instead of 0. Thanks to Herve Werner for the report.
Fix incomplete handling of XZ compressed format.
Darold Gilles [Wed, 23 Jul 2014 15:38:41 +0000 (17:38 +0200)]
Fix move to offset in incremental mode with multiprocess and incomplete condition when file is smaller than the last offset.
Darold Gilles [Wed, 23 Jul 2014 15:11:06 +0000 (17:11 +0200)]
Fix missing initial move to offset in incremental mode before the file change test. Thanks to Herve Werner for the report.
Darold Gilles [Tue, 22 Jul 2014 21:47:44 +0000 (23:47 +0200)]
Allow/improve incremental mode with multiple log file and multiprocess.
Darold Gilles [Tue, 22 Jul 2014 16:50:27 +0000 (18:50 +0200)]
Fix incorrect location of temporary file stroring last parsed line in multiprocess+incremental mode. Thanks to Herve Werner for the report.
Darold Gilles [Tue, 15 Jul 2014 08:04:44 +0000 (10:04 +0200)]
Fix remote ssh command error sh: 2: Syntax error: "|" unexpected. Thanks to Herve Werner for the report.
Darold Gilles [Sat, 12 Jul 2014 16:25:57 +0000 (18:25 +0200)]
Fix overcount of sessions when a client attempts to log in and is kicked off because of failed authentication or an incorrect database name. These show up as sessions which connected and never disconnected. Thanks to Josh Berkus for the report.
Darold Gilles [Fri, 11 Jul 2014 15:59:41 +0000 (17:59 +0200)]
Fix missing database name in samples of top queries reports. Thanks to Thomas Reiss for the report.
Darold Gilles [Fri, 11 Jul 2014 14:13:15 +0000 (16:13 +0200)]
Add minimal documentation about JSON output format.
Darold Gilles [Fri, 11 Jul 2014 13:48:46 +0000 (15:48 +0200)]
Merge branch 'lansz-master'
Darold Gilles [Fri, 11 Jul 2014 13:48:25 +0000 (15:48 +0200)]
Merge branch 'master' of github.com:lansz/pgbadger into lansz-master
Darold Gilles [Fri, 11 Jul 2014 10:15:01 +0000 (12:15 +0200)]
Add execute attribute to pgbadger in the source repository, some may find this more helpful when pgbadger is not installed and executed directly from this repository.
Darold Gilles [Thu, 26 Jun 2014 03:39:02 +0000 (05:39 +0200)]
Merge branch 'master' of github.com:dalibo/pgbadger
Darold Gilles [Wed, 25 Jun 2014 22:45:32 +0000 (00:45 +0200)]
Fix issue with csv log format and incremental mode. Thanks to Suya for the report and the help to solve the issue. There also a fix to support autovacuum statistic with csv format.
Darold [Mon, 23 Jun 2014 14:11:36 +0000 (16:11 +0200)]
Merge pull request #170 from rodo/master
Two minor change to made easier to use Tsung scenario
Darold Gilles [Mon, 23 Jun 2014 14:09:56 +0000 (16:09 +0200)]
Fix bad URL to documentation. Thanks to Rodolphe Quiedeville for the report.
Rodolphe QuiƩdeville [Mon, 23 Jun 2014 13:12:45 +0000 (15:12 +0200)]
- Remove the first empty line
- replace probability by weight
Now it is possible to use the scenario as is with Tsung 1.5
Darold Gilles [Sat, 14 Jun 2014 02:06:22 +0000 (04:06 +0200)]
Fix incremental mode where weeks on index page start on sunday and week reports start on monday. Thanks to flopma and birkosan for the report.
Darold Gilles [Fri, 13 Jun 2014 01:33:40 +0000 (03:33 +0200)]
Replace label "More CPU costly" by "Highest CPU-cost". Thanks to Marc Cousin for the report.
Darold [Thu, 12 Jun 2014 02:54:52 +0000 (04:54 +0200)]
Merge pull request #165 from himanchali/master
Query Latency Percentile on General Activity Page
Himanchali [Fri, 6 Jun 2014 13:54:39 +0000 (19:24 +0530)]
fixed issue with float sort
Darold Gilles [Thu, 5 Jun 2014 02:56:08 +0000 (04:56 +0200)]
Fix typon pgbadger call. Thanks to Guilhem Rambal for the report.
Himanchali [Wed, 4 Jun 2014 09:44:39 +0000 (15:14 +0530)]
added query latencey percentile for user level , current percentiles are 90, 95, 99
Shanzhang Lan [Fri, 30 May 2014 09:55:01 +0000 (17:55 +0800)]
Add JSON support for output format.
JSON format is good for sharing data with other languages, which makes
it easy to integrate pgBadger's result into other monitoring tools
like Cacti or Graphite.
Darold Gilles [Thu, 8 May 2014 14:32:23 +0000 (16:32 +0200)]
Update documentation about remote mode feature.
Darold Gilles [Tue, 6 May 2014 11:19:53 +0000 (13:19 +0200)]
Update documentation to inform that the xz utility should be at least in version 5.05 to support the --robot option. Thanks to Xavier Millies-Lacroix for the report.
Darold Gilles [Mon, 5 May 2014 15:19:22 +0000 (17:19 +0200)]
Update changelog about missing patches to v5.1
Darold Gilles [Mon, 5 May 2014 15:05:24 +0000 (17:05 +0200)]
Fix remote logfile parsing. Thanks to Herve Werner for the report.
Darold Gilles [Sun, 4 May 2014 15:01:27 +0000 (17:01 +0200)]
Update version to 5.1
Darold Gilles [Sun, 4 May 2014 15:01:00 +0000 (17:01 +0200)]
Update changelog
Darold [Thu, 1 May 2014 15:10:27 +0000 (17:10 +0200)]
Merge pull request #155 from brunomgalmeida/master
fixed calendar display
brunomgalmeida [Thu, 1 May 2014 14:49:06 +0000 (15:49 +0100)]
revert to single thread if file is small
print calendars 4+4+4 instead of 3+4+4+1 when looking at a full year
Darold Gilles [Thu, 1 May 2014 14:24:53 +0000 (16:24 +0200)]
Add --exclude-line option for excluding log entries with a regex based on the full log line. Thanks to ferfebles for the feature request.
brunomgalmeida [Thu, 1 May 2014 14:15:50 +0000 (15:15 +0100)]
fixed calendar display
correct typo in "Jully"
Darold Gilles [Thu, 1 May 2014 13:06:03 +0000 (15:06 +0200)]
Fix previous commit
Darold Gilles [Thu, 1 May 2014 11:55:11 +0000 (13:55 +0200)]
Fix SQL keywords that was beautified twice.
Darold Gilles [Mon, 28 Apr 2014 21:57:51 +0000 (23:57 +0200)]
Remove duplicate pg_keyword in SQL beautifier.
Darold Gilles [Mon, 28 Apr 2014 20:20:38 +0000 (22:20 +0200)]
Fix increment of session when --disable-session is activated.
Darold Gilles [Mon, 28 Apr 2014 19:41:30 +0000 (21:41 +0200)]
Fix missing unit in Checkpoints Activity report when time value is empty. Thanks to Herve Werner for the report.
Darold Gilles [Mon, 28 Apr 2014 19:35:29 +0000 (21:35 +0200)]
Fix double information in histogram data when period is the hour.
Darold Gilles [Mon, 28 Apr 2014 18:29:39 +0000 (20:29 +0200)]
Add support to named PREPARE and EXECUTE queries. Calls to EXECUTE statements are now replaced by the prepared query and show samples with parameters. Thanks to Brian DeRocher for the feature request.
Darold [Mon, 28 Apr 2014 12:29:10 +0000 (14:29 +0200)]
Merge pull request #154 from brunomgalmeida/master
Included Remote and Client information into the most-frequent-errors-eve...
brunomgalmeida [Mon, 28 Apr 2014 11:43:33 +0000 (12:43 +0100)]
Included Remote and Client information into the most-frequent-errors-events-examples
Darold [Fri, 25 Apr 2014 09:52:20 +0000 (11:52 +0200)]
Merge pull request #153 from schmiddy/doc_fixes
Copyediting of the documentation. Attempting to fix various awkward
Josh Kupershmidt [Thu, 24 Apr 2014 01:00:42 +0000 (21:00 -0400)]
Copyediting of the documentation. Attempting to fix various awkward
phrasings, grammar, and spelling. Consistently capitalize "pgBadger"
as such, except for command examples which should stay all-lowercase.
Darold Gilles [Tue, 15 Apr 2014 14:59:24 +0000 (16:59 +0200)]
Fix incremental mode under Windows by replacing %F and %u POSIX::strftime format to %Y-%m-%d and %w. Thanks to dthiery for the report.
Darold Gilles [Tue, 15 Apr 2014 12:00:39 +0000 (14:00 +0200)]
Remove Examples button when there is no examples available.
Darold Gilles [Tue, 15 Apr 2014 11:28:49 +0000 (13:28 +0200)]
Fix label on tips in histogram of errors reports.
Darold Gilles [Tue, 15 Apr 2014 09:29:25 +0000 (11:29 +0200)]
Fix error details in incremental mode in Most Frequent Errors/Events report. Thanks to Herve Werner for the report.
Darold Gilles [Mon, 14 Apr 2014 17:55:58 +0000 (19:55 +0200)]
Fix Sync time value in Checkpoints buffers report. Thanks to Herve Werner for the report.
Darold Gilles [Mon, 14 Apr 2014 17:23:23 +0000 (19:23 +0200)]
Fix wrong connections per host count. Thanks to Herve Werner for the report.
Darold Gilles [Sun, 13 Apr 2014 16:06:44 +0000 (18:06 +0200)]
Allow pgbadger to parse remote log file using a passwordless ssh connection.
Darold Gilles [Sat, 12 Apr 2014 09:07:45 +0000 (11:07 +0200)]
Histogram granularity can be adjusted using the -A command line option. By default they will report the mean of each top queries/error occuring per hour, but you can specify the granularity down to the minute.
Darold Gilles [Thu, 10 Apr 2014 21:34:40 +0000 (23:34 +0200)]
Add new detail information on top queries to show when the query is a bind query.
Darold Gilles [Thu, 10 Apr 2014 19:21:55 +0000 (21:21 +0200)]
Fix queries that exceed the size of the container.
Darold Gilles [Thu, 10 Apr 2014 16:56:27 +0000 (18:56 +0200)]
Add unit (seconds) to checkpoint write/sync time in the checkpoints activity report.
Darold Gilles [Thu, 10 Apr 2014 11:24:18 +0000 (13:24 +0200)]
Fix missing -J option in usage.
Darold Gilles [Thu, 10 Apr 2014 08:42:02 +0000 (10:42 +0200)]
Simplify and fix the patch on incomplete lines in split_logfile. Thanks to brunomgalmeida for the patch.
Darold Gilles [Mon, 7 Apr 2014 17:39:02 +0000 (19:39 +0200)]
Fix incomplete lines in split_logfile to rewind to the begining of the line. Thanks to brunomgalmeida for the patch.
Darold Gilles [Sat, 5 Apr 2014 08:23:58 +0000 (10:23 +0200)]
Fix pull request 147 to completely remove error example part when --sample is set to 0.
Darold [Sat, 5 Apr 2014 08:10:50 +0000 (10:10 +0200)]
Merge pull request #147 from wmorancfi/master
Make --sample 0 work
Darold Gilles [Sat, 5 Apr 2014 07:55:12 +0000 (09:55 +0200)]
Add tsung xml header sample to output file.
wmorancfi [Fri, 4 Apr 2014 19:39:52 +0000 (15:39 -0400)]
Update pgbadger
Make it possible to do --sample 0 (prior it was falling back to the default of 3)
Darold Gilles [Tue, 1 Apr 2014 21:12:59 +0000 (23:12 +0200)]
Merge branch 'master' of github.com:dalibo/pgbadger
Darold Gilles [Tue, 1 Apr 2014 21:12:50 +0000 (23:12 +0200)]
Fix tsung output
Darold Gilles [Mon, 31 Mar 2014 19:47:03 +0000 (21:47 +0200)]
Fix xz command to be script readable and always have size in bytes: xz --robot -l %f | grep totals | awk "{print $5}"
Darold [Mon, 31 Mar 2014 19:26:04 +0000 (21:26 +0200)]
Merge pull request #145 from luisuribe/master
Adding missing curly brace
Luis Uribe [Mon, 31 Mar 2014 19:19:12 +0000 (14:19 -0500)]
Adding missing curly brace
Darold [Mon, 31 Mar 2014 12:37:36 +0000 (14:37 +0200)]
Merge pull request #144 from anayrat/patch-1
xz support
anayrat [Mon, 31 Mar 2014 12:18:43 +0000 (14:18 +0200)]
xz support
Darold Gilles [Thu, 27 Mar 2014 08:59:29 +0000 (09:59 +0100)]
Do not increment queries duration histogram when prepare|parse|bind log are found, but only with execute log. Thanks to Josh Berkus for the report.
Darold Gilles [Tue, 25 Mar 2014 15:11:57 +0000 (16:11 +0100)]
Fix normalization of error message about unique violation when creating intermediate dirs. Thanks to Tim Sampson for the report.
Darold Gilles [Wed, 12 Mar 2014 11:30:56 +0000 (12:30 +0100)]
Allow use of Perl metacharacters like [..] in application name. Thanks to Magnus Persson for the report.
Darold Gilles [Mon, 10 Mar 2014 20:06:49 +0000 (21:06 +0100)]
Fix dataset tip to be displayed above image control button. Thanks to Ronan Dunklau for the fix.
Darold Gilles [Mon, 10 Mar 2014 16:49:27 +0000 (17:49 +0100)]
Renamed the Reset bouton to "To Chart" to avoid confusion with unzoom feature.
Darold Gilles [Mon, 10 Mar 2014 16:39:41 +0000 (17:39 +0100)]
Fix writing of empty incremental last parsed file.
Darold Gilles [Mon, 10 Mar 2014 16:33:59 +0000 (17:33 +0100)]
Fix several other graphs
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.
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.
Darold Gilles [Mon, 10 Mar 2014 10:05:59 +0000 (11:05 +0100)]
Fix week numbered -1 in calendar view.
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.
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.
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.
Darold Gilles [Thu, 27 Feb 2014 09:02:44 +0000 (10:02 +0100)]
Fix debug message "Start parsing at offset"
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.
Darold [Mon, 10 Feb 2014 16:14:58 +0000 (17:14 +0100)]
Merge pull request #133 from darkixion/master
Fix various typos.
Thom Brown [Mon, 10 Feb 2014 14:43:50 +0000 (14:43 +0000)]
Fix various typos.
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.
Darold Gilles [Thu, 6 Feb 2014 16:46:08 +0000 (17:46 +0100)]
Fix some typo in changelog
Darold Gilles [Thu, 6 Feb 2014 13:55:19 +0000 (14:55 +0100)]
Update ChangeLog and version to v5.0
Darold Gilles [Thu, 6 Feb 2014 12:25:56 +0000 (13:25 +0100)]
Keep long SQL queries in the width of the parent container.
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.
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.
Darold Gilles [Thu, 30 Jan 2014 16:52:29 +0000 (17:52 +0100)]
Rewrite reloading of last log time from binary files.
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.
Darold Gilles [Thu, 30 Jan 2014 15:35:38 +0000 (16:35 +0100)]
Fix missing statistics of last parsed queries in incremental mode.
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.
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).