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
2.5 KiB
mc support top api
minio
Table of Contents
mc support top api
Syntax
The mc support top api
command summarizes the real-time API
events on a MinIO deployment server.
EXAMPLE
The following command displays the current in-progress S3 API calls
on the alias
myminio
.
mc support top api myminio/
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] support top api \
TARGET \
[--name "string"] \
[--path "string"] \
[--node "string"] \
[--errors, -e]
Parameters
TARGET
The full path to the alias, prefix, or object where the command
should run. The path must include at least an ALIAS <minio-mc-alias>
.
--name
Outputs a summary of current API calls matching the entered string.
--path
Outputs a summary of current API calls for a specified path.
--node
Outputs a summary of the current API calls on matching servers.
--errors, -e
Outputs a summary of current API calls returning errors.
Global Flags
Examples
Display All Current In-progress S3 API Calls
The following command displays all in-progress S3 calls for the
myminio
deployment:
mc support top api myminio/
Display Current,
In-progress s3.PutObject
Calls
The following command displays all in-progress
s3.PutObject
calls for the myminio
deployment:
mc support top api --name s3.PutObject myminio/