slob
SLOB, short for Silly Little Oracle Benchmark, is an open-source benchmarking tool used to evaluate the input/output I/O subsystem performance of Oracle databases. It focuses on disk I/O rather than CPU or memory performance and is designed to be simple to configure and repeat.
The tool simulates Oracle workload by launching multiple worker processes that perform read and write operations
SLOB generates benchmark results that typically include metrics such as IOPS (input/output operations per second), throughput
The tool is community-supported and widely used on Linux and UNIX systems with Oracle databases or clients.
See also: related database benchmarking tools and approaches to I/O testing.