4th USENIX Conference on File and Storage TechnologiesAbstract
Pp. 337350 of the Proceedings
Accurate and Efficient Replaying of File System Traces
Nikolai Joukov, Timothy Wong, and Erez Zadok, Stony Brook University
Abstract
Replaying traces is a time-honored method for benchmarking,
stress-testing, and debugging systemsand
more recentlyforensic analysis. One benefit to replaying
traces is the reproducibility of the exact set of operations
that were captured during a specific workload.
Existing trace capture and replay systems operate at different
levels: network packets, disk device drivers, network
file systems, or system calls. System call replayers
miss memory-mapped operations and cannot replay I/Ointensive
workloads at original speeds. Traces captured
at other levels miss vital information that is available only
at the file system level.
We designed and implemented Replayfs, the first system
for replaying file system traces at the VFS level.
The VFS is the most appropriate level for replaying file
system traces because all operations are reproduced in a
manner that is most relevant to file-system developers.
Thanks to the uniform VFS API, traces can be replayed
transparently onto any existing file system, even a different
one than the one originally traced, without modifying
existing file systems. Replayfs's user-level compiler
prepares a trace to be replayed efficiently in the kernel
where multiple kernel threads prefetch and schedule the
replay of file system operations precisely and efficiently.
These techniques allow us to replay I/O-intensive traces
at different speeds, and even accelerate them on the same
hardware that the trace was captured on originally.
- View the full text of this paper in HTML and PDF.
Until December 2006, you will need your USENIX membership identification in order to access the full papers. The Proceedings are published as a collective work, © 2005 by the USENIX Association. All Rights Reserved. Rights to individual papers remain with the author or the author's employer. Permission is granted for the noncommercial reproduction of the complete work for educational or research purposes. USENIX acknowledges all trademarks within this paper.
- If you need the latest Adobe Acrobat Reader, you can download it from Adobe's site.
|