opentsdb

Scalable distributed time series database built on HBase

brewmacoslinux
Try with needOr install directly
Source

About

Scalable, distributed Time Series Database

Commands

tsdb

Examples

Start the OpenTSDB server on default port 4242$ tsdb tsd
Put a metric data point with timestamp, value and tags$ tsdb put sys.cpu.user 1234567890 42 host=web01 dc=lax
Query metrics from command line$ tsdb query start=1h-ago m=sum:sys.cpu.user{host=web01}