docs-v2/content/enterprise_influxdb/v1/tools/influxd-ctl/entropy/show.md

1.3 KiB

title description menu weight related
influxd-ctl entropy show The `influxd-ctl entropy show` command returns all shards with detected entropy.
enterprise_influxdb_v1
parent
influxd-ctl entropy
301
/enterprise_influxdb/v1/tools/influxd-ctl/entropy/repair/
/enterprise_influxdb/v1/administration/configure/anti-entropy/

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 >}}

Flags

See influxd-ctl global flags.