commit | 6ab4d43121f2d7c5cbcef1ef101c81359a018384 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon Jun 22 00:26:28 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon Jun 22 00:26:28 2015 +0300 |
tree | b91911b5c43abb223214c55689c94f1e035264fb | |
parent | bb6d6cdca9cc0eaa13a0c4bb6ce95672b46893fa [diff] [blame] |
add lat/bw limits, fio binaryes, fix bugs, fix latency calculations, etc
diff --git a/scripts/build_fio_ubuntu.sh b/scripts/build_fio_ubuntu.sh new file mode 100644 index 0000000..87e6f66 --- /dev/null +++ b/scripts/build_fio_ubuntu.sh
@@ -0,0 +1,7 @@ +#!/bin/bash +sudo apt-get update +sudo apt-get -y install g++ git zlib1g-dev libaio-dev librbd-dev make +git clone https://github.com/axboe/fio.git +cd fio +./configure +make