OPENTSDB Basic Install

Source: Internet
Author: User

git clone git://github.com/opentsdb/opentsdb.git
CD Opentsdb
./build.sh

Env Compression=none hbase_home=/data/hbase123./src/create_table.sh
In a production environment, it is best to set a compression format, such as Lzo,gzip,snappy.
./src/opentsdb.conf
Tsd.http.cachedir-path to write temporary files to
Tsd.http.staticroot-path to the static GUI files found in./build/staticroot
Tsd.storage.hbase.zk_quorum-if HBase and Zookeeper is not running on the same machine, specify the host and port here.

Copy an opentsdb.conf from SRC to the build directory, and then edit and configure the above three items.
tsdtmp=${tmpdir-'/tmp '}/TSD # for Best performance, make sure
Mkdir-p "$tsdtmp" # Your temporary directory uses TMPFS
./build/tsdb TSD--port=4242

The Cache Directory stores temporary files generated when a graph is requested via the built-in GUI. These files should is purged periodically to free up space. Opentsdb doesn ' t clean up after itself at the this time but there was a script that should being run as a cron at least once a day Located at tools/clean_cache.sh.

OPENTSDB Basic Install

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.