import
import
The import command enables bulk loading of time series data into OpenTSDB. You provide one or more files and OpenTSDB will parse and load the data. Data must be formatted in the Telnet put
style with one data point per line in a text file. Each file may optionally be compressed with GZip and if so, must end with the .gz
extension.
For more information on storing data in OpenTSDB, please see ../writing
Parameters
import path [...paths]
Paths may be absolute or relative
Example
import /home/hobbes/timeseries1.gz /home/hobbes/timeseries2.gz
Input Format
The format is the same as the Telnet put登录查看完整内容