Linux - Is there a way to check my processor speed.

BuddyJBuddyJ Dept. of PropagandaOKC Icrontian
edited September 2007 in Science & Tech
Is there a command that'll tell me what speed my processors are running at in Ubuntu? I want to make sure SM24 is working to her full potential.

Comments

  • GrayFoxGrayFox /dev/urandom Member
    edited September 2007
    cat /proc/cpuinfo
  • BuddyJBuddyJ Dept. of Propaganda OKC Icrontian
    edited September 2007
    The SMx project loves you GrayFox!
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited September 2007
    x86info gives you other cool info as well.
  • GrayFoxGrayFox /dev/urandom Member
    edited September 2007
    The SMx project loves you GrayFox!

    Thanks, Also I suggest using large workunits if you arn't running a gui since your going to have a ton of unused ram.
    shwaip wrote:
    x86info gives you other cool info as well.
    Correct me if im wrong, But isn't that just a front end that displays cpuinfo :/.
  • KwitkoKwitko Sheriff of Banning (Retired) By the thing near the stuff Icrontian
    edited September 2007
    If you've got PHP and Apache set up, you can run PHP Sysinfo, which will give you all sorts of tasty morsels of info.
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited September 2007
    GrayFox wrote:
    Thanks, Also I suggest using large workunits if you arn't running a gui since your going to have a ton of unused ram.


    Correct me if im wrong, But isn't that just a front end that displays cpuinfo :/.


    [998] cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 15
    model : 2
    model name : Intel(R) Pentium(R) 4 CPU 2.53GHz
    stepping : 7
    cpu MHz : 2528.341
    cache size : 512 KB
    fdiv_bug : no
    hlt_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
    bogomips : 5057.87

    [999] x86info
    x86info v1.13. Dave Jones 2001-2003
    Feedback to <davej@redhat.com>.

    Found 1 CPU
    Family: 15 Model: 2 Stepping: 7 Type: 0 Brand: 9
    CPU Model: Pentium 4 (Northwood) [C1] Original OEM
    Processor name string: Intel(R) Pentium(R) 4 CPU 2.53GHz

    Feature flags:
    fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflsh dtes acpi mmx fxsr sse sse2 selfsnoop ht acc pbe
    Extended feature flags:
    cntx-id
    Instruction trace cache:
    Size: 12K uOps 8-way associative.
    L1 Data cache:
    Size: 8KB Sectored, 4-way associative.
    line size=64 bytes.
    L2 unified cache:
    Size: 512KB Sectored, 8-way associative.
    line size=64 bytes.
    Instruction TLB: 4K, 2MB or 4MB pages, fully associative, 128 entries.
    Data TLB: 4KB or 4MB pages, fully associative, 64 entries.
    The physical package supports 1 logical processors
  • drasnordrasnor Starship Operator Hawthorne, CA Icrontian
    edited September 2007
    It's also useful to check the beginning of dmesg to verify your system is firing on all cylinders.

    Calibrating delay using timer specific routine.. 4804.72 BogoMIPS (lpj=8004353)
    Mount-cache hash table entries: 256
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 4096K
    using mwait in idle threads.
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    CPU0: Thermal monitoring enabled (TM2)
    Freeing SMP alternatives: 35k freed
    ACPI: Core revision 20070126
    Using local APIC timer interrupts.
    result 16666640
    Detected 16.666 MHz APIC timer.
    Booting processor 1/4 APIC 0x1
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 4801.07 BogoMIPS (lpj=8000119)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 4096K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU1: Thermal monitoring enabled (TM2)
    Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz stepping 0b
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Booting processor 2/4 APIC 0x3
    Initializing CPU#2
    Calibrating delay using timer specific routine.. 4801.73 BogoMIPS (lpj=7999583)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 4096K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 3
    CPU2: Thermal monitoring enabled (TM2)
    Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz stepping 0b
    checking TSC synchronization [CPU#0 -> CPU#2]: passed.
    Booting processor 3/4 APIC 0x2
    Initializing CPU#3
    Calibrating delay using timer specific routine.. 4801.82 BogoMIPS (lpj=7999726)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 4096K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 2
    CPU3: Thermal monitoring enabled (TM2)
    Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz stepping 0b
    checking TSC synchronization [CPU#0 -> CPU#3]: passed.
    Brought up 4 CPUs
Sign In or Register to comment.