1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Updates for MinIO RELEASE.2023-04-13T03-08-07Z (#824)

- Adds example output to mc admin info command
- Adds new metric

Closes #814
This commit is contained in:
Daryl White
2023-04-19 18:30:10 -05:00
committed by GitHub
parent 6d65d8aba2
commit 579540ae5c
2 changed files with 24 additions and 2 deletions

View File

@ -107,6 +107,12 @@ Object and Bucket Metrics
Total bucket quota size in bytes.
You can identify the bucket using the ``{ bucket="STRING" }`` label.
.. metric:: minio_bucket_usage_version_total
Total number of object versions contained in a bucket.
You can identify the bucket using the ``{ bucket="STRING" }`` label.
Replication Metrics
~~~~~~~~~~~~~~~~~~~

View File

@ -21,6 +21,23 @@ for each MinIO server in the deployment.
.. end-mc-admin-info-desc
The output of the command resembles the following:
.. code-block::
● play.min.io
Uptime: 8 hours
Version: 2023-04-15T14:34:02Z
Network: 1/1 OK
Drives: 4/4 OK
Pool: 1
Pools:
1st, Erasure sets: 1, Drives per erasure set: 4
11 GiB Used, 395 Buckets, 4,131 Objects, 676 Versions
4 drives online, 0 drives offline
Examples
--------
@ -43,5 +60,4 @@ Syntax
mc admin info TARGET
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment as the
``TARGET``.
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment as the ``TARGET``.