Flexible I/O Tester development
 help / color / mirror / Atom feed
* Possible bug when setting compression
@ 2014-03-14 15:52 Matthew Eaton
  2014-03-14 18:26 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Matthew Eaton @ 2014-03-14 15:52 UTC (permalink / raw)
  To: fio

I have been testing iops performance using different compression
settings and found that setting either zero_buffers or
buffer_compress_percentage was not enough, I had to also set
scramble_buffers=0 in order to get the desired compression.  But this
was not the case when setting refill_buffers.  I tested with fio 2.1.5
and fio from git (fio-2.1.6.1-10-g4e59d).

My job file:

[global]
bs=4k
ioengine=libaio
iodepth=32
direct=1
size=8g
time_based
filename=/dev/sdf

#scramble_buffers=0
#refill_buffers
zero_buffers
#buffer_compress_percentage=100

[rand-write-iops]
rw=randwrite
runtime=10
stonewall

My results:

scramble_buffers=0
buffer_compress_percentage=100
iops=83254

scramble_buffers=0
buffer_compress_percentage=0
iops=51137

scramble_buffers=1
buffer_compress_percentage=100
iops=69639

scramble_buffers=1
buffer_compress_percentage=0
iops=69429

-----

scramble_buffers=0
zero_buffers
iops=83339

scramble_buffers=1
zero_buffers
iops=69510

-----

scramble_buffers=0
refill_buffers
iops=50774

scramble_buffers=1
refill_buffers
iops=50813

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-15  1:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 15:52 Possible bug when setting compression Matthew Eaton
2014-03-14 18:26 ` Jens Axboe
2014-03-14 19:45   ` Matthew Eaton
2014-03-14 20:09     ` Jens Axboe
2014-03-14 20:23       ` Jens Axboe
2014-03-14 20:53         ` Matthew Eaton
2014-03-14 20:56           ` Jens Axboe
2014-03-14 21:06             ` Matthew Eaton
2014-03-14 21:33               ` Jens Axboe
2014-03-14 22:26                 ` Matthew Eaton
2014-03-15  1:39                   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox