1
0
mirror of https://github.com/minio/docs.git synced 2025-08-05 03:41:24 +03:00
Files
docs/source/reference/minio-mc/mc-support-top-disk.rst
Daryl White 0cd491c328 Mc updates for multiple releases (#642)
Updates `mc` reference docs for several releases of the MinIO Client.

- Adds missing flags to `mc admin trace`
- Updates `disk` -> `drive` throughout the docs, but not in all cases.
- Adds `--airgap flag` to `mc support profile` and `mc support perf`
commands.
- Updates the flags for `mc ilm add` command
- Adds `mc license unregister` command.
    
Closes #571
Closes #614
Closes #627
Closes #633
2022-11-18 12:49:03 -06:00

1.5 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