influx_inspect(1) ================= NAME ---- influx_inspect - Displays detailed information about InfluxDB data files SYNPOSIS -------- [verse] 'influx_inspect dumptsm' [options] 'influx_inspect export' [options] 'influx_inspect report' [options] 'influx_inspect verify' [options] DESCRIPTION ----------- Displays detailed information about InfluxDB data files through one of the following commands. *dumptsm*:: Dumps low-level details about tsm1 files. *export*:: Exports TSM files into InfluxDB line protocol format. *report*:: Displays shard level report. *verify*:: Verifies integrity of TSM files. DUMPTSM OPTIONS --------------- -all:: Dump all data. Caution: This may print a lot of information. -blocks:: Dump raw block data. -filter-key :: Only display index and block data that match this key substring. -index:: Dump raw index data. EXPORT OPTIONS -------------- -compress:: Compress the output. -db :: The database to export. Optional. -rp :: The retention policy to export. Optional. Requires the '-db ' option to be specified. -data-dir :: Data storage path. Defaults to '~/.influxdb/data'. -wal-dir :: Wal storage path. Defaults to '~/.influxdb/wal'. -start :: The start time of the export. The timestamp is in RFC3339 format. Optional. -end :: The end time of the export. The timestamp is in RFC3339 format. Optional. -out :: Destination file to write exported data to. Defaults to '~/.influxdb/export'. REPORT OPTIONS -------------- -detailed:: Report detailed cardinality estimates. -pattern :: Include only files matching a pattern. VERIFY OPTIONS -------------- -dir :: Root storage path. Defaults to '~/.influxdb'. include:footer.txt[]