---
title: influxd inspect
description: The influxd inspect commands and subcommands inspecting on-disk InfluxDB time series data.
url: https://docs.influxdata.com/influxdb/v2/reference/cli/influxd/inspect/
estimated_tokens: 1211
product: InfluxDB OSS v2
version: v2
---

# influxd inspect

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

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

## Usage

```sh
influxd inspect [subcommand]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| build-tsi | Rebuild the TSI index and series file |
| check-schema | Check for conflicts between shard types |
| delete-tsm | Delete a measurement from a TSM file |
| dump-tsi | Output low level TSI information |
| dump-tsm | Output low level TSM information |
| dump-wal | Output TSM data from WAL files |
| export-index | Export TSI index data |
| export-lp | Export TSM data to line protocol |
| merge-schema | Merge a set of schema files |
| report-db | Report the cardinality of a bucket |
| report-tsi | Report the cardinality of TSI files |
| report-tsm | Report information about TSM files |
| verify-seriesfile | Verify the integrity of series files |
| verify-tombstone | Verify the integrity of tombstone files |
| verify-tsm | Verify the integrity of TSM files |
| verify-wal | Verify the integrity of WAL files |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Help for the inspect command |

[inspect](/influxdb/v2/tags/inspect/)
