mirror of
https://github.com/minio/docs.git
synced 2025-05-28 00:41:14 +03:00
1.5 KiB
1.5 KiB
mc admin trace
minio
Table of Contents
mc admin trace
Description
The mc admin trace
command displays the results of an
HTTP
TRACE request against each MinIO server in a deployment.
Use mc admin
on MinIO Deployments Only
Example
Use mc admin trace
to
perform an HTTP trace of each MinIO server in the deployment:
mc admin trace ALIAS
- Replace
ALIAS <mc admin trace TARGET>
with thealias <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
against which the command issues HTTP TRACE
requests.
--all, a
Returns all traffic on the MinIO deployment, including internode traffic between MinIO servers.
--verbose
Returns verbose HTTP TRACE
output.
--errors, e
Returns failed HTTP TRACE
requests only.