1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-top.rst
Daryl White 201b13324e Mc issues (#588)
Addresses five outstanding Issues in the `mc` reference docs.

- Adds `--disable-multipart` flag for `mc mv` (Closes #516 )
- Adds `mc pipe` to reference docs (Closes #517 )
- Adds `mc undo` to reference docs (Closes #520 )
- Adds `mc support top` commands to replace `mc admin top` (Closes #526)
- Updates `mc cp`, `mc mirror`, `mc replicate`, and `mc admin replicate`
to clarify the differences in what copies (Closes #532)
2022-10-03 14:45:56 -05:00

1.4 KiB

mc admin top

minio

Table of Contents

mc admin top

Note

RELEASE.2022-08-11T00-30-48Z

mc support top replaces the mc admin top command.

Description

The mc admin top command returns statistics for distributed MinIO deployments, similar to the output of the top command.

mc admin top is not supported on standalone MinIO deployments or MinIO Gateway deployments.

Use mc admin on MinIO Deployments Only

Syntax

locks

Returns the 10 oldest locks on the MinIO deployment.

The command has the following syntax:

mc admin top locks TARGET

The command supports the following arguments:

TARGET

The alias <mc alias> of a configured MinIO deployment from which the command retrieves statistics.

The alias must correspond to a distributed (multi-node) MinIO deployment. The command returns an error for standalone MinIO deployments or MinIO Gateway deployments.