1
0
mirror of https://github.com/minio/docs.git synced 2025-04-25 17:22:39 +03:00
docs/source/reference/minio-mc/mc-support-top-net.rst
Daryl White 34cf55934a
Updates for several July 2023 mc releases (#964)
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
2023-08-22 13:54:51 -05:00

1.7 KiB

mc support top net

minio

Table of Contents

mc support top net

Syntax

The mc support top net command displays realtime network metrics.

EXAMPLE

The following command displays the current realtime network metrics for the alias myminio deployment.

mc support top net myminio/

The output returns information such as the server URL, network interface, receive rate, transmit rate, and system messages.

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] support top disk                \
                             [--interval value]  \
                             TARGET

Parameters

TARGET

The full path to the alias <minio-mc-alias> or prefix where the command should run.

--interval

The interval in seconds between metric requests.

By default, the command requests metrics every second.

Global Flags