GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
INFLUX_STRESS(1)   INFLUX_STRESS(1)

influx_stress - Runs a stress test against one or multiple InfluxDB servers

influx_stress [options]

Runs write and query stress tests against one or multiple InfluxDB servers to create reproducible performance benchmarks against InfluxDB.

-addr <addr>
IP address and port of the database where response times will persist. This is not for specifying which database to test against. That option is located inside of the configuration file. The default is http://localhost:8086.

-database <name>

The database where response times will persist. This is not for specifying which database to test against. See -db or the configuration file for that option. The default is stress.

-retention-policy <name>

The retention policy where response times will persist. This is not for specifying which retention policy to test against. See the configuration file for that option. The default is an empty string which will use the default retention policy.

-config <path>

The stress configuration file.

-cpuprofile <path>

Write the cpu profile to the path. No cpu profile is written unless this is used. This profiles influx_stress, not the InfluxDB server.

-db <name>

The target database within the test system for write and query load.

-tags <values>

A comma separated list of tags.

-v2

Use version 2 of the stress tool. The default is to use version 1.

Report bugs to the GitHub issue tracker https://github.com/influxdata/influxdb.

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

InfluxDB is released under the MIT license.

This man page is released under Creative Commons Attribution 4.0 International License.

04/09/2022  

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.