Semantically-Smart Disk Systems presents some interesting
ideas on embedding more intelligence in the disk subsystem
about the filesystem and OS reading/writing from it in order
to optimize performance
Paper (.pdf) from HP Labs
compares performance between software RAID under Linux and WindowsXP.
Looks like Linux could use some tweaking....interesting read.
Video Streaming Infrastructure comments for media apps under
Linux; contains interesting analysis of various approaches to disk
latency minimization and novel scheduling
Data Test Program is a generic data test program used to
verify proper operation of peripherals, file systems, device drivers,
or any data stream supported by the operating system; looks
comprehensive and quite handy
Bonnie is a filesystem benchmark program written in
C by Tim Bray
Bonnie++ is another benchmark tool based on Tim Bray's
Bonnie, but reworked in C++
rawread microbenchmark can be used to measure the performance
and scalability of the block io layer in Linux. The microbenchmark
performs a sequential read or readv test and supports multiple
processes that can read from both raw devices and scsi devices.
Linux Benchmark Suite provide a wide range of both synthetic
and application benchmarks for Linux as well as information and
tools to tune and run them; has many useful disk and other
benchmark tools
Linux Test Tools has another wide assortment of Linux test
and benchmarking tools, including many disk benchmark and test
programs. This page is part of the
Linux Test Project