README.rst formatting fixes
Minor fixes for formatting
This commit is contained in:
parent
2bb567c24e
commit
52734ec18e
14
README.rst
14
README.rst
@ -12,12 +12,12 @@ Command-line
|
|||||||
|
|
||||||
The ``afsmon`` tool provides
|
The ``afsmon`` tool provides
|
||||||
|
|
||||||
* ``show`` : produce tabular output of key statistics for a cell,
|
* ``show`` : produce tabular output of key statistics for a cell,
|
||||||
such as threads on file-servers, partition usage, volume usage and
|
such as threads on file-servers, partition usage, volume usage and
|
||||||
quotas.
|
quotas.
|
||||||
|
|
||||||
* ``statsd`` : report similar results to a `statsd
|
* ``statsd`` : report similar results to a `statsd
|
||||||
<https://github.com/etsy/statsd>`__ host.
|
<https://github.com/etsy/statsd>`__ host.
|
||||||
|
|
||||||
Configuration is minimal, see the ``sample.cfg``.
|
Configuration is minimal, see the ``sample.cfg``.
|
||||||
|
|
||||||
@ -32,5 +32,5 @@ The core of ``afsmon`` should suitable for use in other contexts.
|
|||||||
fs = afsmon.FileServerStats('hostname')
|
fs = afsmon.FileServerStats('hostname')
|
||||||
fs.get_stats()
|
fs.get_stats()
|
||||||
|
|
||||||
The ``fs`` object now contains all available information for the
|
The ``fs`` object now contains a ``FileServerStats`` with all
|
||||||
server, partitions and volumes.
|
available information for the server, partitions and volumes.
|
||||||
|
Loading…
Reference in New Issue
Block a user