1
0
mirror of https://github.com/minio/docs.git synced 2025-07-02 05:02:40 +03:00
Files
docs/source/reference/minio-mc/mc-support-top-disk.rst
Daryl White 34cf55934a Updates for several July 2023 mc releases (#964)
mc RELEASE.2023-07-18T21-05-38Z
- Replaces mc replicate diff with mc replicate backlog
- Adds mc support top net

mc RELEASE.2023-07-07T05-25-51Z
- Adds mc support perf site-replication
- Deprecates mc admin replicate --sync flag in favor of new mc admihn
replicate --mode flag
- Updates output example of mc admin user info to show authentication
info

Partially addresses  #930
2023-08-22 13:54:51 -05:00

1.6 KiB

mc support top disk

minio

Table of Contents

mc support top disk

Syntax

The mc support top disk command displays current drive statistics.

EXAMPLE

The following command displays the current in-progress S3 API calls on the alias myminio.

mc support top disk myminio/

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] support top disk                     \
                             [--count, -c "integer"]  \
                             TARGET

Parameters

TARGET

The full path to the alias <minio-mc-alias> or prefix where the command should run.

--count, -c

Display statistics for up to the entered number of drives.

If no entry is made, the command returns statistics for up to 10 drives.

Global Flags