User:Maffblaster/Drafts/iozone

From Gentoo Wiki
Jump to:navigation Jump to:search
Resources

IOZone is a utility that provides filesystem performance and benchmarking capabilities.

Installation

Kernel

Of course the kernel must have each filesystem driver builtin or module probed before attempting to use iozone to test the throughput on the filesystem. Filesystems in the kernel can be found in the menuconfig ncurses interface under:

KERNEL Enable filesystem support
File systems  --->

Emerge

There are currently no USE flags for iozone; just emerge it:

root #emerge --ask app-benchmarks/iozone

Usage

Automated throughput test

Move to the root of the desired partition or device that

Invocation

root #iozone -h

Troubleshooting

iozone does not run as a normal user

iozone will not run as a normal user. This is because the executable is not on the normal PATH. It can be called directly using the full path:

user $/usr/sbin/iozone

Removal

Unmerge

root #emerge --ask --depclean --verbose app-benchmarks/iozone

External resources

References