Reference article http://blog.yufeng.info/archives/2721
Background
CentOS 7, GUI-style installation
Installation
wget http://brick.kernel.dk/snaps/fio-3.10.tar.gz$ cd fio-3.10$ ./configure --enable-gfio...gtk 2.18 or higher yes...$ make fio$ make gfio$ ./fio -Sfio: server listening on 0.0.0.0,8765
Use
cd fio-3.10 ./fio -S 另外在启动一窗口 cd fio-3.10 ./gfio 窗口如下:
Click Gfio graphical interface file--open--find/fio-3.10/examples/fio_test.fio--open the file, the page is as follows;
Click the Connect button in the bottom left corner of the graphical interface, then click Send, the page is as follows:
Click ' Start job ' to start execution of the script
Problems:
- No package ' gtk+-2.0 ' found
Yum-y Install Libgnomeui-devel
- Engine Libaio not loadable
Yum-y Install Libaio-devel
CD fio-3.10
Make clean
./configure--enable-gfio
Make Fio
Make Gfio
./fio-s
3.client Localhost:timeout talking to server
Check to see if the./fio-s is started, if none is started, and then re-tested, such as started, it is recommended to restart or click Connect multiple times
4. If there are no prompts, we recommend clicking View-log for log viewing
FIO Performance test Tool new graphics front end Gfio (CentOS)