The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM


Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Need help ! SQL and Proc *C iwbasts High Level Programming 5 05-18-2006 12:42 AM
proc bache_gowda UNIX for Dummies Questions & Answers 7 05-23-2005 08:18 AM
/proc aojmoj UNIX for Advanced & Expert Users 3 11-20-2002 01:54 PM
about /proc fuqiang1976 UNIX for Dummies Questions & Answers 1 09-10-2001 04:46 AM
/proc 100% asutoshch UNIX for Dummies Questions & Answers 1 03-31-2001 11:24 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #99 (permalink)  
Old 09-19-2006
Registered User
 

Join Date: Sep 2006
Posts: 4
Stumble this Post!
Quote:
Originally Posted by tjroamer
Code:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 14
model name      : Genuine Intel(R) CPU           T2600  @ 2.16GHz
stepping        : 8
cpu MHz         : 2158.350
cache size      : 2048 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss nx pni
bogomips        : 4292.60
I have a question, does it mean my CPU is 686? Because I saw the CPU family is 6......
Thanks!
Reply With Quote
Forum Sponsor
  #100 (permalink)  
Old 09-19-2006
Registered User
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 923
Stumble this Post!
Quote:
Originally Posted by tjroamer
I have a question, does it mean my CPU is 686? Because I saw the CPU family is 6......
Thanks!
Intel stopped using x86 names after the 80486, because they realized they cannot copyright a number.

Judging by the other numbers on this page, I don't think the family means 686. Otherwise we've got some fifteen-86's hanging around.
Reply With Quote
  #101 (permalink)  
Old 09-20-2006
Registered User
 

Join Date: Sep 2006
Posts: 4
Stumble this Post!
Cool

Quote:
Originally Posted by Corona688
Intel stopped using x86 names after the 80486, because they realized they cannot copyright a number.

Judging by the other numbers on this page, I don't think the family means 686. Otherwise we've got some fifteen-86's hanging around.
Oh, got it. I got confused, because I saw some released linux packages still have 586, 686 version. Why I asked this question is that I did not know which package is suitable for my cpu architecture.
Reply With Quote
  #102 (permalink)  
Old 09-20-2006
Registered User
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 923
Stumble this Post!
Quote:
Originally Posted by tjroamer
Oh, got it. I got confused, because I saw some released linux packages still have 586, 686 version. Why I asked this question is that I did not know which package is suitable for my cpu architecture.
If your CPU is a pentium II or newer, your CPU ought to be compatible with most binary distributions. 686 is the generic "everything newer than Pentium" group, which I consider badly named because Cyrix once made a cpu called the 686 that has little to do with it. The flags might be more important:
Code:
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss nx pni
Bolded a few you might recognize. If a program is compiled to build these things in, and and your CPU doesn't have them, these programs can crash. You're not likely to see these flags used in compilation.

Not that some programs won't use these instruction sets, they just won't be hardwired to use them. things like mplayer do lots of checks to see what instructions you have and switch routines accordingly.

Don't mix 586 and 686 packages though, keep them the same.

Last edited by Corona688; 09-20-2006 at 01:06 PM.
Reply With Quote
  #103 (permalink)  
Old 09-21-2006
Registered User
 

Join Date: Sep 2006
Posts: 4
Stumble this Post!
Smile

Quote:
Originally Posted by Corona688
If your CPU is a pentium II or newer, your CPU ought to be compatible with most binary distributions. 686 is the generic "everything newer than Pentium" group, which I consider badly named because Cyrix once made a cpu called the 686 that has little to do with it. The flags might be more important:
Code:
flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss nx pni
Bolded a few you might recognize. If a program is compiled to build these things in, and and your CPU doesn't have them, these programs can crash. You're not likely to see these flags used in compilation.

Not that some programs won't use these instruction sets, they just won't be hardwired to use them. things like mplayer do lots of checks to see what instructions you have and switch routines accordingly.

Don't mix 586 and 686 packages though, keep them the same.
Corona688, thanks, learnt a lot. My understanding is: in the different released packages, the compiler option may be different, e.g., 586 and 686 package use some advanced compiler options involoving the flags you mentioned. So let's assume, we don't know what type of CPU we have, then install a 386 package is always correct, unless we have a 80286 CPU :-)
Thanks...
Kai
Reply With Quote
  #104 (permalink)  
Old 09-22-2006
Registered User
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 923
Stumble this Post!
80386 code is less efficient, though.

Your CPU is 2GHz. This is over eight times faster than the last CPU to not be a "686". You've got nothing to worry about.
Reply With Quote
  #105 (permalink)  
Old 09-26-2006
Ebbi's Avatar
Registered User
 

Join Date: Mar 2005
Location: Germany
Posts: 139
Stumble this Post!
Wink

Code:
processor  : 0
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2365.58
siblings   : 1

processor  : 1
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 2
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 3
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 4
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 5
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 6
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 7
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 8
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 9
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 10
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 11
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2415.91
siblings   : 1

processor  : 12
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 13
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 14
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 15
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 16
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 17
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 18
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 19
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 20
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 21
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 22
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 23
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 24
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 25
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 26
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 27
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 28
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 29
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 30
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 31
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 32
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 33
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 34
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 35
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 36
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 37
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 38
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 39
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 40
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 41
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 42
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 43
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 44
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 45
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 46
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 47
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 48
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 49
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 50
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 51
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 52
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 53
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 54
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 55
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 56
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 57
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 58
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 59
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 60
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 61
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 62
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1

processor  : 63
vendor     : GenuineIntel
arch       : IA-64
family     : Itanium 2
model      : 2
revision   : 1
archrev    : 0
features   : branchlong
cpu number : 0
cpu regs   : 4
cpu MHz    : 1600.000000
itc MHz    : 1600.000000
BogoMIPS   : 2390.75
siblings   : 1
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
linux, load average, performance, solaris, ubuntu

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:46 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0