* Jordan Hubbard <[EMAIL PROTECTED]> [020313 15:56] wrote:
> hw.busfrequency = 133326902
> hw.cpufrequency = 667000000
> hw.cachelinesize = 32
> hw.l1icachesize = 32768
> hw.l1dcachesize = 32768
> hw.l2settings = -2147483648
> hw.l2cachesize = 262144
> 
> Assuming that some or all of this information can be derived on x86 /
> alpha / sparc, how useful do folks think it would be to have this
> information be available from sysctl space?  I personally would love
> to see CPU and bus speed info.

Those look pretty good.  Having the cacheline size available
would also help quite a bit for avoiding false sharing for
allocation of data structures in smp.

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to