Brooks Davis wrote:
> 
> I'm working on a port of Globus to FreeBSD and some of the monitoring
> tools want to publish info about each CPU in the system.  On the i386
> the most info I need is generally found at the top of dmesg:
> 
> CPU: Pentium III/Pentium III Xeon/Celeron (996.85-MHz 686-class CPU)
>   Origin = "GenuineIntel"  Id = 0x686  Stepping = 6
>   
>Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>


sysctl hw.model  (for ID)
sysctl machdep.tsc_freq (for clock)

for Other information simply run sysctl -a 
or man 3 sysctl

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

Reply via email to