[Qemu-block] [PATCH 5/5] qemu-img bench: Add --flush-interval

2016-06-03 Thread Kevin Wolf
This options allows to flush the image periodically during write tests. Signed-off-by: Kevin Wolf --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 69 qemu-img.texi| 6 - 3 files changed, 67 insertions(+), 12 deletions(-) diff

Re: [Qemu-block] [PATCH 5/5] qemu-img bench: Add --flush-interval

2016-06-03 Thread Denis V. Lunev
On 06/03/2016 03:30 PM, Kevin Wolf wrote: This options allows to flush the image periodically during write tests. Signed-off-by: Kevin Wolf This pattern could be a bit different - you wait requests to finish and after that start flush. In this case there is no gain with my patch ;) You should

Re: [Qemu-block] [PATCH 5/5] qemu-img bench: Add --flush-interval

2016-06-03 Thread Kevin Wolf
Am 03.06.2016 um 17:01 hat Denis V. Lunev geschrieben: > On 06/03/2016 03:30 PM, Kevin Wolf wrote: > >This options allows to flush the image periodically during write tests. > > > >Signed-off-by: Kevin Wolf > This pattern could be a bit different - you wait requests to finish > and after that star

Re: [Qemu-block] [PATCH 5/5] qemu-img bench: Add --flush-interval

2016-06-06 Thread Kevin Wolf
Am 03.06.2016 um 17:16 hat Kevin Wolf geschrieben: > Am 03.06.2016 um 17:01 hat Denis V. Lunev geschrieben: > > On 06/03/2016 03:30 PM, Kevin Wolf wrote: > > >This options allows to flush the image periodically during write tests. > > > > > >Signed-off-by: Kevin Wolf > > This pattern could be a bi