mc admin pool top
The mc admin pool top command lists the server pools of a deployment, with an optional filter.
Syntax
The command has the following syntax:
mc admin pool top [FLAGS] TARGET
Flags
| Flag | Description |
|---|---|
--export |
Export command as JSON. |
--import value |
Import command as JSON. |
--filter value |
Filter commands based on available filters. |
--count value |
Limit the number of returned results (default: 0). |
--start value |
Starting index for listing (default: 0). |
--sort value |
Allows for sorting on field names. Only fields of type (int, string and float) can be sorted. |
--sort-reversed |
Reverses the sort order. |
Global flags
This command supports any of the global flags.
Examples
Get pool list.
mc admin pool top [alias]
Export pool list.
mc admin pool top [alias] --export
Get pool list with a filter.
mc admin pool top [alias] --filter "PoolIndex = 1"
Get get four pool with a filter, starting at item 2.
mc admin pool top [alias] --filter "PoolIndex = 1" --start 2 --count 4
Import pool list and apply a filter.
mc admin pool top [alias] --import pools.json --filter "PoolIndex = 1"
Apply sorting.
mc admin pool top [alias] --sort "PoolIndex" --sort-reversed
Behavior
S3 compatibility
This command uses a MinIO AIStor administrative API and does not work against other S3-compatible services.