influxd inspect

This page documents an earlier version of InfluxDB. InfluxDB v2.7 is the latest stable version. View this page in the v2.7 documentation.

The influxd inspect commands and subcommands inspecting on-disk InfluxDB time series data.

Usage

  1. influxd inspect [subcommand]

Subcommands

SubcommandDescription
build-tsiRebuild the TSI index and series file
delete-tsmDelete a measurement from a TSM file
dump-tsiOutput low level TSI information
dump-tsmOutput low level TSM information
dump-walOutput TSM data from WAL files
export-indexExport TSI index data
export-lpExport TSM data to line protocol
report-tsiReport the cardinality of TSI files
report-tsmReport information about TSM files
verify-seriesfileVerify the integrity of series files
verify-tombstoneVerify the integrity of tombstone files
verify-tsmVerify the integrity of TSM files
verify-walVerify the integrity of WAL files

Flags

FlagDescription
-h—helpHelp for the inspect command

inspect