Skip to content

veefore/benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

benchmark

File system benchmark that allows to

  • generate an I/O workload (read()/readv()/write()/writev())
  • design and run a system of performance tests
  • make a plot out of the results

The intended use of the benchmark is to monitor file system performance to find better I/O parameters (block size, queue depth, direct I/O) based on file parameters (size, fill, location) and workload pattern (a model characterizing the read/write operations ratio and sequential/random memory access type ratio).

Definitions:

  • fspp (File System Performance Profiler) - tool to generate workload and measure performance
  • visualizer - tool to visualize measured results

About

File system benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors