< Home - < Back

carbon-c-relay


Information about the package, carbon-c-relay, which is shipped with common Linux distributions. The carbon-c-relay package is designed for, Enhanced C implementation of Carbon relay, aggregator and rewriter.


Package Name:

carbon-c-relay

Summary:

Enhanced C implementation of Carbon relay, aggregator and rewriter

Description:

Carbon-like Graphite line mode relay. This project aims to be a replacement of the original Carbon relay. The main reason to build a replacement is performance and configurability. Carbon is single threaded, and sending metrics to multiple consistent-hash clusters requires chaining of relays. This project provides a multithreaded relay which can address multiple targets and clusters for each and every metric based on pattern matches.

Architecture:

x86_64

Version:

2.6

Release:

1.el6

Size:

93 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for carbon-c-relay


Control the carbon-c-relay package with the following handy commands outlined below.


Command

Description of Command

yum install carbon-c-relay

This command will install carbon-c-relay on the server.

yum remove carbon-c-relay

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

yum -y remove carbon-c-relay

This command will un-install carbon-c-relay 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 carbon-c-relay when using the -y flag.

yum update carbon-c-relay

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

yum -y update carbon-c-relay

This command will update carbon-c-relay 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 carbon-c-relay when using the -y flag.

yum info carbon-c-relay

This command will show you core information about the carbon-c-relay package.

yum deplist carbon-c-relay

This command will show you the dependencies for carbon-c-relay. 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 carbon-c-relay

This command will check if there is an update waiting on carbon-c-relay. 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.