1.9 KiB
1.9 KiB
title | description | v2.0/tags | menu | weight | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
influxd inspect report-tsi | The `influxd inspect report-tsi` command analyzes Time Series Index (TSI) files in a storage directory and reports the cardinality of data stored in the files. |
|
|
301 |
The influxd inspect report-tsi
command analyzes Time Series Index (TSI) files
in a storage directory and reports the cardinality of data stored in the files
by organization and bucket.
Output details
influxd inspect report-tsi
outputs the following:
- All organizations and buckets in the index.
- The series cardinality within each organization and bucket.
- Time to read the index.
When the --measurements
flag is included, series cardinality is grouped by:
- organization
- bucket
- measurement
Usage
influxd inspect report-tsi [flags]
Flags
Flag | Description | Input Type |
---|---|---|
--bucket-id |
Process data for specified bucket ID. Requires org-id flag to be set. |
string |
-h , --help |
View help for report-tsi . |
|
-m , --measurements |
Group cardinality by measurements. | |
-o , --org-id |
Process data for specified organization ID. | string |
--path |
Specify path to index. Defaults to ~/.influxdbv2/engine/index . |
string |
--series-file |
Specify path to series file. Defaults to ~/.influxdbv2/engine/_series . |
string |
-t , -top |
Limit results to the top n. | integer |