From ae2221660f9b411fa78cdf8034f0803e9a870cde Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 2 Mar 2018 12:33:13 +0000 Subject: fix small error --- README.md | 2 +- ioreplay/src/defaults.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 480b663..db18da5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I/O Replay is operated in 5 steps: 2. Initialize: Copy the log to a load test machine and initialize the load test environment. 3. Replay: Drop all OS caches and replay all I/O operations. 4. Analyze: Look at the OS and hardware stats (throughput, I/O ops, load average) from the run phase and draw conclusions. The aim is to identify possible I/O bottlenecks. -5. Repeat: Repeat 2-4 times but adjust OS and hardware settings in order to improve I/O performance. +5. Repeat: Repeat steps 2-4 multiple times but adjust OS and hardware settings in order to improve I/O performance. Examples of OS and hardware settings and adjustments: diff --git a/ioreplay/src/defaults.h b/ioreplay/src/defaults.h index 665c8eb..de7910e 100644 --- a/ioreplay/src/defaults.h +++ b/ioreplay/src/defaults.h @@ -28,7 +28,7 @@ /** Controls how many tasks can be queued and buffered per worker thread */ #define TASK_BUFFER_PER_THREAD 512 /** Version of I/O Replay */ -#define IOREPLAY_VERSION "0.2" +#define IOREPLAY_VERSION "0.3-develop" /** Copyright information */ #define IOREPLAY_COPYRIGHT "Mimecast 2017, 2018 (c)" /** Max open files resource user limit */ -- cgit v1.2.3