Changes between Version 1 and Version 2 of Munin_Stats-Gatherer_Readme
- Timestamp:
- 2010-08-08T23:28:44Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Munin_Stats-Gatherer_Readme
v1 v2 18 18 19 19 For running these plugins you need to have a Tahoe-LAFS stats-gatherer node. 20 You can find more info mation in file docs/stats.txt20 You can find more information in file docs/stats.txt 21 21 22 For plugins config ration please read tahoe-stats_conf22 For plugins configuration please read tahoe-stats_conf 23 23 24 24 = Plugins details = … … 51 51 52 52 tahoe_stats_storage_allocated: Shows space allocated 53 tahoe_stats_storage_bytes_added: Shows cum mulative bytes added54 tahoe_stats_storage_bytes_freed: Shows cum mulative bytes removed53 tahoe_stats_storage_bytes_added: Shows cumulative bytes added 54 tahoe_stats_storage_bytes_freed: Shows cumulative bytes removed 55 55 tahoe_stats_storage_disk_used: Shows space consumed 56 tahoe_stats_storage_operations_allocate: Shows how many allocate_buckets operations occur ed per second.56 tahoe_stats_storage_operations_allocate: Shows how many allocate_buckets operations occurred per second. 57 57 Each immutable file upload causes one such operation per server 58 58 59 tahoe_stats_storage_operations_get: This graph shows how many get_bucket operations occur ed per second.59 tahoe_stats_storage_operations_get: This graph shows how many get_bucket operations occurred per second. 60 60 Each immutable file download/check causes one such operation per server 61 61 62 tahoe_stats_storage_bytes_added: Shows how many readv operations occur ed per second.62 tahoe_stats_storage_bytes_added: Shows how many readv operations occurred per second. 63 63 Each dirnode read causes one such operation per server. 64 64 65 tahoe_stats_storage_operations_writev: Shows how many writev operations occur ed per second.65 tahoe_stats_storage_operations_writev: Shows how many writev operations occurred per second. 66 66 Each mutable file/dirnode write causes one such operation per server 67 67 … … 94 94 95 95 Note: 96 You need to wait 5min before Munin-Node performgraphs96 You need to wait 5min before Munin-Node creates any graphs 97 97 98 98 = Plugins testing = … … 104 104 [..] 105 105 106 To display graph configuration add 'config' a the end of command line:106 To display graph configuration add 'config' at the end of command line: 107 107 #munin-run tahoe_stats_storage_disk_used config 108 108 graph_title Tahoe-LAFS Storage Server Disk Used