From: Darold Gilles Date: Mon, 27 Jan 2014 17:52:23 +0000 (+0100) Subject: Add one more range on query times histogram (0-1ms). X-Git-Tag: v5.0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1503ca246eacd4d6af42bf9ff33d401d2be5d9d2;p=pgbadger Add one more range on query times histogram (0-1ms). --- diff --git a/pgbadger b/pgbadger index 0486b07..a5a5117 100755 --- a/pgbadger +++ b/pgbadger @@ -661,7 +661,7 @@ my @BRACKETS = ('(', ')'); map {$_ = quotemeta($_)} @BRACKETS; # Inbounds of query times histogram -my @histogram_query_time = (0, 5, 10, 25, 50, 100, 500, 1000, 10000); +my @histogram_query_time = (0, 1, 5, 10, 25, 50, 100, 500, 1000, 10000); # Get inbounds of query times histogram sub get_hist_inbound