Summary
Before comparing timing across different machines, you should know exactly what processor/architecture/speed a system is running.
Solution
How to determine processor speed/architecture:
Windows:
Right click on 'My Computer', choose Properties. Computer: Intel® Pentium® 4 CPU 2.40GHz |
Windows from the command line:
systeminfo |
Solaris:
/usr/platform/ |
Linux:
% cat /proc/cpuinfo Intel® Pentium® 4 CPU 2.40GHz cpu MHz 2393.016 |
See Also
-
For a processor identification utility from Intel, download and install the utility from Intel’s website
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.