File: carbon-c-relay.default

package info (click to toggle)
carbon-c-relay 3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,604 kB
  • sloc: ansic: 8,354; sh: 1,401; yacc: 924; lex: 354; python: 112; makefile: 110
file content (20 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Additional options that are passed to the Daemon.
# -v  print version and exit
# -f  read <config> for clusters and routes
# -p  listen on <port> for connections, defaults to 2003
# -i  listen on <interface> for connections, defaults to all
# -l  write output to <file>, defaults to stdout/stderr
# -w  use <workers> worker threads, defaults to the number of cpu cores
# -b  server send batch size, defaults to 2500
# -q  server queue size, defaults to 25000
# -S  statistics sending interval in seconds, defaults to 60
# -m  send statistics like carbon-cache.py, e.g. not cumulative
# -c  characters to allow next to [A-Za-z0-9], defaults to -_:#
# -d  debug mode: currently writes statistics to log, prints hash
#     ring contents and matching position in test mode (-t)
# -s  submission mode: don't add any metrics to the stream like
#     statistics, report drop counts and queue pressure to log
# -t  config test mode: prints rule matches from input on stdin
# -H  hostname: override hostname (used in statistics)

DAEMON_ARGS="-f /etc/carbon-c-relay.conf"