1
0
mirror of https://github.com/minio/docs.git synced 2025-09-02 00:02:14 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-trace.rst

1.4 KiB

mc admin trace

minio

Table of Contents

mc admin trace

Description

The mc admin trace command displays API operations occurring on the target MinIO deployment.

Use mc admin on MinIO Deployments Only

Example

Use mc admin trace to monitor API operations on a MinIO deployment:

mc admin trace ALIAS
  • Replace ALIAS <mc admin trace TARGET> with the alias <mc alias> of the MinIO deployment.

Syntax

mc admin trace has the following syntax:

mc admin trace [FLAGS] TARGET

mc admin trace supports the following argument:

TARGET

Specify the alias <mc alias> of a configured MinIO deployment for which to monitor API operations.

--all, a

Returns all traffic on the MinIO deployment, including internode traffic between MinIO servers.

--verbose

Returns verbose output.

--errors, e

Returns failed API operations only.