Не так давно потребовалось уточнить информацию, а какого типа ОЗУ на моих домашних компьютерах. Дожидаться вечера и лезть руками в системники было лень, да и по вечерам обычно не до этого, всегда находятся какие-то еще занятия. На компах стоит linux, а это значит к ним можно подключиться по ssh и попытаться выяснить подробности. Ок. Подключился и стал смотреть. Далее опишу набор различных команд и способов получить данные о железе. Самое важное, то что вся информация получена удаленно, без прямого доступа к системному блоку.
Для начала можно посмотреть общуу информацию об объеме памяти.
$ cat /proc/meminfo
MemTotal: 1034104 kB
MemFree: 182984 kB
Buffers: 172800 kB
Cached: 209392 kB
SwapCached: 7328 kB
Active: 504652 kB
Inactive: 247168 kB
Active(anon): 202884 kB
Inactive(anon): 174528 kB
Active(file): 301768 kB
Inactive(file): 72640 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 137160 kB
HighFree: 2088 kB
LowTotal: 896944 kB
LowFree: 180896 kB
SwapTotal: 2020348 kB
SwapFree: 1989740 kB
Dirty: 168 kB
Writeback: 0 kB
AnonPages: 366816 kB
Mapped: 28868 kB
Shmem: 8168 kB
Slab: 65272 kB
SReclaimable: 53984 kB
SUnreclaim: 11288 kB
KernelStack: 1184 kB
PageTables: 4088 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2537400 kB
Committed_AS: 1061628 kB
VmallocTotal: 122880 kB
VmallocUsed: 27228 kB
VmallocChunk: 74548 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 24568 kB
DirectMap2M: 886784 kB
Смотрим далее:
$ vmstat -s
1034104 K total memory
852524 K used memory
504868 K active memory
248064 K inactive memory
181580 K free memory
172840 K buffer memory
210284 K swap cache
2020348 K total swap
30608 K used swap
1989740 K free swap
6691675 non-nice user cpu ticks
0 nice user cpu ticks
1500876 system cpu ticks
1653145293 idle cpu ticks
7674753 IO-wait cpu ticks
818 IRQ cpu ticks
529093 softirq cpu ticks
0 stolen cpu ticks
1263055 pages paged in
81934828 pages paged out
1080 pages swapped in
9995 pages swapped out
1083091559 interrupts
1436089852 CPU context switches
1452824351 boot time
1024936 forks
Немного погуглив нашел инструмент dmidecode, а там очень подробно обо всем. Он у меня оказался уже установленным, но в принципе доступен из репозиториев:
# dmidecode
# dmidecode 2.11
SMBIOS 2.3 present.
39 structures occupying 1171 bytes.
Table at 0x000F0100.
Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
Vendor: Award Software International, Inc.
Version: F3
Release Date: 09/27/2005
Address: 0xE0000
Runtime Size: 128 kB
ROM Size: 384 kB
Characteristics:
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/360 kB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
и много много еще интересного. Используя опции фильтруем вывод по интересующему меня разделу:
# dmidecode --type memory
В выоде идет описание всех слотов и модулей, при чем не только ОЗУ, также о материнской плате, процессоре и всей прочей требухе. Вот и наш пациент:
Handle 0x001C, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x001B
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 512 MB
Form Factor: DIMM
Set: None
Locator: A0
Bank Locator: Bank0/1
Type: Unknown
Type Detail: None
Speed: 400 MHz
Manufacturer: None
Serial Number: None
Asset Tag: None
Part Number: None
Формфактор - DIMM. Вот и ответ на вопрос. Полистал, посмотрел в каких слотах стоят планки, какие частоты, объемы. Ок. Нашел то что искал. Далее уже для утоления жажды любопытства и интереса.
Раз уж добрались до таких недр, давай проверим как звать материнку и что из нее еще можно сделать. Набор опций в мануалах описан.
$ dmidecode -t
dmidecode: option requires an argument -- 't'
Type number or keyword expected
Valid type keywords are:
bios
system
baseboard
chassis
processor
memory
cache
connector
slot
Выбираем нужную опцию и смотрим:
# dmidecode --type baseboard
# dmidecode 2.11
SMBIOS 2.3 present.
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: 8I915PL-G
Version: x.x
Serial Number:
Далее просто гуглим модель материнки и смотрим ттх. Например nix.ru
А процессор тут такой:
# dmidecode --type processor
# dmidecode 2.11
SMBIOS 2.3 present.
Handle 0x0004, DMI type 4, 35 bytes
Processor Information
Socket Designation: Socket 775
Type: Central Processor
Family: Pentium 4
Manufacturer: Intel
ID: 41 0F 00 00 FF FB EB BF
Signature: Type 0, Family 15, Model 4, Stepping 1
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (FXSAVE and FXSTOR instructions supported)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Multi-threading)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Pentium(R) 4 CPU
Voltage: 1.4 V
External Clock: 200 MHz
Max Speed: 4000 MHz
Current Speed: 3000 MHz
Status: Populated, Enabled
Upgrade: Socket 478
L1 Cache Handle: 0x000A
L2 Cache Handle: 0x000B
L3 Cache Handle: Not Provided
Serial Number:
Asset Tag:
Part Number:
Дополнительно можно посмотреть информацию по процессору и ядрам:
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 1
microcode : 0x17
cpu MHz : 3014.297
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : 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 nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips : 6028.59
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 1
microcode : 0x17
cpu MHz : 3014.297
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : 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 nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips : 6029.33
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
Еще немного общей информации:
# dmidecode -t system
# dmidecode 2.11
SMBIOS 2.3 present.
Handle 0x0001, DMI type 1, 25 bytes
System Information
Manufacturer:
Product Name:
Version:
Serial Number:
UUID: Not Present
Wake-up Type: Power Switch
Handle 0x0025, DMI type 32, 11 bytes
System Boot Information
Status: No errors detected
Почему-то нет данных, номеров и прочего. Хотя на втором системнике есть:
# dmidecode 2.11
SMBIOS 2.7 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: ASUS
Product Name: All Series
Version: System Version
Serial Number: System Serial Number
UUID: 29D8E580-D7EA-11DD-96E9-10C37B4BB5AD
Wake-up Type: Power Switch
SKU Number: All
Family: ASUS MB
Handle 0x001F, DMI type 12, 5 bytes
System Configuration Options
Option 1: To Be Filled By O.E.M.
Handle 0x0021, DMI type 32, 20 bytes
System Boot Information
Status: No errors detected
Посмотрим температуру винчестера:
# hddtemp /dev/sda
/dev/sda: ST31000524AS: 34°C
Данные внутренних сенсоров:
# sensors
it8712-isa-0290
Adapter: ISA adapter
in0: +1.33 V (min = +0.00 V, max = +4.08 V)
in1: +2.58 V (min = +0.00 V, max = +4.08 V)
in2: +3.20 V (min = +0.00 V, max = +4.08 V)
+5V: +2.96 V (min = +0.00 V, max = +4.08 V)
in4: +2.99 V (min = +0.00 V, max = +4.08 V)
in5: +2.38 V (min = +0.00 V, max = +4.08 V)
in6: +0.90 V (min = +0.00 V, max = +4.08 V)
in7: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
Vbat: +3.12 V
fan1: 1670 RPM (min = 664 RPM, div = 8)
fan3: 2518 RPM (min = 0 RPM, div = 8)
temp1: -55.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp2: -2.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp3: +45.0°C (low = +127.0°C, high = +90.0°C) sensor = thermal diode
cpu0_vid: +1.388 V
intrusion0: ALARM
На подумать и покопаться с забавными температурами ))) На более новом компе данные более адекватно выглядят:
$ sudo sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +27.8°C (crit = +105.0°C)
temp2: +29.8°C (crit = +105.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +36.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +36.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +34.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +31.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +33.0°C (high = +80.0°C, crit = +100.0°C)
Перечень PCI слотов и устройств.
# lspci
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 0e)
00:01.0 PCI bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root Port (rev 0e)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 05)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 05)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 05)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 05)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d5)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 05)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
02:06.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133 RAID controller (rev 06)
Также перечень USB устройств
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 003: ID 046d:c512 Logitech, Inc. LX-700 Cordless Desktop Receiver
Эти команды могут выводить более подробную информацию и описания устройств. Так же можно использовать идентификаторы вендоров для поиска дополнительной информации в инетрнете.
Для начала можно посмотреть общуу информацию об объеме памяти.
$ cat /proc/meminfo
MemTotal: 1034104 kB
MemFree: 182984 kB
Buffers: 172800 kB
Cached: 209392 kB
SwapCached: 7328 kB
Active: 504652 kB
Inactive: 247168 kB
Active(anon): 202884 kB
Inactive(anon): 174528 kB
Active(file): 301768 kB
Inactive(file): 72640 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 137160 kB
HighFree: 2088 kB
LowTotal: 896944 kB
LowFree: 180896 kB
SwapTotal: 2020348 kB
SwapFree: 1989740 kB
Dirty: 168 kB
Writeback: 0 kB
AnonPages: 366816 kB
Mapped: 28868 kB
Shmem: 8168 kB
Slab: 65272 kB
SReclaimable: 53984 kB
SUnreclaim: 11288 kB
KernelStack: 1184 kB
PageTables: 4088 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2537400 kB
Committed_AS: 1061628 kB
VmallocTotal: 122880 kB
VmallocUsed: 27228 kB
VmallocChunk: 74548 kB
HardwareCorrupted: 0 kB
AnonHugePages: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 24568 kB
DirectMap2M: 886784 kB
Смотрим далее:
$ vmstat -s
1034104 K total memory
852524 K used memory
504868 K active memory
248064 K inactive memory
181580 K free memory
172840 K buffer memory
210284 K swap cache
2020348 K total swap
30608 K used swap
1989740 K free swap
6691675 non-nice user cpu ticks
0 nice user cpu ticks
1500876 system cpu ticks
1653145293 idle cpu ticks
7674753 IO-wait cpu ticks
818 IRQ cpu ticks
529093 softirq cpu ticks
0 stolen cpu ticks
1263055 pages paged in
81934828 pages paged out
1080 pages swapped in
9995 pages swapped out
1083091559 interrupts
1436089852 CPU context switches
1452824351 boot time
1024936 forks
Немного погуглив нашел инструмент dmidecode, а там очень подробно обо всем. Он у меня оказался уже установленным, но в принципе доступен из репозиториев:
# dmidecode
# dmidecode 2.11
SMBIOS 2.3 present.
39 structures occupying 1171 bytes.
Table at 0x000F0100.
Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
Vendor: Award Software International, Inc.
Version: F3
Release Date: 09/27/2005
Address: 0xE0000
Runtime Size: 128 kB
ROM Size: 384 kB
Characteristics:
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/360 kB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
и много много еще интересного. Используя опции фильтруем вывод по интересующему меня разделу:
# dmidecode --type memory
В выоде идет описание всех слотов и модулей, при чем не только ОЗУ, также о материнской плате, процессоре и всей прочей требухе. Вот и наш пациент:
Handle 0x001C, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x001B
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 512 MB
Form Factor: DIMM
Set: None
Locator: A0
Bank Locator: Bank0/1
Type: Unknown
Type Detail: None
Speed: 400 MHz
Manufacturer: None
Serial Number: None
Asset Tag: None
Part Number: None
Формфактор - DIMM. Вот и ответ на вопрос. Полистал, посмотрел в каких слотах стоят планки, какие частоты, объемы. Ок. Нашел то что искал. Далее уже для утоления жажды любопытства и интереса.
Раз уж добрались до таких недр, давай проверим как звать материнку и что из нее еще можно сделать. Набор опций в мануалах описан.
$ dmidecode -t
dmidecode: option requires an argument -- 't'
Type number or keyword expected
Valid type keywords are:
bios
system
baseboard
chassis
processor
memory
cache
connector
slot
Выбираем нужную опцию и смотрим:
# dmidecode --type baseboard
# dmidecode 2.11
SMBIOS 2.3 present.
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: 8I915PL-G
Version: x.x
Serial Number:
Далее просто гуглим модель материнки и смотрим ттх. Например nix.ru
А процессор тут такой:
# dmidecode --type processor
# dmidecode 2.11
SMBIOS 2.3 present.
Handle 0x0004, DMI type 4, 35 bytes
Processor Information
Socket Designation: Socket 775
Type: Central Processor
Family: Pentium 4
Manufacturer: Intel
ID: 41 0F 00 00 FF FB EB BF
Signature: Type 0, Family 15, Model 4, Stepping 1
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (FXSAVE and FXSTOR instructions supported)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Multi-threading)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Pentium(R) 4 CPU
Voltage: 1.4 V
External Clock: 200 MHz
Max Speed: 4000 MHz
Current Speed: 3000 MHz
Status: Populated, Enabled
Upgrade: Socket 478
L1 Cache Handle: 0x000A
L2 Cache Handle: 0x000B
L3 Cache Handle: Not Provided
Serial Number:
Asset Tag:
Part Number:
Дополнительно можно посмотреть информацию по процессору и ядрам:
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 1
microcode : 0x17
cpu MHz : 3014.297
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : 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 nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips : 6028.59
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 1
microcode : 0x17
cpu MHz : 3014.297
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : 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 nx lm constant_tsc pebs bts pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips : 6029.33
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
Еще немного общей информации:
# dmidecode -t system
# dmidecode 2.11
SMBIOS 2.3 present.
Handle 0x0001, DMI type 1, 25 bytes
System Information
Manufacturer:
Product Name:
Version:
Serial Number:
UUID: Not Present
Wake-up Type: Power Switch
Handle 0x0025, DMI type 32, 11 bytes
System Boot Information
Status: No errors detected
Почему-то нет данных, номеров и прочего. Хотя на втором системнике есть:
# dmidecode 2.11
SMBIOS 2.7 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: ASUS
Product Name: All Series
Version: System Version
Serial Number: System Serial Number
UUID: 29D8E580-D7EA-11DD-96E9-10C37B4BB5AD
Wake-up Type: Power Switch
SKU Number: All
Family: ASUS MB
Handle 0x001F, DMI type 12, 5 bytes
System Configuration Options
Option 1: To Be Filled By O.E.M.
Handle 0x0021, DMI type 32, 20 bytes
System Boot Information
Status: No errors detected
Посмотрим температуру винчестера:
# hddtemp /dev/sda
/dev/sda: ST31000524AS: 34°C
Данные внутренних сенсоров:
# sensors
it8712-isa-0290
Adapter: ISA adapter
in0: +1.33 V (min = +0.00 V, max = +4.08 V)
in1: +2.58 V (min = +0.00 V, max = +4.08 V)
in2: +3.20 V (min = +0.00 V, max = +4.08 V)
+5V: +2.96 V (min = +0.00 V, max = +4.08 V)
in4: +2.99 V (min = +0.00 V, max = +4.08 V)
in5: +2.38 V (min = +0.00 V, max = +4.08 V)
in6: +0.90 V (min = +0.00 V, max = +4.08 V)
in7: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM
Vbat: +3.12 V
fan1: 1670 RPM (min = 664 RPM, div = 8)
fan3: 2518 RPM (min = 0 RPM, div = 8)
temp1: -55.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp2: -2.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp3: +45.0°C (low = +127.0°C, high = +90.0°C) sensor = thermal diode
cpu0_vid: +1.388 V
intrusion0: ALARM
На подумать и покопаться с забавными температурами ))) На более новом компе данные более адекватно выглядят:
$ sudo sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +27.8°C (crit = +105.0°C)
temp2: +29.8°C (crit = +105.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +36.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +36.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +34.0°C (high = +80.0°C, crit = +100.0°C)
Core 2: +31.0°C (high = +80.0°C, crit = +100.0°C)
Core 3: +33.0°C (high = +80.0°C, crit = +100.0°C)
Перечень PCI слотов и устройств.
# lspci
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 0e)
00:01.0 PCI bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI Express Root Port (rev 0e)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 05)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 05)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 05)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 05)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d5)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 05)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)
02:06.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133 RAID controller (rev 06)
Также перечень USB устройств
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 003: ID 046d:c512 Logitech, Inc. LX-700 Cordless Desktop Receiver
Эти команды могут выводить более подробную информацию и описания устройств. Так же можно использовать идентификаторы вендоров для поиска дополнительной информации в инетрнете.
Комментариев нет:
Отправить комментарий