From 8e345cefbe19d133e041bd99e469ce3d044ea7dc Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Fri, 6 Feb 2015 20:32:58 +0700 Subject: network/graphite-carbon: Added (Backend data caching). Signed-off-by: Willy Sudiarto Raharjo --- network/graphite-carbon/man1/carbon-aggregator.1 | 56 ++++++++++++++++++++++ network/graphite-carbon/man1/carbon-cache.1 | 50 +++++++++++++++++++ network/graphite-carbon/man1/carbon-client.1 | 43 +++++++++++++++++ network/graphite-carbon/man1/carbon-relay.1 | 51 ++++++++++++++++++++ .../man1/validate-storage-schemas.1 | 17 +++++++ 5 files changed, 217 insertions(+) create mode 100644 network/graphite-carbon/man1/carbon-aggregator.1 create mode 100644 network/graphite-carbon/man1/carbon-cache.1 create mode 100644 network/graphite-carbon/man1/carbon-client.1 create mode 100644 network/graphite-carbon/man1/carbon-relay.1 create mode 100644 network/graphite-carbon/man1/validate-storage-schemas.1 (limited to 'network/graphite-carbon/man1') diff --git a/network/graphite-carbon/man1/carbon-aggregator.1 b/network/graphite-carbon/man1/carbon-aggregator.1 new file mode 100644 index 0000000000000..a8ab95294d27e --- /dev/null +++ b/network/graphite-carbon/man1/carbon-aggregator.1 @@ -0,0 +1,56 @@ +.TH CARBON-AGGREGATOR 1 +.SH NAME +carbon-aggregator \- buffer metrics over time before reporting to carbon-cache +.SH SYNOPSYS +.nf +.fam C +\fbcarbon-aggregator\fP [options] start +.fam T +.fi +.SH DESCRIPTION +carbon-aggregator can be run in front of carbon-cache to buffer metrics over +time before reporting them into whisper. +.PP +The options are described below. +.SH OPTIONS +.TP +.B +\-h, \-\-help +Show the embedded help. +.TP +.B +\-\-debug +Run in the foreground, log to stdout +.TP +.B +\-\-profile=PROFILE +Record performance profile data to the given file +.TP +.B +\-\-pidfile=PIDFILE +Write pid to the given file +.TP +.B +\-\-config=CONFIG +Use the given config file +.TP +.B +\-\-logdir=LOGDIR +Write logs in the given directory +.TP +.B +\-\-instance=INSTANCE +Manage a specific carbon instance +.TP +.B +\-\-rules=RULES +Use the given aggregation rules file. +.TP +.B +\-\-rewrite-rules=REWRITE_RULES +Use the given rewrite rules file. +.SH AUTHOR +\fBcarbon-aggregator\fP, created by Chris Davis. +.PP +This manual page was written by Jonas Genannt