]> granicus.if.org Git - pgbadger/commitdiff
Added more range to the histogram of query times, but should be dynamic.
authorDarold Gilles <gilles@darold.net>
Wed, 22 Jan 2014 16:29:22 +0000 (17:29 +0100)
committerDarold Gilles <gilles@darold.net>
Wed, 22 Jan 2014 16:29:22 +0000 (17:29 +0100)
pgbadger

index a22f5b2de2b1705e525ceea40cb6826caa94df90..a0025950f139561f8d51e9b6c3f20ce7cf9ad7be 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -661,7 +661,7 @@ my @BRACKETS = ('(', ')');
 map {$_ = quotemeta($_)} @BRACKETS;
 
 # Inbounds of query times histogram
-my @histogram_query_time = (0, 100, 500, 1000, 10000);
+my @histogram_query_time = (0, 10, 25, 50, 100, 500, 1000, 10000);
 
 # Get inbounds of query times histogram
 sub get_hist_inbound