Lee Evans Posted January 28, 2005 Posted January 28, 2005 Has anyone a good way of getting the processor speed of a PC. I am writing a load testing script and need to log the specs of the PC being tested and seem to be able to do everything I want except get the processor speed. Have I missed something in the help?
Wb-FreeKill Posted January 28, 2005 Posted January 28, 2005 Has anyone a good way of getting the processor speed of a PC.I am writing a load testing script and need to log the specs of the PC being tested and seem to be able to do everything I want except get the processor speed.Have I missed something in the help?<{POST_SNAPBACK}>$cpu0 = RegRead("HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0", "~MHz")Take a look at this regkey... the only thing you have to do is to "print" out the resault of $cpu0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now