mc ilm expiry status
The mc ilm expiry status command summarizes lifecycle expiration events on the deployment in real time.
Syntax
The command has the following syntax:
mc ilm expiry status [FLAGS] TARGET
Flags
| Flag | Description |
|---|---|
--nodes value |
Show only on matching servers, comma separate multiple. |
--interval value |
Interval between requests in seconds (default: 3). |
--recent-count value |
Number of queued-for-expiry objects to display (default: 5). |
--in value |
Read previously saved json from file and replay. |
Global flags
This command supports any of the global flags.
Examples
Display ILM expiry activity across all nodes in real-time.
mc ilm expiry status myminio/
Show expiry activity on a specific set of nodes, refreshing every 5 seconds.
mc ilm expiry status --nodes minio1,minio2 --interval 5 myminio/
Show the 10 most recent queued-for-expiry objects in the dashboard.
mc ilm expiry status --recent-count 10 myminio/
Behavior
S3 compatibility
The mc command-line tool is built for compatibility with the AWS S3 API and is tested with MinIO AIStor and AWS S3 for expected functionality and behavior.