Skip to content

kazuho/fakeiops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

FakeIOPS - an LD_PRELOAD library for simulating storage systems with various IOPS

# create library
% gcc -fPIC -Wall -g -O -shared fakeiops.c -ldl -o fakeiops.so

# and run tests (1000 iops)
% LD_PRELOAD=/path-to/fakeiops.so FAKEIOPS=1000 ./testprog

About

an LD_PRELOAD library for simulating storage systems with various IOPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages