Skip to content
forked from adeneche/opentsdb

A scalable, distributed Time Series Database.

License

LGPL-2.1, GPL-3.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

wsharp/opentsdb

 
 

Repository files navigation

Fast import

The import2 command enables bulk loading of time series data into OpenTSDB. It is based on the import CLI tool but uses an advanced cached batching mechanism to speedup the loading. You provide one or more files and the tool 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 be optionally be compressed with GZip and if so, must end with the .gz extension.

Parameters

import2 [--noimport] [--print] path [more paths]
Name Data Type Description Default Example
noimport Boolean do not import data to TSDB false
print Boolean print generated data to console false
path String path to files to be imported. May be absolute or relative

The tool also supports all common command line parameters discribed here

Example Example

import2 --auto-metric file1 file2 file3

About

A scalable, distributed Time Series Database.

Resources

License

LGPL-2.1, GPL-3.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • Shell 1.1%