-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PH] Update docs #734
[PH] Update docs #734
Conversation
tests/performance_tests/README.md
Outdated
* `--database-map-mode {mapped,heap,locked}` | ||
Database map mode ("mapped", "heap", or "locked"). | ||
In "mapped" mode database is memory mapped as a file. | ||
In "heap" mode database is preloaded in to swappable memory and will use huge pages if available. | ||
In "locked" mode database is preloaded, locked in to memory, and will use huge pages if available. (default: mapped) | ||
* `--cluster-log-lvl {all,debug,info,warn,error,off}` | ||
Cluster log level ("all", "debug", "info", "warn", "error", or "off"). Performance Harness Test Basic relies on some logging at | ||
"info" level, so it is recommended lowest logging level to use. However, there are instances where more verbose logging can be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"info" level, so it is recommended lowest logging level to use. However, there are instances where more verbose logging can be | |
"info" level, so it is the lowest recommended logging level to use. However, there are instances where more verbose logging can be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed: 2940d5a
tests/performance_tests/README.md
Outdated
* `--test-duration-sec TEST_DURATION_SEC` | ||
The duration of transfer trx generation for the test in seconds (default: 90) | ||
* `--user-trx-data-file USER_TRX_DATA_FILE` | ||
Path to userTrxDataTransfer.json (default: None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Path to userTrxDataTransfer.json (default: None) | |
Path to TrxData JSON file (default: None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed: 2940d5a
tests/performance_tests/README.md
Outdated
* `--database-map-mode {mapped,heap,locked}` | ||
Database map mode ("mapped", "heap", or "locked"). | ||
In "mapped" mode database is memory mapped as a file. | ||
In "heap" mode database is preloaded in to swappable memory and will use huge pages if available. | ||
In "locked" mode database is preloaded, locked in to memory, and will use huge pages if available. (default: mapped) | ||
* `--cluster-log-lvl {all,debug,info,warn,error,off}` | ||
Cluster log level ("all", "debug", "info", "warn", "error", or "off"). Performance Harness Test Basic relies on some logging at | ||
"info" level, so it is recommended lowest logging level to use. However, there are instances where more verbose logging can be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"info" level, so it is recommended lowest logging level to use. However, there are instances where more verbose logging can be | |
"info" level, so it is the lowest recommended logging level to use. However, there are instances where more verbose logging can be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed: 2940d5a
No description provided.