Skip to content

Commit

Permalink
spell-check
Browse files Browse the repository at this point in the history
  • Loading branch information
acalhounRH committed Jun 2, 2021
1 parent 1ef1f69 commit baddeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ python3.7 ./snafu/run_snafu.py --tool sysbench -f example__cpu_test.conf

## Archiving data

Benchmark-wrapper has two forms of capturing data. The first and preferred method is directly writing data to Elasticsearch, users will need to set the **es** environment variable in order to enable this. The second method used for capturing data is writing to a local archive file, this is intended to be enabled when elasticsearch is not available for direct indexing or for a backup of indexed results. Both methods can be enabled at the same time, and are independent of each other.
Benchmark-wrapper has two forms of capturing data. The first and preferred method is directly writing data to Elasticsearch, users will need to set the **es** environment variable in order to enable this. The second method used for capturing data is writing to a local archive file, this is intended to be enabled when Elasticsearch is not available for direct indexing or for a backup of indexed results. Both methods can be enabled at the same time, and are independent of each other.

To enable writing to an achrive file users can use the --create-archive, if users require the file to be named/located in a specific location they can use --archive-file <file name>.
To enable writing to an archive file users can use the --create-archive, if users require the file to be named/located in a specific location they can use --archive-file <file name>.

For example:

Expand Down

0 comments on commit baddeb6

Please sign in to comment.