Difference between pages "CPU" and "Dmidecode"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(Created page with "<tt>'''dmidecode'''</tt> is a command for displaying BIOS hardware information. When working remotely with several computers, you sometimes want to verify that you are on th...")
 
Line 1: Line 1:
'''CPU''' ('''C'''entral '''P'''rocessing '''U'''nit)s consist of logic circuitry that interprets and executes the [[software]] instructions that drive a computer. For more information, see http://en.wikipedia.org/wiki/Cpu
+
<tt>'''dmidecode'''</tt> is a [[command]] for displaying BIOS hardware information.
  
= What CPUs do I have? =
+
When working remotely with several computers, you sometimes want to verify that you are on the right iron. For that, the program dmidecode exists - just start it by typing <tt>dmidecode</tt>.
To find out what CPUs you have at what speed, [[open a console]] and call [[hwinfo]], e.g.:
+
You get all information about the computer that the vendor put into the BIOS. There are different paragraphs ("handles"), for example like that:
$ hwinfo --cpu
+
    Handle 0x0100
01: None 00.0: 10103 CPU
+
          DMI type 1, 25 bytes.
  [Created at cpu.301]
+
          System Information
  Unique ID: rdCR.j8NaKXDZtZ6
+
                  Manufacturer: Dell Computer Corporation
  Hardware Class: cpu
+
                  Product Name: Dimension 4600i
  Arch: X86-64
+
                  Version: Not Specified
  Vendor: "GenuineIntel"
+
                  Serial Number: 664S31J
  '''Model: 6.15.11 "Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz"'''
+
                  UUID: 44454C4C-3600-1034-8053-B6C04F33314A
  Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,pni,monitor,ds_cpl,vmx,est,tm2,ssse3,cx16,xtpr,lahf_lm
+
                  Wake-up Type: APM Timer
  '''Clock: 1600 MHz'''
 
  BogoMips: 4791.54
 
  Cache: 4096 kb
 
  '''Units/Processor: 4'''
 
  Config Status: cfg=new, avail=yes, need=no, active=unknown
 
The block in this example is repeated 4 times because there this is a quad-core processor (Units/Processor: 4). The "clock" value is different because this is a 2.40GHz processor, running at 1600 MHz.
 
  
To reduce complexity:
+
[[Category:Command]]
$ hwinfo --cpu --short
 
cpu:
 
                        Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz, 1600MHz
 
                        Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz, 1600MHz
 
                        Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz, 1600MHz
 
                        Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz, 1600MHz
 
tells me I have a quad-core processor and 4 processor cores, so one processor with 4 cores, 2.4GHz ones running at 1600MHz.
 
 
 
= Load average =
 
'''load average''' is a measure to tell how busy the [[CPU]] is. load average shows the average number of [[process]]es waiting for [http://en.wikipedia.org/wiki/Execution execution]. Usually there are three numbers presented where the first show average last minute, second average for last five minutes and the third show average load for the last fifteen minutes.
 
 
 
Show your computer's [http://en.wikipedia.org/wiki/Load_average load average] with the [[command]]s uptime or [[top]].
 
 
 
= See also =
 
* [[hardware]]
 
* [[top]] - what does your CPU do
 
* [[diagnostics]] - what is your hardware and what does it do
 
 
 
[[Category:Hardware]]
 

Revision as of 01:51, 23 January 2012

dmidecode is a command for displaying BIOS hardware information.

When working remotely with several computers, you sometimes want to verify that you are on the right iron. For that, the program dmidecode exists - just start it by typing dmidecode. You get all information about the computer that the vendor put into the BIOS. There are different paragraphs ("handles"), for example like that:

    Handle 0x0100
          DMI type 1, 25 bytes.
          System Information
                 Manufacturer: Dell Computer Corporation
                 Product Name: Dimension 4600i
                 Version: Not Specified
                 Serial Number: 664S31J
                 UUID: 44454C4C-3600-1034-8053-B6C04F33314A
                 Wake-up Type: APM Timer