3/20 On Windows 2000 and FreeBSD, what are some accurate ways for me to find
out what the machines are made up of; i.e. number of CPU's, speed of
each CPU, RAM, motherboard, etc. I know about the "General" tab for
System on a Windows system, but don't know how accurate they are. And,
any ideas and/or URL's with information on how I can attach a process
to a specified CPU in Windows 2000 and FreeBSD? Thanks.
\_ dmesg on FreeBSD will probably be accurate, at least for what the
kernel can identify.
\_ See also /var/run/dmesg.boot, in case the boot messages have
scrolled out of the dmesg buffer.
\_ There are numerous freebie cpu id progs on the net. You might try
google for "cpuid" and you'll find (big shock) the 'cpuid' program.
Some versions will give you all the other info you want also. |