Git Product home page Git Product logo

carbonate-utils's Introduction

Carbonate Utils

Utilities to plumb carbonate tools together. Depends on the master (and yet unreleased) branches of whisper, carbonate and carbon.

The Tools

carbonate-sync

$ carbonate-sync --help
usage: carbonate-sync [-h] [-c CONFIG_FILE] [-C CLUSTER] [-S REMOTE_CLUSTER]
                      [-n NODE] [-b BATCH_SIZE] [--ssh-options SSH_OPTIONS]
                      [--rsync-options RSYNC_OPTIONS] [--temp-dir TEMP_DIR]
                      [--exclude EXCLUDE] [--start-time START_TIME]
                      [--end-time END_TIME] [--overwrite OVERWRITE]

carbonate-sync

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG_FILE, --config-file CONFIG_FILE
                        Config file to use (default:
                        /opt/graphite/conf/carbonate.conf)
  -C CLUSTER, --cluster CLUSTER
                        Cluster name (default: main)
  -S REMOTE_CLUSTER, --remote-cluster REMOTE_CLUSTER
                        Remote cluster name (default: None)
  -n NODE, --node NODE  Name of the local node (same as in carbonate.conf).
                        (default: coulomier)
  -b BATCH_SIZE, --batch-size BATCH_SIZE
                        Batch size for fetching metrics. (default: 1000)
  --ssh-options SSH_OPTIONS
                        Pass option(s) to ssh. Make sure to use "--ssh-
                        options=" if option starts with '-' (default: -o
                        StrictHostKeyChecking=no -o
                        UserKnownHostsFile=/dev/null -o Compression=no)
  --rsync-options RSYNC_OPTIONS
                        Pass option(s) to rsync. Make sure to use "--rsync-
                        options=" if option starts with '-' (default:
                        --archive --sparse --update --modify-window=100800)
  --temp-dir TEMP_DIR   Temporary dir (default: /tmp)
  --exclude EXCLUDE     Comma separated regexp of paths to exclude (slow).
                        (default: ^carbon\.)
  --start-time START_TIME
                        Sync data more recent than this time. (default: 0)
  --end-time END_TIME   Sync data older than this time (default: now).
                        (default: 1465420874.04)
  --overwrite OVERWRITE
                        Overwrite local data with remote data (default:
                        false). (default: False)

Authors

License and warnings

These tools should be considered beta quality right now. Tests exist for most functionality, but there is still significant work to be done to make them bullet-proof.

The code is available under the MIT license.

carbonate-utils's People

Contributors

iksaif avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.