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. It performs the following checks:

  • Ensures CRC-32 checksums match for each block.
  • Ensures the minimum and maximum timestamps in the TSM index match the decoded data.

Usage

  1. influxd inspect verify-tsm <pathspec>... [flags]

Arguments

pathspec

A list of files or directories in which to search for TSM files.

Flags

FlagDescriptionInput Type
—bucket-idLimit analysis to a specific bucket ID. Optional.string
-h—helpHelp for the verify-tsm command.
—org-idLimit analysis to a specific organization ID. Optional.string

tsm inspect