Edd Robinson
33a60dfd85
Support for cardinality by measurement
2018-07-03 11:57:08 +01:00
Ben Johnson
22ffb6acda
Add dumptsmwal command to influx_inspect.
2018-05-15 11:21:35 -06:00
Jeff Wendling
adeec62c0d
reorganize the verify commands into a folder
2018-04-25 18:10:22 -06:00
Jeff Wendling
e771040a7d
Add verify-seriesfile to influx_inspect
...
Fixes #9767
2018-04-25 18:10:17 -06:00
Ben Johnson
8c9d179a94
Add 'influx_inspect deletetsm'
2018-04-19 10:36:08 -06:00
Ben Johnson
b42245acbe
Refactoring 'buildtsi' command.
2018-01-30 11:01:35 -07:00
Ben Johnson
06bc3b6fbf
TSI Index Migration
2017-08-15 11:40:24 -06:00
Ben Johnson
489c89bea4
Add tsi support tooling.
2017-05-08 11:00:15 -06:00
Mark Rushakoff
6768c6ed3b
Update godoc for the cmd package and subpackages
2016-12-30 11:58:43 -08:00
Cory LaNou
4f952ad483
export wal files when exporting shard data
2016-09-23 15:09:17 -05:00
gunnaraasen
d28a0a9b4e
Add time range option to influx_inspect
2016-08-25 11:39:54 -07:00
Jason Wilder
5bdc01a3b2
Replace info w/ report command
...
info was not safe to run and not really useful.
2016-07-26 10:23:44 -06:00
Cory LaNou
968d322d6d
finish tsm file exporter
2016-07-21 17:20:51 -05:00
Jonathan A. Sternberg
2a1e6533b7
Rename dumptsmdev to dumptsm in influx_inspect
...
Removes the old implementation of `dumptsm`. It was for an older version
of the tsm1 files that is no longer used and now just panics when used
on a tsm1 file. dumptsmdev has been renamed to `dumptsm`, but the old
`dumptsmdev` command still works for compatibility.
2016-06-21 10:31:05 -05:00
Todd Persen
318a966b94
Change `dump` to `export`
2016-05-02 21:42:42 -07:00
Todd Persen
1378b8a3c8
Dump TSM files to line protocol.
2016-04-29 23:01:18 -07:00
Seif Lotfy
c6e3c87e00
Add Block checksum validation and "influx_inspect verify" tool
...
Fixes #5502
2016-04-19 22:33:03 +02:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Jason Wilder
a6541937f8
Add dumptsmdev to influx_inspect
...
Allow inspecting the updated TSM format.
2015-11-24 08:50:13 -07:00
Jason Wilder
214e451af5
Move info command to separate file
2015-10-14 09:27:24 -06:00
Jason Wilder
4e9e3a4763
Shorten dumptsm flags
2015-10-14 09:24:54 -06:00
Jason Wilder
bbe0eb49bc
Add ability to filter index and block by key string match
2015-10-13 18:16:16 -06:00
Jason Wilder
467ada073a
Add flags for dumping only index, block or all data
2015-10-13 17:47:37 -06:00
Jason Wilder
1a3f8c403e
Re-work influx_inspect command-line options to use sub-commands
...
Should make adding new functionality easier.
2015-10-13 17:26:23 -06:00
Jason Wilder
bc6d677b06
Add tsm file dump support to influx_inspect
...
This will read a tsm file and dump index, block and compression level info from the file.
It reads the file directly as opposed to reading it through the tsm engine which should
help with debugging and troubleshooting data file issues.
The implementation is not pretty but the output is very useful. In the future, we can
add data extraction, recovery and verification functionality if needed.
2015-10-09 22:32:11 -06:00
Philip O'Toole
1e7a86aa61
Rename 'inspect' to 'influx_inspect'
2015-10-09 11:03:39 -07:00