-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFio-Visualizer.txt
68 lines (33 loc) · 1.15 KB
/
Fio-Visualizer.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
yum update -y
yum install python -y
yum groupinstall 'Development Tools' -y
yum install qt-devel -y
wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.8/sip-4.19.8.tar.gz
tar xvfz sip-4.19.8
python configure.py
make
make install
wget https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.10.1/PyQt5_gpl-5.10.1.tar.gz
tar xvfz PyQt5_gpl-5.10.1.tar.gz
wget http://www.pyqtgraph.org/downloads/0.10.0/pyqtgraph-0.10.0.tar.gz
tar xvfz pyqtgraph-0.10.0.tar.gz
cd pyqtgraph-0.10.0
python setup.py install
yum install python-devel.x86_64 -y
wget https://files.pythonhosted.org/packages/79/9d/dea8c5181cdb77d32e20a44dd5346b0e4bac23c4858f2f66ad64bbcf4de8/Cython-0.28.2.tar.gz
cd Cython-0.28.2
python setup.py install
yum install git -y
git clone https://github.com/numpy/numpy.git
python setup.py build
python setup.py install
wget https://github.com/axboe/fio/archive/fio-3.6.tar.gz
tar xvfz fio-3.6.tar.gz
cd fio-fio-3.6/
./configure
make
make install
git clone https://github.com/intel/fiovisualizer.git
cd /fiovisualizer
chmod 755 fio_visualizer.py
./fio_visualizer.py