---
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: 1049
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/reference/cli/influxd/inspect/
date: '2023-11-06T15:53:12-07:00'
lastmod: '2023-11-06T15:53:12-07:00'
---

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](/influxdb/v2/reference/cli/influxd/inspect/build-tsi/)        | Rebuild the TSI index and series file |
|     [check-schema](/influxdb/v2/reference/cli/influxd/inspect/check-schema/)     |Check for conflicts between shard types|
|       [delete-tsm](/influxdb/v2/reference/cli/influxd/inspect/delete-tsm/)       | Delete a measurement from a TSM file  |
|         [dump-tsi](/influxdb/v2/reference/cli/influxd/inspect/dump-tsi/)         |   Output low level TSI information    |
|         [dump-tsm](/influxdb/v2/reference/cli/influxd/inspect/dump-tsm/)         |   Output low level TSM information    |
|         [dump-wal](/influxdb/v2/reference/cli/influxd/inspect/dump-wal/)         |    Output TSM data from WAL files     |
|     [export-index](/influxdb/v2/reference/cli/influxd/inspect/export-index/)     |         Export TSI index data         |
|        [export-lp](/influxdb/v2/reference/cli/influxd/inspect/export-lp/)        |   Export TSM data to line protocol    |
|     [merge-schema](/influxdb/v2/reference/cli/influxd/inspect/merge-schema/)     |      Merge a set of schema files      |
|        [report-db](/influxdb/v2/reference/cli/influxd/inspect/report-db/)        |  Report the cardinality of a bucket   |
|       [report-tsi](/influxdb/v2/reference/cli/influxd/inspect/report-tsi/)       |  Report the cardinality of TSI files  |
|       [report-tsm](/influxdb/v2/reference/cli/influxd/inspect/report-tsm/)       |  Report information about TSM files   |
|[verify-seriesfile](/influxdb/v2/reference/cli/influxd/inspect/verify-seriesfile/)| Verify the integrity of series files  |
| [verify-tombstone](/influxdb/v2/reference/cli/influxd/inspect/verify-tombstone/) |Verify the integrity of tombstone files|
|       [verify-tsm](/influxdb/v2/reference/cli/influxd/inspect/verify-tsm/)       |   Verify the integrity of TSM files   |
|       [verify-wal](/influxdb/v2/reference/cli/influxd/inspect/verify-wal/)       |   Verify the integrity of WAL files   |

## Flags

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

[inspect](/influxdb/v2/tags/inspect/)
| Subcommand | Description |
| --- | --- |
| 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 |

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