Skip to content
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

Merged
merged 7 commits into from
Feb 28, 2023
Merged

Conversation

oschwaldp-oci
Copy link
Contributor

No description provided.

* `--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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed: 2940d5a

* `--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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Path to userTrxDataTransfer.json (default: None)
Path to TrxData JSON file (default: None)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed: 2940d5a

* `--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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed: 2940d5a

@oschwaldp-oci oschwaldp-oci merged commit a5adbda into feature_performance_harness_stage_2 Feb 28, 2023
@oschwaldp-oci oschwaldp-oci deleted the ph2-update-docs branch February 28, 2023 20:06
@oschwaldp-oci oschwaldp-oci added the OCI Work exclusive to OCI team label Apr 14, 2023
@oschwaldp-oci oschwaldp-oci self-assigned this Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants