eddyxu / hifire

A high fidelity I/O replayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 README for hifire
=================================

1. HiFiRe is a flexible strategy-based I/O replayer 

2. Prerequisite 
  * Boost > 1.36
  * CppUnit > 1.12 ( optional, for unit test purpose )
	
3. Compile and Install
 cd /path/of/hifire
 ./bootstrap
 ./configure
 make
 make install    ( optional )

 3.1 How to run unit tests
 cd /path/of/hifire
 make check

4. Examples:
 ./hifire --thread-num 8 --input Finance1.spc /dev/sdc

 For more details:
 ./hifire --help
 or man hifire

5. Supported platforms:
 * Linux:
	* gcc 4.3.3 on Ubuntu server

About

A high fidelity I/O replayer

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 50.9%Language:C 33.0%Language:Python 16.0%