1
0
mirror of https://github.com/minio/docs.git synced 2025-05-02 07:24:51 +03:00
docs/source/reference/deprecated/mc-admin-speedtest.rst
Daryl White 38bf361add
mc admin speedtest and mc ping updates (#723)
- Adds `mc ping` doc

Closes #538 

- Deprecates `mc admin speedtest` to `mc support perf`

Closes #678
2023-02-15 11:37:11 -06:00

1.6 KiB

mc admin speedtest

minio

Table of Contents

mc admin speedtest

RELEASE.2022-07-24T02-25-13Z

Important

The mc admin speedtest function has moved to the mc support perf command.

Description

The mc admin speedtest command tests throughputs per host with PUT and GET operations.

~mc admin speedtest is available starting with mc RELEASE.2021-09-02T09-21-27Z and supports distributed MinIO deployments running RELEASE.2021-07-30T00-02-00Z or later.

~mc admin speedtest does not support standalone or MinIO Gateway deployments.

Use mc admin on MinIO Deployments Only

Syntax

mc admin speedtest has the following syntax:

mc admin speedtest [FLAGS] TARGET

mc admin speedtest supports the following arguments:

TARGET

Required

The alias <mc alias> of a configured MinIO deployment to run the speedtest against.

--duration

The duration the entire speedtests are run. Defaults to 10s.

--size

The size of the objects used for uploads/downloads. Defaults to 64MiB.

--concurrent

The number of concurrent requests per server. Defaults to 32.