레이블이 Performance test인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Performance test인 게시물을 표시합니다. 모든 게시물 표시

2016년 10월 31일 월요일

iozone

# wget http://www.iozone.org/src/current/iozone-3-455.src.rpm
# rpmbuild --rebuild iozone-3-455.src.rpm
# cd /root/rpmbuild/RPMS/x86_64
# rpm -ivh iozone-3-455.x86_64.rpm

2016년 10월 26일 수요일

dd

Test of Write
# time dd if=/dev/zero of=/BiO/dd_test count=1000 bs=1024k
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 1.15074 s, 911 MB/s

Test of Read
# dd if=/BiO/dd_test of=/dev/null count=1000 bs=1024k
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 0.218885 s, 4.8 GB/s