This commit is contained in:
Jonathan Shook
2020-12-17 17:22:36 -06:00
2 changed files with 4 additions and 0 deletions

View File

@@ -210,6 +210,9 @@ activity types.
Examples: Examples:
- `secureconnectbundle=/tmp/secure-connect-my_db.zip` - `secureconnectbundle=/tmp/secure-connect-my_db.zip`
- `secureconnectbundle="/home/automaton/secure-connect-my_db.zip"` - `secureconnectbundle="/home/automaton/secure-connect-my_db.zip"`
Check out [Astra Documentation](https://docs.astra.datastax.com/docs/test-loading-data-with-nosqlbench) for samples
- **insights** - Set to false to disable the driver from sending insights monitoring information - **insights** - Set to false to disable the driver from sending insights monitoring information
- `insights=false` - `insights=false`
- **tickduration** - sets the tickDuration (milliseconds) of HashedWheelTimer of the - **tickduration** - sets the tickDuration (milliseconds) of HashedWheelTimer of the

View File

@@ -1,6 +1,7 @@
# global help topics # global help topics
- commandline - commandline
- cli-scripting - cli-scripting
- ssl
- argsfile - argsfile
- threads - threads
- docker-metrics - docker-metrics