|
发表于 2008-5-8 13:04:52
|
显示全部楼层
解开后简单运行,安装对应的test或者suite就可以用了,但如果始终不能用的话就是系统的配合与设置问题了
[PHP]
tar xvf phoronix-test-suite-0.5.1.tar.gz
cd phoronix-test-suite
$ ./phoronix-test-suite version
Phoronix Test Suite v0.5.1 (TRONDHEIM)
$ ./phoronix-test-suite install iozone
====================================
Downloading Files For: iozone
====================================
http://www.iozone.org/src/current/iozone3_291.tar
Downloading File: iozone3_291.tar
......
$ ./phoronix-test-suite run iozone
Would you like to save these benchmark results (Y/n)?
Enter a name to save these results: iozone1
Enter a unique identifier for distinguishing this series of tests: iozone1
Disk Test:
1: Write
2: Read
Please Enter Your Choice: 1
......
[/PHP] |
|