< Home - < Back

graphite-web


Information about the package, graphite-web, which is shipped with common Linux distributions. The graphite-web package is designed for, A Django web application for enterprise scalable realtime graphing.


Package Name:

graphite-web

Summary:

A Django web application for enterprise scalable realtime graphing

Description:

Graphite consists of a storage backend and a web-based visualization frontend. Client applications send streams of numeric time-series data to the Graphite backend (called carbon), where it gets stored in fixed-size database files similar in design to RRD. The web frontend provides user interfaces for visualizing this data in graphs as well as a simple URL-based API for direct graph generation. Graphite's design is focused on providing simple interfaces (both to users and applications), real-time visualization, high-availability, and enterprise scalability.

Architecture:

noarch

Version:

0.9.16

Release:

2.el6

Size:

1.9 M

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for graphite-web


Control the graphite-web package with the following handy commands outlined below.


Command

Description of Command

yum install graphite-web

This command will install graphite-web on the server.

yum remove graphite-web

This command will un-install graphite-web on the server. When you run this command, you will be asked if you are sure that you want to remove graphite-web, so you have to manually confirm that you want to do this.

yum -y remove graphite-web

This command will un-install graphite-web on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove graphite-web when using the -y flag.

yum update graphite-web

This command will update graphite-web to the latest version. When you run this command, you will be asked if you are sure that you want to remove graphite-web, so you have to manually confirm that you want to do this.

yum -y update graphite-web

This command will update graphite-web to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove graphite-web when using the -y flag.

yum info graphite-web

This command will show you core information about the graphite-web package.

yum deplist graphite-web

This command will show you the dependencies for graphite-web. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update graphite-web

This command will check if there is an update waiting on graphite-web. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.