m*****l 发帖数: 21 | 1 想要做一个大型的simulation, 但是有一大堆的unix 机器可以远程使用.
不知道哪个快一点.
请问如何做速度测试和比较?
谢谢. | r****d 发帖数: 375 | 2 It really depends on the how many jobs are running in the machines and whether
the jobs needs lot of processor time. So the best way you can do is:
1. more /proc/cpuinfo, /proc/meminfo or use some graphic interface to know
about the hardware info of the different machines. As we know, fast cpu (SMP
is better) and big ram is the best choice.
2. you may need to use "top" to see the system performance currently, it loads
lots of jobs, you'd better check the second choice from the previous step.
I d
【在 m*****l 的大作中提到】 : 想要做一个大型的simulation, 但是有一大堆的unix 机器可以远程使用. : 不知道哪个快一点. : 请问如何做速度测试和比较? : 谢谢.
| D**e 发帖数: 10169 | 3 use all of them.
【在 m*****l 的大作中提到】 : 想要做一个大型的simulation, 但是有一大堆的unix 机器可以远程使用. : 不知道哪个快一点. : 请问如何做速度测试和比较? : 谢谢.
| b***s 发帖数: 373 | 4 why not just write a small program with thousands of iterations to test it?
【在 m*****l 的大作中提到】 : 想要做一个大型的simulation, 但是有一大堆的unix 机器可以远程使用. : 不知道哪个快一点. : 请问如何做速度测试和比较? : 谢谢.
| c******n 发帖数: 4965 | 5 google search NWS, research project
especially suited for reporting
network resources`
【在 m*****l 的大作中提到】 : 想要做一个大型的simulation, 但是有一大堆的unix 机器可以远程使用. : 不知道哪个快一点. : 请问如何做速度测试和比较? : 谢谢.
| s*******m 发帖数: 58 | 6 in matlab, run command "bench"
【在 c******n 的大作中提到】 : google search NWS, research project : especially suited for reporting : network resources`
|
|