DELL R710上编译Apache2很快
DELL R710 2×4核心Xeon 2.13G + 4G RAM + SAS 15KRPM 硬盘。安装了Debian Linux 5.0 X64。新装好想知道新系统到底有多快,就下载编译个Apache2来看下:
mirror:~/httpd-2.2.9# time make -j 8
...output...
make[1]: Leaving directory `/root/httpd-2.2.9'
real 0m36.271s
user 1m26.709s
sys 0m19.845s
只花了36秒钟就把Apache 2.2.9编译完成了。真快。