mc support top api

The mc support top api command summarizes the real-time API events on an AIStor deployment server.

Syntax

Parameters

TARGET

Required

The full path to the alias, prefix, or object where the command should run. The path must include at least an ALIAS.

--name

Optional

Outputs a summary of current API calls matching the entered string.

--path

Optional

Outputs a summary of current API calls for a specified path.

--node

Optional

Outputs a summary of the current API calls on matching servers.

--errors

Alias: -e

Optional

Outputs a summary of current API calls returning errors.

Global flags

This command supports any of the global flags.

Examples

All current in-progress S3 API calls

The following command displays all in-progress S3 calls for the myaistor deployment:

mc support top api myaistor

Current in-progress s3.PutObject calls

The following command displays all in-progress s3.PutObject calls for the myaistor deployment:

mc support top api --name s3.PutObject myaistor