disktools.git
19 years ago[PATCH] fio: Add [global] job number to set default options for threads.
Jens Axboe [Fri, 21 Oct 2005 14:23:57 +0000 (16:23 +0200)]
[PATCH] fio: Add [global] job number to set default options for threads.

19 years ago[PATCH] fio: add sample job files
Jens Axboe [Fri, 21 Oct 2005 13:57:25 +0000 (15:57 +0200)]
[PATCH] fio: add sample job files

19 years ago[PATCH] fio: dump aio depth instead of just 0/1 on thread startup
Jens Axboe [Fri, 21 Oct 2005 13:55:00 +0000 (15:55 +0200)]
[PATCH] fio: dump aio depth instead of just 0/1 on thread startup

19 years ago[PATCH] fio: factor out common code and shutdown handling
Jens Axboe [Fri, 21 Oct 2005 13:51:33 +0000 (15:51 +0200)]
[PATCH] fio: factor out common code and shutdown handling

Also allow comments in job files

19 years ago[PATCH] fio: more async fixes
Jens Axboe [Fri, 21 Oct 2005 13:22:56 +0000 (15:22 +0200)]
[PATCH] fio: more async fixes

- Attempt to cancel io on quit
- Catch SIGINT to display stats
- io_submit() EAGAIN fix

19 years ago[PATCH] fio: async latency calculation fixes
Jens Axboe [Fri, 21 Oct 2005 12:35:25 +0000 (14:35 +0200)]
[PATCH] fio: async latency calculation fixes

19 years ago[PATCH] fio: kill max_depth print and fix for error handling in async io
Jens Axboe [Fri, 21 Oct 2005 12:24:16 +0000 (14:24 +0200)]
[PATCH] fio: kill max_depth print and fix for error handling in async io

19 years ago[PATCH] fio: Add support for async io
Jens Axboe [Fri, 21 Oct 2005 12:11:36 +0000 (14:11 +0200)]
[PATCH] fio: Add support for async io

19 years ago[PATCH] fio: missing fclose()
Jens Axboe [Wed, 19 Oct 2005 14:18:31 +0000 (16:18 +0200)]
[PATCH] fio: missing fclose()

19 years ago[PATCH] fio: better thread termination and option parsing
Jens Axboe [Wed, 19 Oct 2005 13:45:12 +0000 (15:45 +0200)]
[PATCH] fio: better thread termination and option parsing

19 years ago[PATCH] fio: forgot to kill sig_handler printf
Jens Axboe [Wed, 19 Oct 2005 13:23:04 +0000 (15:23 +0200)]
[PATCH] fio: forgot to kill sig_handler printf

19 years ago[PATCH] fio: fixes for quit-on-rate-error and status dumps
Jens Axboe [Wed, 19 Oct 2005 13:22:27 +0000 (15:22 +0200)]
[PATCH] fio: fixes for quit-on-rate-error and status dumps

19 years ago[PATCH] fio: Add option for complete quit if one rate thread fails
Jens Axboe [Wed, 19 Oct 2005 12:42:05 +0000 (14:42 +0200)]
[PATCH] fio: Add option for complete quit if one rate thread fails

19 years ago[PATCH] fio: kill unused functions (mark others static)
Jens Axboe [Wed, 19 Oct 2005 12:08:47 +0000 (14:08 +0200)]
[PATCH] fio: kill unused functions (mark others static)

19 years ago[PATCH] fio: Add option for delaying startup of a job
Jens Axboe [Wed, 19 Oct 2005 12:06:51 +0000 (14:06 +0200)]
[PATCH] fio: Add option for delaying startup of a job

19 years ago[PATCH] fio: allow timeout == 0 to mean run forever
Jens Axboe [Wed, 19 Oct 2005 11:45:12 +0000 (13:45 +0200)]
[PATCH] fio: allow timeout == 0 to mean run forever

19 years ago[PATCH] fio: Add ratemin/ratecycle/fsync options and lots of cleanups
Jens Axboe [Wed, 19 Oct 2005 11:42:09 +0000 (13:42 +0200)]
[PATCH] fio: Add ratemin/ratecycle/fsync options and lots of cleanups

- Define max jobs and allocate threads in advance, was buggy
- ->mutex should default to locked for proper synced startup
- Add fsync option for fsync'ing for every N blocks on non-direct writes
- Add ratemin option for quitting the thread if min rate isn't met
- Add ratecycle option for setting rate average period
- Lots of cleanups

19 years ago[PATCH] fio: cleanup adding of jobs
Jens Axboe [Wed, 19 Oct 2005 08:47:36 +0000 (10:47 +0200)]
[PATCH] fio: cleanup adding of jobs

19 years ago[PATCH] fio: ->done_mutex isn't used anymore, kill it
Jens Axboe [Wed, 19 Oct 2005 08:30:43 +0000 (10:30 +0200)]
[PATCH] fio: ->done_mutex isn't used anymore, kill it

19 years ago[PATCH] fio: cpumask assignment should be a memcpy
Jens Axboe [Wed, 19 Oct 2005 08:17:48 +0000 (10:17 +0200)]
[PATCH] fio: cpumask assignment should be a memcpy

19 years ago[PATCH] fio: Add option for setting cpu affinity mask
Jens Axboe [Wed, 19 Oct 2005 08:16:21 +0000 (10:16 +0200)]
[PATCH] fio: Add option for setting cpu affinity mask

19 years ago[PATCH] drivescan: default to 64k block size
Jens Axboe [Tue, 18 Oct 2005 13:50:27 +0000 (15:50 +0200)]
[PATCH] drivescan: default to 64k block size

19 years ago[PATCH] drivescan: allow override of saved state disk util
Jens Axboe [Tue, 18 Oct 2005 12:23:38 +0000 (14:23 +0200)]
[PATCH] drivescan: allow override of saved state disk util

19 years ago[PATCH] drivescan: correct block size longoption
Jens Axboe [Tue, 18 Oct 2005 12:16:36 +0000 (14:16 +0200)]
[PATCH] drivescan: correct block size longoption

19 years ago[PATCH] Add drivescan tool
Jens Axboe [Tue, 18 Oct 2005 12:15:22 +0000 (14:15 +0200)]
[PATCH] Add drivescan tool

19 years ago[PATCH] fio: add support for ini file job descriptions
Jens Axboe [Tue, 18 Oct 2005 09:37:36 +0000 (11:37 +0200)]
[PATCH] fio: add support for ini file job descriptions

The cmd line options are a little screwy to use, so add support
for defining the wanted jobs in a config file.

19 years ago[PATCH] Remove MAX_THREADS restriction
Jens Axboe [Mon, 17 Oct 2005 09:07:03 +0000 (11:07 +0200)]
[PATCH] Remove MAX_THREADS restriction

19 years ago[PATCH] fio: rate granularity from 250msec to 100msec
Jens Axboe [Fri, 14 Oct 2005 08:39:05 +0000 (10:39 +0200)]
[PATCH] fio: rate granularity from 250msec to 100msec

19 years ago[PATCH] fio: remember to adjust pending sleep down in case of over time
Jens Axboe [Fri, 14 Oct 2005 08:37:02 +0000 (10:37 +0200)]
[PATCH] fio: remember to adjust pending sleep down in case of over time

19 years ago[PATCH] fio: add rate=x option for the jobs
Jens Axboe [Fri, 14 Oct 2005 08:32:42 +0000 (10:32 +0200)]
[PATCH] fio: add rate=x option for the jobs

Allows you to define a specific rate that the thread will attempt
to satisfy.

19 years ago[PATCH] Use LFS for all apps
Jens Axboe [Fri, 14 Oct 2005 07:09:29 +0000 (09:09 +0200)]
[PATCH] Use LFS for all apps

19 years ago[PATCH] Add README and README.fio
Jens Axboe [Tue, 4 Oct 2005 12:43:56 +0000 (14:43 +0200)]
[PATCH] Add README and README.fio

19 years ago[PATCH] fio: kill silly -c option, use thread parameters instead.
Jens Axboe [Tue, 4 Oct 2005 12:43:38 +0000 (14:43 +0200)]
[PATCH] fio: kill silly -c option, use thread parameters instead.

19 years agoAdd sgioread tool
Jens Axboe [Tue, 4 Oct 2005 10:35:57 +0000 (12:35 +0200)]
Add sgioread tool

19 years agoAdd copyright notice
Jens Axboe [Tue, 4 Oct 2005 07:38:51 +0000 (09:38 +0200)]
Add copyright notice

19 years agoAdded fio, the flexible io tester.
Jens Axboe [Tue, 4 Oct 2005 07:30:46 +0000 (09:30 +0200)]
Added fio, the flexible io tester.

19 years agoInitial disktools commit. Added dops.c
Jens Axboe [Tue, 4 Oct 2005 07:21:32 +0000 (09:21 +0200)]
Initial disktools commit. Added dops.c