Documentation

mc support top net

SUBNET Registration Required

The mc support commands are designed for MinIO deployments registered with MinIO SUBNET to ensure optimal outcome of diagnostics and performance testing. Deployments not registered with SUBNET cannot use the mc support commands.

Syntax

The mc support top net command displays realtime network metrics.

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.

The command has the following syntax:

mc [GLOBALFLAGS] support top disk                \
                             [--interval value]  \
                             TARGET
  • Brackets [] indicate optional parameters.

  • Parameters sharing a line are mutually dependent.

  • Parameters separated using the pipe | operator are mutually exclusive.

Copy the example to a text editor and modify as-needed before running the command in the terminal/shell.

Parameters

TARGET
Required

The full path to the alias or prefix where the command should run.

--interval
Optional

The interval in seconds between metric requests.

By default, the command requests metrics every second.

Global Flags

This command supports any of the global flags.