Opened at 2008-07-02T00:37:57Z
Last modified at 2010-02-11T03:54:48Z
#487 new task
add munin graphs of garbage percentage
Reported by: | warner | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | operational | Version: | 1.1.0 |
Keywords: | statistics | Cc: | |
Launchpad Bug: |
Description
We have a few graphs right now that show the total deep-size number as it changes over time. We also have 'df' values that indicate how much of the actual disk is being used.
We should make a graph that shows the ratio of these two numbers. At the moment we think that about 30% of the data on our storage servers is garbage: files that are not referenced by any of our customer's rootcaps. The priority of GC work depends upon what this percentage is: if nobody ever deleted a file, then the garbage percentage would be low, and we wouldn't really card about garbage collection. When it is high, we can see how much we'd save on server space if we were to hurry up and implement GC.
Change History (1)
comment:1 Changed at 2010-02-11T03:54:48Z by davidsarah
- Keywords statistics added