OpenDev Sysadmins 22eb6e9c67 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:08 +00:00
2018-10-10 17:18:57 +11:00
2018-05-31 19:40:44 +10:00
2019-04-19 19:26:08 +00:00
2018-06-01 14:25:22 +10:00
2018-08-16 21:57:35 +02:00
2018-06-08 12:50:09 +10:00
2018-05-31 10:40:51 +10:00
2018-06-01 08:40:03 +10:00
2018-06-05 11:54:12 +10:00
2018-06-01 14:25:22 +10:00
2018-06-05 11:54:37 +10:00
2018-06-01 08:40:03 +10:00
2018-05-31 11:02:11 +10:00
2018-05-31 11:02:11 +10:00
2018-05-31 11:02:11 +10:00

afsmon

Python library and utilities for monitoring AFS file-systems using OpenAFS tools.

Many of the details are inspired by https://github.com/openafs-contrib/afs-tools

Command-line

The afsmon tool provides

  • show : produce tabular output of key statistics for a cell, such as threads on file-servers, partition usage, volume usage and quotas.
  • statsd : report similar results to a statsd host.

Configuration is minimal, see the sample.cfg.

Library

The core of afsmon should suitable for use in other contexts.

import afsmon
fs = afsmon.FileServerStats('hostname')
fs.get_stats()

The fs object now contains a FileServerStats with all available information for the server, partitions and volumes.

Description
Python based monitoring for AFS
Readme 145 KiB
Languages
Python 100%