Changeset b856238 in trunk for misc/operations_helpers/munin
- Timestamp:
- 2024-02-15T15:53:34Z (15 months ago)
- Branches:
- master
- Children:
- 09d78b12
- Parents:
- f2f7c1d
- Location:
- misc/operations_helpers/munin
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified misc/operations_helpers/munin/tahoe_cpu_watcher ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import os, sys, re -
TabularUnified misc/operations_helpers/munin/tahoe_diskleft ¶
rf2f7c1d rb856238 6 6 # env_url= pointing at the diskwatcher.tac webport. 7 7 8 from __future__ import print_function9 8 10 9 import os, sys, urllib, json -
TabularUnified misc/operations_helpers/munin/tahoe_disktotal ¶
rf2f7c1d rb856238 7 7 # diskwatcher.tac webport. 8 8 9 from __future__ import print_function10 9 11 10 import os, sys, urllib, json -
TabularUnified misc/operations_helpers/munin/tahoe_diskusage ¶
rf2f7c1d rb856238 6 6 # pointing at the diskwatcher.tac webport. 7 7 8 from __future__ import print_function9 8 10 9 import os, sys, urllib, json -
TabularUnified misc/operations_helpers/munin/tahoe_diskused ¶
rf2f7c1d rb856238 6 6 # env_url= pointing at the diskwatcher.tac webport. 7 7 8 from __future__ import print_function9 8 10 9 import os, sys, urllib, json -
TabularUnified misc/operations_helpers/munin/tahoe_doomsday ¶
rf2f7c1d rb856238 6 6 # env_url= pointing at the diskwatcher.tac webport. 7 7 8 from __future__ import print_function9 8 10 9 import os, sys, urllib, json -
TabularUnified misc/operations_helpers/munin/tahoe_estimate_files ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import sys, os.path -
TabularUnified misc/operations_helpers/munin/tahoe_files ¶
rf2f7c1d rb856238 19 19 # 20 20 21 from __future__ import print_function22 21 23 22 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_helperstats_active ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_helperstats_fetched ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_introstats ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_nodememory ¶
rf2f7c1d rb856238 5 5 # VmSize and VmRSS) from /proc 6 6 7 from __future__ import print_function8 7 9 8 import os, sys, re -
TabularUnified misc/operations_helpers/munin/tahoe_overhead ¶
rf2f7c1d rb856238 28 28 # diskwatcher.tac webport, and env_deepsize_url= pointing at the PHP script. 29 29 30 from __future__ import print_function31 30 32 31 import os, sys, urllib, json -
TabularUnified misc/operations_helpers/munin/tahoe_rootdir_space ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_server_latency_ ¶
rf2f7c1d rb856238 43 43 # storage nodes. 44 44 45 from __future__ import print_function46 45 47 46 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_server_operations_ ¶
rf2f7c1d rb856238 33 33 # storage nodes. 34 34 35 from __future__ import print_function36 35 37 36 import os, sys -
TabularUnified misc/operations_helpers/munin/tahoe_spacetime ¶
rf2f7c1d rb856238 6 6 # have left, and output it to another munin graph 7 7 8 from __future__ import print_function9 8 10 9 import sys, os, time -
TabularUnified misc/operations_helpers/munin/tahoe_stats ¶
rf2f7c1d rb856238 1 1 #!/usr/bin/env python 2 2 3 from __future__ import print_function4 3 5 4 import os -
TabularUnified misc/operations_helpers/munin/tahoe_storagespace ¶
rf2f7c1d rb856238 19 19 # since it imports a utility module from allmydata.utils . 20 20 21 from __future__ import print_function22 21 23 22 import os, sys
Note: See TracChangeset
for help on using the changeset viewer.