Opened at 2008-07-02T00:35:23Z
Last modified at 2020-12-09T14:17:27Z
#486 closed enhancement
add munin graphs of server-operation latency — at Initial Version
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-storage | Version: | 1.1.0 |
Keywords: | performance statistics | Cc: | |
Launchpad Bug: |
Description
We recently added code to collect server-side latency stats (how long it takes from the beginning of remote_get_buckets to just before it returns, etc), and to make these available to the stats-gatherer.
We should also write some munin plugins to graph them over time. This may be useful to see how the server's disk contention is changing over time: with a certain level of traffic, does it take longer to perform a single read operation? Do different local filesystem types (ext3, reiserfs, zfs) run faster than others?
Note: See
TracTickets for help on using
tickets.