- 우분투 fio 설치
1 확인[ | ]
Console
Copy
root@zetawiki:~# fio
The program 'fio' is currently not installed. You can install it by typing:
apt install fio
또는
Console
Copy
root@zetawiki:~# fio
-bash: fio: command not found
2 설치[ | ]
Console
Copy
root@zetawiki:~# apt install fio
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libboost-random1.58.0 libboost-thread1.58.0 libibverbs1 librados2 librbd1 librdmacm1
Suggested packages:
gnuplot gfio
The following NEW packages will be installed:
fio libboost-random1.58.0 libboost-thread1.58.0 libibverbs1 librados2 librbd1 librdmacm1
0 upgraded, 7 newly installed, 0 to remove and 139 not upgraded.
Need to get 4,330 kB of archives.
After this operation, 15.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs1 amd64 1.1.8-1.1ubuntu2 [25.0 kB]
Get:2 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB]
Get:3 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB]
Get:4 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.9-0ubuntu0.16.04.1 [1,644 kB]
Get:5 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.9-0ubuntu0.16.04.1 [2,185 kB]
Get:6 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 librdmacm1 amd64 1.0.21-1 [49.1 kB]
Get:7 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 fio amd64 2.2.10-1ubuntu1 [368 kB]
Fetched 4,330 kB in 1s (3,468 kB/s)
Selecting previously unselected package libibverbs1.
(Reading database ... 164030 files and directories currently installed.)
Preparing to unpack .../libibverbs1_1.1.8-1.1ubuntu2_amd64.deb ...
Unpacking libibverbs1 (1.1.8-1.1ubuntu2) ................................................]
Selecting previously unselected package libboost-random1.58.0:amd64......................]
Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ..........................]
Selecting previously unselected package libboost-thread1.58.0:amd64......................]
Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ...
Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ..........................]
Selecting previously unselected package librados2........................................]
Preparing to unpack .../librados2_10.2.9-0ubuntu0.16.04.1_amd64.deb ...
Unpacking librados2 (10.2.9-0ubuntu0.16.04.1) ...........................................]
Selecting previously unselected package librbd1..........................................]
Preparing to unpack .../librbd1_10.2.9-0ubuntu0.16.04.1_amd64.deb ...
Unpacking librbd1 (10.2.9-0ubuntu0.16.04.1) .............................................]
Selecting previously unselected package librdmacm1.......................................]
Preparing to unpack .../librdmacm1_1.0.21-1_amd64.deb ...
Unpacking librdmacm1 (1.0.21-1) ...###############.......................................]
Selecting previously unselected package fio.##########...................................]
Preparing to unpack .../fio_2.2.10-1ubuntu1_amd64.deb ...
Unpacking fio (2.2.10-1ubuntu1) ...#####################.................................]
Processing triggers for libc-bin (2.23-0ubuntu9) ...########.............................]
Processing triggers for man-db (2.7.5-1) ...
Setting up libibverbs1 (1.1.8-1.1ubuntu2) ...
Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) .........................]
Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...#.....................]
Setting up librados2 (10.2.9-0ubuntu0.16.04.1) ...######################.................]
Setting up librbd1 (10.2.9-0ubuntu0.16.04.1) ...############################.............]
Setting up librdmacm1 (1.0.21-1) ...############################################.........]
Setting up fio (2.2.10-1ubuntu1) ...################################################.....]
Processing triggers for libc-bin (2.23-0ubuntu9) ...####################################.]
3 확인 2[ | ]
Console
Copy
root@zetawiki:~# fio -v
fio-2.2.10
4 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.