GithubHelp home page GithubHelp logo

jimdo-graphite-web's Introduction

 Overview
-------------------------------------------------------------------------------
Graphite consists of two major components

 1) the frontend Django webapp that runs under mod_python Apache
 2) the backend carbon-cache.py daemon

Client applications connect to the running carbon-cache.py daemon on port 2003 and send it
lines of text of the following format:

"my.metric.name value unix_timestamp", for example:

"performance.servers.www01.cpuUsage 42.5 1208815315"

The metric name is like a filesystem path that uses . as a separator instead of /
The value is some scalar integer or floating point value
The unix_timestamp is unix epoch time, as an integer

Each line like this corresponds to one data point for one metric.

Once you've got some clients sending data to carbon-cache, you can view
graphs of that data in the frontend webapp.


 Webapp Installation
-------------------------------------------------------------------------------
Use the instructions in the INSTALL file.


 Running carbon-cache.py
-------------------------------------------------------------------------------
First you must tell carbon-cache what user it should run as.
This must be a user with write privileges to $GRAPHITE_ROOT/storage/whisper/
Specify the user account in $GRAPHITE_ROOT/carbon/conf/carbon.conf

This user must also have write privileges to $GRAPHITE_ROOT/storage/log/carbon-cache/


 Writing a client
-------------------------------------------------------------------------------
First you obviously need to decide what data it is you want to graph with
graphite. The script examples/example-client.py demonstrates a simple client
that sends loadavg data for your local machine to carbon on a minutely basis.

The default storage schema stores data in one-minute intervals for 2 hours.
This is probably not what you want so you should create a custom storage schema
according to the docs on the graphite wiki (http://graphite.wikidot.com)

jimdo-graphite-web's People

Contributors

larsfronius avatar jrb avatar

Stargazers

Benjamin Angel avatar

Watchers

Mohsin Hijazee avatar Christopher Blum avatar Thomas avatar Stanislav O. Pogrebnyak avatar Jan Brauer avatar  avatar Hiro Miyanishi avatar Umair avatar Ilya Margolin avatar Heiko Voigt avatar Julius Zeidler avatar Klaus Trainer avatar Fridtjof Detzner avatar Jan Prieser avatar Paul Mölders avatar  avatar Jan Schlie avatar Juan Carlos Castañeda Martínez avatar James Cloos avatar Jim Allen avatar Matheus Figueredo avatar Tina Umlandt avatar dcipher avatar Deniz Adrian avatar Michi Lehr avatar Oliver avatar  avatar Lior avatar  avatar Jens Oliver Meiert avatar Simon Hartmann avatar Daniel Heidecke avatar Bijan Chokoufe Nejad avatar Eva Spies avatar Eric Quanz avatar David LaMothe avatar Kevin avatar Dennis Bochen avatar Amit Kumar Das avatar Dimitar avatar  avatar Jorge avatar Mark Frawley avatar Rahul Rout avatar Fabian Orthen avatar Joe Combopiano avatar Matthew avatar Lior avatar  avatar Ahmet Güneş avatar J. Christiansen avatar Lian Li avatar Yannick Kollega avatar Mario Trucco avatar Dirk Planeth avatar  avatar  avatar  avatar  avatar Kai Birkenfeld avatar  avatar  avatar Peter Rudek avatar Valentin Palkovic avatar mahdikhanzadi avatar Jill avatar Abubakar Sambo avatar Timo Gronwald avatar  avatar Jérémie avatar Stefan Schadwinkel avatar  avatar Micha avatar 5ascha avatar Enrique Plata avatar Thilini Perera avatar  avatar Arne Roock avatar Eike-Marie avatar Ingo Ellerbusch avatar  avatar Balaji rajagopalan avatar  avatar Sven Kruse avatar Mrigank Mridul avatar Ali Wassouf avatar  avatar  avatar  avatar  avatar  avatar Tizi avatar Mouhamed GHARSALLAH avatar Victor Daniel Catamo Rojas avatar  avatar Aman Kumar Saini avatar  avatar Alexander Hayek avatar  avatar James Quinn 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.