Re: pgbench throttling latency limit - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pgbench throttling latency limit
Date
Msg-id 20140830154341.GA25523@awork2.anarazel.de
Whole thread Raw
In response to Re: pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench throttling latency limit
List pgsql-hackers
Hi,

I generally want to say that having a feature like this feels *very*
helpful to me. Lots of pg development hasn't really paid attention to
anything but the final pgbench results...

On 2014-08-29 19:48:43 +0200, Fabien COELHO wrote:
> +    if (latency_limit)
> +        printf("number of transactions above the %.1f ms latency limit: " INT64_FORMAT "\n",
> +               latency_limit / 1000.0, latency_late);
> +

Any reason not to report a percentage here?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: delta relations in AFTER triggers
Next
From: Fabien COELHO
Date:
Subject: Re: pgbench throttling latency limit