From: Darold Gilles Date: Wed, 22 Jan 2014 16:29:22 +0000 (+0100) Subject: Added more range to the histogram of query times, but should be dynamic. X-Git-Tag: v5.0~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95db4c887112fa4c59a6b36b486c0a3abf64355c;p=pgbadger Added more range to the histogram of query times, but should be dynamic. --- diff --git a/pgbadger b/pgbadger index a22f5b2..a002595 100755 --- 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