Documentation ¶
Overview ¶
Package cmd is the root package of the various command-line utilities for InfluxDB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCommandName ¶
ParseCommandName extracts the command name and args from the args list.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
The influx command is a CLI client to InfluxDB.
|
The influx command is a CLI client to InfluxDB. |
cli
Package cli contains the logic of the influx command line client.
|
Package cli contains the logic of the influx command line client. |
The influx_inspect command displays detailed information about InfluxDB data files.
|
The influx_inspect command displays detailed information about InfluxDB data files. |
dumptsi
Package dumptsi inspects low-level details about tsi1 files.
|
Package dumptsi inspects low-level details about tsi1 files. |
dumptsm
Package dumptsm inspects low-level details about tsm1 files.
|
Package dumptsm inspects low-level details about tsm1 files. |
export
Package export exports TSM files into InfluxDB line protocol format.
|
Package export exports TSM files into InfluxDB line protocol format. |
help
Package help contains the help for the influx_inspect command.
|
Package help contains the help for the influx_inspect command. |
inmem2tsi
Package inmem2tsi reads an in-memory index and exports it as a TSI index.
|
Package inmem2tsi reads an in-memory index and exports it as a TSI index. |
report
Package report reports statistics about TSM files.
|
Package report reports statistics about TSM files. |
verify
Package verify verifies integrity of TSM files.
|
Package verify verifies integrity of TSM files. |
Command influx_stress is deprecated; use github.com/influxdata/influx-stress instead.
|
Command influx_stress is deprecated; use github.com/influxdata/influx-stress instead. |
Command influx_tsm converts b1 or bz1 shards (from InfluxDB releases earlier than v0.11) to the current tsm1 format.
|
Command influx_tsm converts b1 or bz1 shards (from InfluxDB releases earlier than v0.11) to the current tsm1 format. |
b1
Package b1 reads data from b1 shards.
|
Package b1 reads data from b1 shards. |
bz1
Package bz1 reads data from bz1 shards.
|
Package bz1 reads data from bz1 shards. |
stats
Package stats contains statistics for converting non-TSM shards to TSM.
|
Package stats contains statistics for converting non-TSM shards to TSM. |
tsdb
Pacage tsdb abstracts the various shard types supported by the influx_tsm command.
|
Pacage tsdb abstracts the various shard types supported by the influx_tsm command. |
tsdb/internal
Package internal is a generated protocol buffer package.
|
Package internal is a generated protocol buffer package. |
Command influxd is the InfluxDB server.
|
Command influxd is the InfluxDB server. |
backup
Package backup is the backup subcommand for the influxd command.
|
Package backup is the backup subcommand for the influxd command. |
help
Package help is the help subcommand of the influxd command.
|
Package help is the help subcommand of the influxd command. |
restore
Package restore is the restore subcommand for the influxd command, for restoring from a backup.
|
Package restore is the restore subcommand for the influxd command, for restoring from a backup. |
run
Package run is the run (default) subcommand for the influxd command.
|
Package run is the run (default) subcommand for the influxd command. |
Click to show internal directories.
Click to hide internal directories.