1.3 KiB
1.3 KiB
title | description | menu | weight | related | ||||||
---|---|---|---|---|---|---|---|---|---|---|
influxd-ctl entropy show | The `influxd-ctl entropy show` command returns all shards with detected entropy. |
|
301 |
|
The influxd-ctl entropy show
command returns all shards with detected entropy.
Usage
influxd-ctl entropy show
Output includes the following:
- Shard ID
- Database
- Retention policy
- Shard start time
- Shard end time
- Shard expiration time
- Shard entropy status
{{< expand-wrapper >}} {{% expand "View example output" %}}
Entropy
==========
ID Database Retention Policy Start End Expires Status
21179 statsdb 1hour 2023-10-09 00:00:00 +0000 UTC 2023-10-16 00:00:00 +0000 UTC 2024-10-22 00:00:00 +0000 UTC diff
25165 statsdb 1hour 2023-11-20 00:00:00 +0000 UTC 2023-11-27 00:00:00 +0000 UTC 2024-12-03 00:00:00 +0000 UTC diff
{{% /expand %}} {{< /expand-wrapper >}}