package cmd

import "github.com/influxdata/influxdb/cmd"

Package cmd is the root package of the various command-line utilities for InfluxDB.

Index

Functions

func ParseCommandName

func ParseCommandName(args []string) (string, []string)

ParseCommandName extracts the command name and args from the args list.

Source Files

parse.go

Directories

PathSynopsis
cmd/influxThe influx command is a CLI client to InfluxDB.
cmd/influx/cliPackage cli contains the logic of the influx command line client.
cmd/influxdCommand influxd is the InfluxDB server.
cmd/influxd/backupPackage backup implements both the backup and export subcommands for the influxd command.
cmd/influxd/backup_util
cmd/influxd/backup_util/internal
cmd/influxd/helpPackage help is the help subcommand of the influxd command.
cmd/influxd/restorePackage restore is the restore subcommand for the influxd command, for restoring from a backup.
cmd/influxd/runPackage run is the run (default) subcommand for the influxd command.
cmd/influx_inspectThe influx_inspect command displays detailed information about InfluxDB data files.
cmd/influx_inspect/buildtsiPackage buildtsi reads an in-memory index and exports it as a TSI index.
cmd/influx_inspect/cardinality
cmd/influx_inspect/cardinality/aggregators
cmd/influx_inspect/deletetsmPackage deletetsm bulk deletes a measurement from a raw tsm file.
cmd/influx_inspect/dumptsiPackage dumptsi inspects low-level details about tsi1 files.
cmd/influx_inspect/dumptsmPackage dumptsm inspects low-level details about tsm1 files.
cmd/influx_inspect/dumptsmwalPackage dumptsmwal dumps all data from a WAL file.
cmd/influx_inspect/exportPackage export exports TSM files into InfluxDB line protocol format.
cmd/influx_inspect/helpPackage help contains the help for the influx_inspect command.
cmd/influx_inspect/reportPackage report reports statistics about TSM files.
cmd/influx_inspect/reportdiskPackage report reports statistics about TSM files.
cmd/influx_inspect/reporttsiPackage reporttsi provides a report about the series cardinality in one or more TSI indexes.
cmd/influx_inspect/type_conflicts
cmd/influx_inspect/verify
cmd/influx_inspect/verify/seriesfilePackage seriesfile verifies integrity of series files.
cmd/influx_inspect/verify/tombstonePackage tombstone verifies integrity of tombstones.
cmd/influx_inspect/verify/tsmPackage tsm verifies integrity of TSM files.
cmd/influx_toolsThe influx_tools command displays detailed information about InfluxDB data files.
cmd/influx_tools/compact
cmd/influx_tools/export
cmd/influx_tools/generate
cmd/influx_tools/generate/exec
cmd/influx_tools/generate/init
cmd/influx_tools/helpPackage help is the help subcommand of the influxd command.
cmd/influx_tools/importer
cmd/influx_tools/internal
cmd/influx_tools/server
Version
v1.12.0 (latest)
Published
Apr 8, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
2 days ago

Tools for package owners.