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:
@ -107,6 +107,12 @@ Object and Bucket Metrics
|
|||||||
Total bucket quota size in bytes.
|
Total bucket quota size in bytes.
|
||||||
You can identify the bucket using the ``{ bucket="STRING" }`` label.
|
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
|
Replication Metrics
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -21,6 +21,23 @@ for each MinIO server in the deployment.
|
|||||||
|
|
||||||
.. end-mc-admin-info-desc
|
.. 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
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -43,5 +60,4 @@ Syntax
|
|||||||
|
|
||||||
mc admin info TARGET
|
mc admin info TARGET
|
||||||
|
|
||||||
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment as the
|
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment as the ``TARGET``.
|
||||||
``TARGET``.
|
|
Reference in New Issue
Block a user