mirror of
https://github.com/minio/docs.git
synced 2025-09-10 20:12:12 +03:00
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
1.9 KiB
1.9 KiB
mc support top locks
minio
Table of Contents
mc support top locks
Syntax
The mc support top locks
command lists the ten oldest locks
on a MinIO deployment.
EXAMPLE
The following command displays the current in-progress S3 API calls
on the alias
myminio
.
mc support top locks myminio/
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] support top locks \
[--stale] \
TARGET
Parameters
TARGET
The full path to the alias <minio-mc-alias>
or prefix where the
command should run.
--stale
Return only stale locks.
Global Flags
Examples
Display
the 10 Oldest Locks on the myminio
Deployment
mc support top locks myminio/
Display Stale
Locks on the myminio
Deployment
The following command displays all in-progress
s3.PutObject
calls for the myminio
deployment:
mc support top locks --stale myminio/