Related to "Inspect"
influxd inspect
The influxd inspect
commands and subcommands inspecting on-disk InfluxDB time series data.
influxd inspect check-schema
The influxd inspect check-schema
command checks for conflicts between shard types.
influxd inspect dump-tsi
The influxd inspect dump-tsi
command outputs low-level information about tsi1
files.
influxd inspect dump-tsm
The influxd inspect dump-tsm
command outputs low-level information about tsi1
files.
influxd inspect dump-wal
The influxd inspect dump-wal
command outputs data from WAL files for debugging purposes.
influxd inspect export-index
The influxd inspect export-index
command exports all series in a TSI index to SQL format for inspection and debugging.
influxd inspect export-lp
The influxd inspect export-lp
command exports all time series data in a bucket as line protocol.
influxd inspect merge-schema
The influxd inspect merge-schema
command merges a set of schema files.
influxd inspect report-db
The influxd inspect report-db
command reports the cardinality for an InfluxDB bucket.
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.
influxd inspect report-tsm
The influxd inspect report-tsm
command analyzes Time-Structured Merge Tree (TSM) files within a storage engine directory and reports the cardinality within the files and the time range the data covers.
influxd inspect verify-seriesfile
The influxd inspect verify-seriesfile
command verifies the integrity of series files.
influxd inspect verify-tombstone
The influxd inspect verify-tombstone
command verifies the integrity of tombstone files.
influxd inspect verify-tsm
The influxd inspect verify-tsm
command analyzes a set of TSM files for inconsistencies between the TSM index and the blocks.
influxd inspect verify-wal
The influxd inspect verify-wal
command analyzes the Write-Ahead Log (WAL) to check if there are any corrupt files.