1CARBON-CACHE(1) General Commands Manual CARBON-CACHE(1)
2
3
4
6 carbon-cache - accepts metrics over various protocols and writes them
7 to disk
8
10 carbon-cache [options] start
11
13 carbon-cache accepts metrics over various protocols and writes them to
14 disk as efficiently as possible. This requires caching metric values in
15 RAM as they are received, and flushing them to disk on an interval
16 using the underlying whisper library.
17
18 The options are described below.
19
21 -h, --help
22 Show the embedded help.
23
24 --debug
25 Run in the foreground, log to stdout
26
27 --profile=PROFILE
28 Record performance profile data to the given file
29
30 --pidfile=PIDFILE
31 Write pid to the given file
32
33 --config=CONFIG
34 Use the given config file
35
36 --logdir=LOGDIR
37 Write logs in the given directory
38
39 --instance=INSTANCE
40 Manage a specific carbon instance
41
43 carbon-cache, created by Chris Davis.
44
45 This manual page was written by Jonas Genannt
46 <jonas.genannt@capi2name.de, for the Debian project (but may be used by
47 others).
48
49
50
51 CARBON-CACHE(1)