/opentsdb-tools

Import and Export OpenTSDB Database

Primary LanguageShell

opentsdb-tools

OpenTSDB - Import and Export script

create a simple tables run my script create_table

./create_table

Export opentsdb database run tsdb-export script and specify option -o /path/to/db

./tsdb-export -o /path/to/db

Import opentsdb database run tsdb-import script and specify option -db to destination db path

./tsdb-import -db /path/to/db