mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
Closes #529 Release RELEASE.2022-08-11T04-37-28Z optimized when site healing requeues. Updated bucket replication and site replication docs to reflect this change.
1.8 KiB
1.8 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/