On Sat, Jan 10, 2004 at 12:12:20AM +0100, Palle Girgensohn wrote: > > $ dmesg | grep -i hz > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium II/Pentium II Xeon/Celeron (349.20-MHz 686-class CPU) > > > Better ideas?
Only slightly better, but: grep -w ^CPU: /var/run/dmesg.boot /sbin/dmesg is not always trustworthy. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
