]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
munin/tahoe_server_latency: add percentile to graph title
authorBrian Warner <warner@allmydata.com>
Wed, 16 Jul 2008 23:08:17 +0000 (16:08 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 16 Jul 2008 23:08:17 +0000 (16:08 -0700)
misc/munin/tahoe_server_latency_

index d30984cee944680b602445fefeb4d2af2419dffd..a47fdf3116110010caa8b2a111a49ba40c896cbd 100644 (file)
@@ -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.