Finding Clock speed

Dave Brueck dave at pythonapocrypha.com
Mon Jan 13 22:55:28 EST 2003


On Mon, 14 Jan 2003, Josh wrote:

> Is there any way at all to find the clock speed on a Windows box from a
> Python module?

On Win2k at least you can look in the registry:

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0\~MHz

Don't know about other versions of Windows though.

-Dave





More information about the Python-list mailing list