| 18 | | Those plugins are used with Tahoe-LAFS that not use a stats-gateherer. |
| 19 | | Some plugins use json url and some other need local access to storage directory. |
| 20 | | |
| 21 | | For plugins configuration please read each plugins and tahoe-conf |
| | 11 | This is the README for munin local plugins for Tahoe-LAFS (see ticket #966). |
| | 12 | |
| | 13 | These plugins are used with Tahoe-LAFS grids that do not use a stats-gatherer. |
| | 14 | |
| | 15 | Some plugins use json url and others need local access to the storage directory (needs a new column in the table below). |
| | 16 | |
| | 17 | For configuration information, please see each individual plugin. |
| 26 | | tahoe_files: Shows the number of files hosted by this node's StorageServer. |
| 27 | | tahoe_diskfelt: Shows of how much free space is left on all disks across the grid. |
| 28 | | tahoe_diskusage: Shows the estimated disk usage per unit time, totalled across all storage servers. |
| 29 | | tahoe_diskused: Shows the total amount of disk space used across the grid |
| 30 | | tahoe_disktotal: Shows the total amount of disk space present in the grid, and how much of it is currently being used. |
| 31 | | tahoe_doomsday: Shows the estimated number of days left until storage space is exhausted. |
| 32 | | tahoe_introstats: Shows the number of hosts announcing and subscribing to various services |
| 33 | | tahoe_nodememory: Shows the memory used by specific processes |
| 34 | | tahoe_helperstats_active: Shows the number of files being actively processed by the helper |
| 35 | | tahoe_helperstats_fetched: Shows the amount of data being fetched by the helper |
| 36 | | tahoe_server_latency_: Shows the latency statistic for a given operation and percentile from a set of storage servers. |
| 37 | | tahoe_server_operations_: Shows operations-per-second from a set of storage servers. |
| 38 | | tahoe_storagespace: Shows the space consumed by severs nodes |
| 39 | | tahoe_estimate_files: Shows the estimated number of files and directories present in the grid |
| | 22 | || tahoe_files || Shows the number of files hosted by this node's storage server || |
| | 23 | || tahoe_diskfelt || Shows how much free space is left on all disks across the grid || |
| | 24 | || tahoe_diskusage || Shows the estimated disk usage per unit time, totaled across all storage servers || |
| | 25 | || tahoe_diskused || Shows the total amount of disk space used across the grid || |
| | 26 | || tahoe_disktotal || Shows the total amount of disk space present in the grid, and how much of it is currently being used || |
| | 27 | || tahoe_doomsday || Shows the estimated number of days left until storage space is exhausted || |
| | 28 | || tahoe_introstats || Shows the number of hosts announcing and subscribing to various services || |
| | 29 | || tahoe_nodememory || Shows the memory used by specific processes || |
| | 30 | || tahoe_helperstats_active || Shows the number of files being actively processed by the helper || |
| | 31 | || tahoe_helperstats_fetched || Shows the amount of data being fetched by the helper || |
| | 32 | || tahoe_server_latency_ || Shows the latency statistic for a given operation and percentile from a set of storage servers || |
| | 33 | || tahoe_server_operations_ || Shows operations-per-second from a set of storage servers || |
| | 34 | || tahoe_storagespace || Shows the space consumed by server nodes || |
| | 35 | || tahoe_estimate_files || Shows the estimated number of files and directories present in the grid || |
| 48 | | tahoe_overhead: Shows the estimated amount of storage overhead (ratio of actual disk usage to ideal disk usage). |
| 49 | | tahoe_spacetime: Shows the estimated number of days left until storage space is exhausted |
| 50 | | tahoe_rootdir_space: Shows the amount of space consumed by all files reachable from a given directory |
| | 42 | These plugins require a source of 'tahoe deep-size' results for all rootcaps that reference data in your grid. |
| | 43 | If you are managing a grid where you have this information, these scripts may still prove useful. |
| | 44 | |
| | 45 | || tahoe_overhead || Shows the estimated amount of storage overhead (ratio of actual disk usage to ideal disk usage) || |
| | 46 | || tahoe_spacetime || Shows the estimated number of days left until storage space is exhausted || |
| | 47 | || tahoe_rootdir_space || Shows the amount of space consumed by all files reachable from a given directory || |
| 61 | | To display graph configuration add 'config' at the end of command line: |
| 62 | | #munin-run tahoe_stats_storage_disk_used config |
| 63 | | graph_title Tahoe-LAFS Storage Server Disk Used |
| 64 | | graph_vlabel bytes |
| 65 | | graph_category Tahoe-LAFS Stats-Gatherer_storage_server |
| 66 | | graph_info This graph shows disk usage for Tahoe |
| 67 | | graph_args --base 1024 |
| 68 | | RM1X_gfsd.label RM1X_gfsd |
| 69 | | RM1X_gfsd.draw LINE1 |
| 70 | | [..] |
| | 62 | To display graph configuration add 'config' at the end of command line: |
| | 63 | |
| | 64 | {{{ |
| | 65 | # munin-run tahoe_stats_storage_disk_used config |
| | 66 | graph_title Tahoe-LAFS Storage Server Disk Used |
| | 67 | graph_vlabel bytes |
| | 68 | graph_category Tahoe-LAFS Stats-Gatherer_storage_server |
| | 69 | graph_info This graph shows disk usage for Tahoe |
| | 70 | graph_args --base 1024 |
| | 71 | RM1X_gfsd.label RM1X_gfsd |
| | 72 | RM1X_gfsd.draw LINE1 |
| | 73 | [..] |
| | 74 | }}} |