From: Brian Warner Date: Wed, 16 Jul 2008 23:08:17 +0000 (-0700) Subject: munin/tahoe_server_latency: add percentile to graph title X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/sitemap.html?a=commitdiff_plain;h=870fb686203f4c408eb11b52b2dd3641adc5ccbb;p=tahoe-lafs%2Ftahoe-lafs.git munin/tahoe_server_latency: add percentile to graph title --- diff --git a/misc/munin/tahoe_server_latency_ b/misc/munin/tahoe_server_latency_ index d30984ce..a47fdf31 100644 --- a/misc/munin/tahoe_server_latency_ +++ b/misc/munin/tahoe_server_latency_ @@ -64,7 +64,7 @@ else: what = percentile.replace("_", ".") + "th percentile" configinfo = \ -"""graph_title Tahoe Server '%(operation)s' Latency +"""graph_title Tahoe Server '%(operation)s' Latency (%(what)s) graph_vlabel seconds graph_category tahoe graph_info This graph shows how long '%(operation)s' operations took on the storage server, the %(what)s delay between message receipt and response generation, calculated over the last thousand operations.