安装: 1. UnixBench from version 5.1 on has both system and graphics tests. If you want to use the graphic tests, edit the Makefile and make sure that the line "GRAPHIC_TESTS = defined" is not commented out; then check that the "GL_LI
来源地址: http://blog.csdn.net/wenwenxiong/article/details/77197997 记录一下 以后好找.. 一.linux cpu.内存.IO.网络的测试工具 cpu测试工具 1.Super Pi for linux Super PI是利用CPU的浮点运算能力来计算出π(圆周率),所以目前普遍被用户用做测试系统稳定性和测试CPU计算完后特定位数圆周率所需的时间. ./super_pi 20 20为位数.表示要算2的多少次方位,如通常要算小数点后1M位.
真是坑爹,就下面的sh,竟然也写了很久! if [ `pwd` != '/usr/xx/bin/tomcat' ] then echo "rstall is not allowed in current dir : `pwd` !" return fi ./bin/rstmst.sh;../tomcat-bb/bin/rstns.sh if 的语法真麻烦, linux if 的语法真是服了! if 后面跟的是 [] , 而不是 () 擦! if 和 then 之间必须换行! ———
http://linux.about.com/library/cmd/blcmdl1_sh.htm http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html Linux / Unix Command: shCommand LibraryNAMEbash - GNU Bourne-Again SHell SYNOPSISbash [options] [file] DESCRIPTIONBash is an sh
same issue i faced , tried with ./unstack.sh and ./clean.sh also but couldn't fix the issue.Following step helped me to resolve this issue../unstack.sh./clean.sh rm -rf devstack folder reboot system cloned devstack codecd devstack./stack.sh ref: http