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

Update fio.run-file README.md #49

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions fio.run-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Included are the files required to run crucible. They are:

This 'run-file' contains all of the necessary information to run a
complex (multi-iteration, multi-sample) set of fio benchmarks on a
'remotehost' endpoint (ie. a Linux box).
'remotehosts' endpoint (ie. a Linux box).

### run.sh

This file shows how a 'crucible run' command is used to run fio on a
remotehost endpoint. At the top of the file are a few values the user
can change in order to direct where the test should be run and modify
some aspects of it's behavior such as sample count and userenv (the
userenv is the base Linux container that is used to build the run
remotehosts endpoint. At the top of the file are a few values the
user can change in order to direct where the test should be run and
modify some aspects of it's behavior such as sample count and userenv
(the userenv is the base Linux container that is used to build the run
environment where fio will execute).

## Running the fio benchmark with Crucible
Expand Down