cockroach debug tsdump connects to your cluster and collects timeseries diagnostic data from each active node (inactive nodes are not included). This includes both current and historical runtime metrics for your cluster, including those exposed in the pages as well as internal metrics.
cockroach debug tsdump is mostly used in tandem with the command to gather diagnostic data during escalations to Cockroach Labs support. Follow the steps in this procedure to gather and prepare the timeseries diagnostic data and prepare it for transit to Cockroach Labs.
Subcommands
While thecockroach debug command has a few subcommands, users are expected to use only the , , , , , and subcommands.
We recommend using the and subcommands only when directed by the .
The other debug subcommands are useful only to Cockroach Labs. Output of debug commands may contain sensitive or secret information.
Synopsis
The following flags must apply to an active CockroachDB node. If no nodes are live, you must .
Flags
Thedebug tsdump subcommand supports the following general-use, client connection, and logging flags.
General
| Flag | Description |
|---|---|
--format | The output format to write the collected diagnostic data. Valid options are text, csv, tsv, raw. Default:text |
--from | The oldest timestamp to include (inclusive), in the format YYYY-MM-DD [HH:MM[:SS]]. Default:0001-01-01 00:00:00 |
--to | The newest timestamp to include (inclusive), in the format YYYY-MM-DD [HH:MM[:SS]]. Default: Current timestamp plus 29 hours |
Client connection
Logging
By default, this command logs messages tostdout. If you need to troubleshoot this command’s behavior, you can .
Examples
Generate a tsdump gob file
Generate the tsdump gob file for an insecure CockroachDB cluster:
gob file for a secure CockroachDB cluster:
Secure examples assume you have the appropriate certificates in the default certificate directory,
${HOME}/.cockroach-certs/. See the documentation for more information.Generate a tsdump gob file and compress using gzip
Generate a tsdump gob file for an insecure CockroachDB cluster, and compress using gzip in preparation to send to Cockroach Labs for troubleshooting. Your server must have gzip installed:
gob file for a secure CockroachDB cluster, and compress using gzip in preparation to send to Cockroach Labs for troubleshooting. Your server must have gzip installed:
${HOME}/.cockroach-certs/. See the documentation for more information.
Generate a tsdump gob file with a custom timestamp range
Generate a tsdump gob file specifying a custom timestamp range to limit the data collection to a specific interval. This is useful for reducing the size of the resulting gob file if the data needed to troubleshoot falls within a known timestamp range:

