fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-07 08:49:16 to 2017-05-01 12:00:07 UTC [more...]

Recent changes (master)
 2017-05-01 12:00 UTC 

Compiling on Android using ndk-r15 or higher
 2017-05-01  6:24 UTC  (2+ messages)

[PATCH 0/6] make fio work on OpenBSD again
 2017-04-30 22:52 UTC  (8+ messages)
` [PATCH 1/6] Fix "cast from pointer to integer of different size" warning on OpenBSD
` [PATCH 2/6] Fix "C99 inline functions are not supported" "
` [PATCH 3/6] Fix "'RB_ROOT' undeclared" error "
` [PATCH 4/6] Turn off lex by default "
` [PATCH 5/6] Implement shm_attach_to_open_removed() for OpenBSD
` [PATCH 6/6] Drop XXX for cpu affinity "

[PATCH 6/6] Drop triple X for cpu affinity for OpenBSD
 2017-04-30 17:41 UTC 

Running fio with buffer_compress_percentage=0 and scramble_buffers=1 produces high-dedupe data
 2017-04-28 16:57 UTC  (3+ messages)

Realtime access to performance data
 2017-04-27 23:12 UTC 

Recent changes (master)
 2017-04-27 12:00 UTC 

[PATCH 0/9]
 2017-04-26 18:43 UTC  (11+ messages)
` [PATCH 1/9] Fix num2str() output when modulo != -1U
` [PATCH 2/9] Drop the only local variable declaration within a for-loop (C99)
` [PATCH 3/9] Make lib/strntol.c a stand-alone library
` [PATCH 4/9] Make lib/pattern.c "
` [PATCH 5/9] Make lib/rand.c "
` [PATCH 6/9] Make lib/zipf.c "
` [PATCH 7/9] Make lib/mountcheck.c "
` [PATCH 8/9] Make oslib/strlcat.c "
` [PATCH 9/9] Make oslib/linux-dev-lookup.c "

Recent changes (master)
 2017-04-26 12:00 UTC 

FIO mmap options dictate a minimum block size of 4096 bytes
 2017-04-22  7:56 UTC  (3+ messages)

Does fio really bypass page cache with option direct=1?
 2017-04-22  5:17 UTC  (7+ messages)

Recent changes (master)
 2017-04-20 12:00 UTC 

[PATCH 1/6] stat: change json+ output format so that instead of printing the raw clat data structure, use actual durations instead of array indices and print only bins with nonzero counts
 2017-04-16 19:04 UTC  (6+ messages)
` [PATCH 2/6] Revert "tools/fio_latency2csv.py: add tool that converts json+ to CSV"
` [PATCH 3/6] server: update server version for the addition of the --stats option
` [PATCH 4/6] stat: reset_io_stats: fix a problem, rearrange some code
` [PATCH 5/6] client/server: make sure that all elements in io_u_lat_m[] are transferred and received
` [PATCH 6/6] gettime: make utime_since_now and mtime_since_now consistent in how they record the caller and put this all behind FIO_DEBUG_TIME

Fwd: RE: FIo version 2.1.8 with write_iops_log option doesn't work as expected
 2017-04-14  2:14 UTC  (3+ messages)
  `  "

Recent changes (master)
 2017-04-11 12:00 UTC 

Adding IO engine
 2017-04-11  9:05 UTC  (7+ messages)

Recent changes (master)
 2017-04-09 12:00 UTC 

[PATCH 1/8] Don't silently terminate td when no I/O performed due to error
 2017-04-08 17:05 UTC  (11+ messages)
` [PATCH 2/8] dump_td_info() doesn't really need to be a function
` [PATCH 3/8] Add assert(0) to DDIR_DATASYNC sync path if fdatasync(2) is unsupported
` [PATCH 4/8] Make lib/prio_tree.c a stand-alone library
` [PATCH 5/8] Make lib/memalign.c "
` [PATCH 6/8] Make lib/num2str.c a stand-alone library by adding lib/num2str.h
` [PATCH 7/8] Fix num2str() output when maxlen <= strlen(tmp)
` [PATCH 8/8] Fix num2str() output when modulo != -1U

Recent changes (master)
 2017-04-08 12:00 UTC 

NCQ Priority Support and FIO
 2017-04-08  9:06 UTC  (5+ messages)

FIO achieves only 50:50 of read:write IOPS when rwmix is not 50:50 and achieves only about 40% of total IOPS
 2017-04-07  5:53 UTC  (4+ messages)

FIO does 2x IOPS with 'bssplit' option and 'rw=randwrite or rw=randread'
 2017-04-06 21:14 UTC  (5+ messages)

fio-plot, a tool to graph FIO JSON data
 2017-04-05 17:04 UTC 

Recent changes (master)
 2017-04-05 12:00 UTC 

Recent changes (master)
 2017-04-04 12:00 UTC 

Error handling in fio_libaio_event()
 2017-04-04  6:17 UTC  (2+ messages)

fio seems to calls functions which are not defined (ffio_file_open, io_file_done, ...)
 2017-04-03 18:07 UTC  (3+ messages)

Recent changes (master)
 2017-04-03 12:00 UTC 

FIO log averaging issue with --write_bw_log and --write_iops_log using > 1000 log_avg_msec values
 2017-04-02 21:56 UTC  (9+ messages)

numberio failure with numjobs=1
 2017-03-31 21:25 UTC  (6+ messages)

Clat min zero on Randread?
 2017-03-31 14:31 UTC  (8+ messages)

Recent changes (master)
 2017-03-29 12:00 UTC 

Input help for fiologparser.py script in fio/tools/
 2017-03-29 11:55 UTC  (2+ messages)

[PATCH 01/13] Fix return value of make_filename() when no filename_format
 2017-03-28 21:19 UTC  (17+ messages)
` [PATCH 02/13] Use GOLDEN_RATIO_PRIME
` [PATCH 03/13] Test malloc result when allocation size is tunable
` [PATCH 04/13] Don't malloc more than necessary on extending/prereading file
` [PATCH 05/13] HOWTO: Mention niche detail of range format options
` [PATCH 06/13] Drop redundant "ignore invalidate option" message from 21c1b29e
` [PATCH 07/13] Ignore pre-read for FIO_NOIO td
` [PATCH 08/13] Don't proceed with error set when failed to pre-read files/devices
` [PATCH 09/13] Ignore pre-read for character devices
` [PATCH 10/13] Drop prototype of unused function td_io_sync()
` [PATCH 11/13] Separate io_u from ioengine [1/3] - add io_u.h
` [PATCH 12/13] Separate io_u from ioengine [2/3] - move io_u functions
` [PATCH 13/13] Separate io_u from ioengine [3/3] - rename ioengine.h to ioengines.h

How does FIO detect write errors when ioengine is libaio
 2017-03-28 19:09 UTC  (2+ messages)

How to simulate bursty I/O traffic with fio?
 2017-03-24  7:15 UTC  (2+ messages)

Recent changes (master)
 2017-03-22 12:00 UTC 

[PATCH] Ensure all json field keys do not have ' ' in them
 2017-03-22  8:12 UTC  (3+ messages)

[PATCH] configure: add a --disable-rdma flag to control rdma deps
 2017-03-21 13:21 UTC  (2+ messages)

[PATCH 1/7] Replace redundant TD_F_NOIO flag with td->io_ops_init
 2017-03-21 13:16 UTC  (8+ messages)
` [PATCH 2/7] Define struct sk_out in server.h (not server.c)
` [PATCH 3/7] HOWTO: Mention cpuload= is mandatory for cpuio
` [PATCH 4/7] HOWTO: Mention fsync=/fsyncdata= are set to 0 by default
` [PATCH 5/7] Fix a comment after f227e2b6
` [PATCH 6/7] Test uint,int before division uint/int for the next i/o
` [PATCH 7/7] Test fsync/fdatasync/sync_file_range for the next i/o only if should_fsync(td)

Recent changes (master)
 2017-03-20 12:00 UTC 

Recent changes (master)
 2017-03-18 12:00 UTC 

Recent changes (master)
 2017-03-17 12:00 UTC 

fio: forcing file /dev/nvme0n1 size to 4286578688
 2017-03-16 20:54 UTC  (3+ messages)

could fio be used to wipe disks?
 2017-03-16 17:35 UTC  (5+ messages)

FIO data integrity - description for different fields
 2017-03-16  7:26 UTC  (3+ messages)

Recent changes (master)
 2017-03-15 12:00 UTC 

Recent changes (master)
 2017-03-14 12:00 UTC 

[PATCH] Conditionally enable FIO_HAVE_PSHARED_MUTEX on FreeBSD
 2017-03-13 18:54 UTC  (2+ messages)

[PATCH 1/7] Make check_mount_writes() test appropriate device types
 2017-03-13 18:27 UTC  (10+ messages)
` [PATCH 2/7] HOWTO: Add note/exception on allow_mounted_write=
` [PATCH 3/7] Minor fixup for page cache invalidation debug prints
` [PATCH 4/7] Use ENOTSUP if OS doesn't support blkdev page cache invalidation
` [PATCH 5/7] Fix errval variable to be positive errno value
` [PATCH 6/7] manpage: Add URL links to HOWTO/README
` [PATCH 7/7] Apply outbox patch from FreeBSD ports

Recent changes (master)
 2017-03-13 12:00 UTC 

[PATCH] Only enable arm64 CRC32 acceleration if the required header files are there
 2017-03-12 18:50 UTC  (2+ messages)

Recent changes (master)
 2017-03-11 13:00 UTC 

[PATCH 00/17]
 2017-03-10 21:44 UTC  (19+ messages)
` [PATCH 01/17] Add runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
` [PATCH 02/17] HOWTO: Add platforms without fdatasync(2)
` [PATCH 03/17] configure: Align help messages
` [PATCH 04/17] Avoid irrelevant "offset extend ends" error message for chrdev
` [PATCH 05/17] Fix debug print format of file ->file_name
` [PATCH 06/17] Fixup for a minor 0 byte file size case
` [PATCH 07/17] Explicitly check td_trim(td) to detect open(2) flag
` [PATCH 08/17] Drop redundant td_rw(td) tests
` [PATCH 09/17] Remove unassigned fio_unused variable
` [PATCH 10/17] Drop fio_unused attribute from used variable
` [PATCH 11/17] Fix a function name typo in debug print
` [PATCH 12/17] Don't set FIO_FILE_extend when create_on_open= option is set
` [PATCH 13/17] Minor fixup for "Layint out IO file..." message
` [PATCH 14/17] HOWTO: Add some details for invalidate=
` [PATCH 15/17] Define struct file_name as a file local structure
` [PATCH 16/17] Use union for per file engine private data storage
` [PATCH 17/17] configure: Make Cygwin take regular configure path

Recent changes (master)
 2017-03-09 13:00 UTC 

Recent changes (master)
 2017-03-08 13:00 UTC 

fio output-format=json+ and latency histogram buckets ~1200
 2017-03-07 14:40 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).