mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
- Adds information about 3 attempts at site or bucket replication tasks - Adds note about additional info for delete markers - Updates mc admin info command example output Partially addresses #931 . Not staged, but can do if needed.
1.2 KiB
1.2 KiB
mc admin info
minio
Table of Contents
mc admin info
Description
The mc admin info
command displays information on a MinIO server. For distributed MinIO
deployments, mc admin info
displays information for each MinIO
server in the deployment.
The output of the command resembles the following:
● play.min.io
Uptime: 14 hours
Version: 2023-08-17T16:37:55Z
Network: 1/1 OK
Drives: 4/4 OK
Pool: 1
Pools:
1st, Erasure sets: 1, Drives per erasure set: 4
4.3 GiB Used, 499 Buckets, 3,547 Objects, 554 Versions, 67 Delete Markers
4 drives online, 0 drives offline
Examples
mc admin info play
Syntax
mc admin info
has
the following syntax:
mc admin info TARGET
Specify the alias <mc alias>
of a configured MinIO
deployment as the TARGET
.