File: influxd-run.txt

package info (click to toggle)
influxdb 1.1.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,712 kB
  • sloc: sh: 1,231; python: 804; ruby: 118; makefile: 100
file content (32 lines) | stat: -rw-r--r-- 941 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
influxd-run(1)
==============

NAME
----
influxd-run - Configure and start an InfluxDB server

SYNOPSIS
--------
[verse]
'influxd' [-config <path>] [-pidfile <path>] [-cpuprofile <path>] [-memprofile <path>]
'influxd run' [-config <path>] [-pidfile <path>] [-cpuprofile <path>] [-memprofile <path>]

DESCRIPTION
-----------
Runs the InfluxDB server.

OPTIONS
-------
-config <path>::
  Sets the path to the configuration file. This defaults to the environment variable *INFLUXDB_CONFIG_PATH*, *~/.influxdb/influxdb.conf*, or */etc/influxdb/influxdb.conf* if a file is present at any of these locations. Disable the automatic loading of a configuration file by using the null device as the path (such as /dev/null on Linux or Mac OS X).

-pidfile <path>::
  Write process ID to a file.

-cpuprofile <path>::
  Write CPU profiling information to a file.

-memprofile <path>::
  Write memory usage information to a file.

include::footer.txt[]