-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Run throughput benchmark multiple times Signed-off-by: Monthon Klongklaew <monthonk@amazon.com> * Update name for sequential write direct io job Signed-off-by: Monthon Klongklaew <monthonk@amazon.com> * Update benchmark doc Signed-off-by: Monthon Klongklaew <monthonk@amazon.com> * Update config for write benchmarks Signed-off-by: Monthon Klongklaew <monthonk@amazon.com> --------- Signed-off-by: Monthon Klongklaew <monthonk@amazon.com>
- Loading branch information
Showing
4 changed files
with
96 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
||
[sequential_write] | ||
size=100G | ||
rw=write | ||
ioengine=sync | ||
fallocate=none | ||
create_on_open=1 | ||
fsync_on_close=1 | ||
unlink=1 | ||
startdelay=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[global] | ||
name=fs_bench | ||
bs=256k | ||
runtime=30s | ||
time_based | ||
group_reporting | ||
|
||
[sequential_write_direct_io] | ||
size=100G | ||
rw=write | ||
ioengine=sync | ||
direct=1 | ||
fallocate=none | ||
create_on_open=1 | ||
fsync_on_close=1 | ||
unlink=1 | ||
startdelay=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters