cpuid output example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dub fetch cpuid | |
$ dub test cpuid | |
################ Unified Information ################ | |
Cores per CPU = 4 | |
Threads per CPU = 8 | |
------------------ TLB Information ------------------ | |
Instruction TLB: | |
- - - - - ITLB1: - - - - - - - - - - - - - - - - - - | |
Page size = 4 KB | |
Pages count = 64 | |
Pages count = 64 | |
Associativity: 8-way associative | |
Data TLB: | |
- - - - - DTLB1: - - - - - - - - - - - - - - - - - - | |
Page size = 4 KB | |
Pages count = 64 | |
Pages count = 64 | |
Associativity: 4-way associative | |
Unified TLB: | |
- - - - - UTLB1: - - - - - - - - - - - - - - - - - - | |
Page size = 4 KB | |
Pages count = 1024 | |
Pages count = 1024 | |
Associativity: 8-way associative | |
----------------- Cache Information ----------------- | |
Instruction Cache: | |
- - - - - ICahce1: - - - - - - - - - - - - - - - - - | |
Cache size = 32 KB | |
Line = 64 bytes | |
Cores per cache = 1 | |
Inclusive: false | |
Associativity: 8-way associative | |
Data Cahce: | |
- - - - - DCahce1: - - - - - - - - - - - - - - - - - | |
Cache size = 32 KB | |
Line = 64 bytes | |
Cores per cache = 1 | |
Inclusive: false | |
Associativity: 8-way associative | |
Unified Cahce: | |
- - - - - UCahce1: - - - - - - - - - - - - - - - - - | |
Cache size = 256 KB | |
Line = 64 bytes | |
Cores per cache = 1 | |
Inclusive: false | |
Associativity: 8-way associative | |
- - - - - UCahce2: - - - - - - - - - - - - - - - - - | |
Cache size = 6144 KB | |
Line = 64 bytes | |
Cores per cache = 4 | |
Inclusive: true | |
Associativity: 12-way associative | |
- - - - - UCahce3: - - - - - - - - - - - - - - - - - | |
Cache size = 131072 KB | |
Line = 64 bytes | |
Cores per cache = 4 | |
Inclusive: false | |
Associativity: 16-way associative | |
################## x86 Information ################## | |
vendor: GenuineIntel | |
brand: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz | |
vendorIndex: 0x8 | |
brandIndex: 0x0 | |
maxBasicLeaf: 0xD | |
maxExtendedLeaf: 0x80000008 | |
clflushLineSize: 0x8 | |
maxLogicalProcessors: 0x10 | |
initialAPIC: 0x0 | |
stepping: 0x1 | |
model: 0x6 | |
family: 0x6 | |
type: 0x0 | |
extendedModel: 0x4 | |
extendedFamily: 0x0 | |
sse3: true | |
pclmulqdq: true | |
dtes64: true | |
monitor: true | |
ds_cpl: true | |
vmx: true | |
smx: false | |
eist: true | |
tm2: true | |
ssse3: true | |
cnxt_id: false | |
sdbg: true | |
fma: true | |
cmpxchg16b: true | |
xtpr: true | |
pdcm: true | |
pcid: true | |
dca: false | |
sse41: true | |
sse42: true | |
x2apic: true | |
movbe: true | |
popcnt: true | |
tsc_deadline: true | |
aes: true | |
xsave: true | |
osxsave: true | |
avx: true | |
f16c: true | |
rdrand: true | |
fpu: true | |
vme: true | |
de: true | |
pse: true | |
tsc: true | |
msr: true | |
pae: true | |
mce: true | |
cx8: true | |
apic: true | |
sep: true | |
mtrr: true | |
pge: true | |
mca: true | |
cmov: true | |
pat: true | |
pse36: true | |
psn: false | |
clfsh: true | |
ds: true | |
acpi: true | |
mmx: true | |
fxsr: true | |
sse: true | |
sse2: true | |
ss: true | |
htt: true | |
tm: true | |
pbe: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment