On Fri, 1 Oct 2004, Patrick B. O'Brien wrote:
So I guess, this is an 833 Mhz Box? No cpufreq file.
:/proc # cat cpuinfo vendor_id : IBM/S390 # processors : 1 bogomips per cpu: 833.94 processor 0: version = FF, identification = 0494AA, machine = 2064 nvlnxt22:/proc #
Not sure about the s390 (no rubbing it in! :p), but in general, you shouldn't bother paying attention to the bogomips. On the 450MHz box I'm on now, I get this: $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 5 model : 9 model name : AMD-K6(tm) 3D+ Processor stepping : 1 cpu MHz : 451.012 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr bogomips : 901.12 $ On x86 processors, the bogomips seems to be around 2x the MHz. I've seen the same thing on other boxes. Different platforms may or may not hold to that. -- trey