Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
INFLUXD-RUN(1)							  INFLUXD-RUN(1)

NAME
     influxd-run - Configure and start an InfluxDB server

SYNOPSIS
     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 environ-
	 ment  variable  INFLUXDB_CONFIG_PATH,	 ~/.influxdb/influxdb.conf,   or
	 /etc/influxdb/influxdb.conf  if a file is present at any of these loca-
	 tions. 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.

BUGS
     Report  bugs  to the GitHub issue tracker https://github.com/influxdata/in-
     fluxdb.

AUTHORS
     InfluxDB is written and maintained by InfluxData https://influxdata.com.

COPYRIGHT
     InfluxDB is released under the MIT license.

     This man page is released under Creative Commons Attribution  4.0	Interna-
     tional License.

				   08/27/2026			  INFLUXD-RUN(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=influxd-run&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help