Iozone Changelog

What's new in Iozone 3.479

May 30, 2018
  • Bug fix code in special_gen_new_buf.. needed (*op ==0) in one more line.

New in Iozone 3.414 (Jan 14, 2016)

  • Add Vangel to the contributors list

New in Iozone 3.413 (Jan 14, 2016)

  • Bug fix for -+F flag.

New in Iozone 3.412 (Jan 14, 2016)

  • Adding -+F flag for trunc before thread_write. Needed by Vangel for
  • thread_mix_test.

New in Iozone 3.411 (Jan 14, 2016)

  • Compat fix:
  • Move from using macosx to IOZ_macosx, because APPLE started
  • using macosx in Mountain Lion.

New in Iozone 3.410 (Jan 14, 2016)

  • Bug fix:
  • Improve consistency of use_thread in thread_fread and thread_fwrite.

New in Iozone 3.409 (Jan 14, 2016)

  • Bug fix for using -m in combination with -+d

New in Iozone 3.408 (Jan 14, 2016)

  • Bug fix for clobbering of buffer. "tfile" needed to be bigger, as its
  • address was loaded into filearray[] and then that was overwritten
  • by the mfflag causing parsed names to get loaded.

New in Iozone 3.407 (Jan 14, 2016)

  • Work around for cache_line_size suddenly becoming zero and breaking fetchit()

New in Iozone 3.406 (Jan 14, 2016)

  • Increase buffer size for configuration lines. They might be 700 chars long.

New in Iozone 3.405 (Jan 14, 2016)

  • Reduce CPU consumption in the op_rate control mechanism.