Jump to content

Finding Processor Speed using AutoIt


Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...