|
|
第 1 帖 | |
|
|
标题: LINUX下如何查看内存品牌和速率啊? 我用的是本本,不方便拆卸,WIN下可以用CPUZ来查看
不知道LINUX下用什么方法? |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
查看文件:
/proc/cpuinfo
__________________
Lacrimosa: sony VGN-NR21S, Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz, 2G Memory, 250G Harddisk cocteau:NEC Versa E2000 256M plus HY512M DDR333,40G mojave:Athlon 1G,MSI KT133A,40G IBM腾龙(已阵亡), 160G segate, 256M+128M SD133 cl3 HY mail:hellwolf.misty AT gmail.com [url]http://hellwolf.cublog.cn/[/url] google talk:hellwolf.misty AT gmail.com |
|
|
|
|
|
|
|
第 3 帖 | |
|
|
试一下dmidecode
__________________
echo "五告|口非"|sed 's/|/\n/g' Fedora 9 x86 --> Fedora 11 x86_64 实践证明跨平台升级可行。 |
|
|
|
|
|
|
|
第 4 帖 | |
|
|
我的机器执行后关于MEM的一些信息
#dmidecode Handle 0x001D, DMI type 20, 19 bytes. Memory Device Mapped Address Starting Address: 0x00020000000 Ending Address: 0x0003FFFFFFF Range Size: 512 MB Physical Device Handle: 0x001C Memory Array Mapped Address Handle: 0x001F Partition Row Position: 2 Interleave Position: 2 Interleaved Data Depth: 1 Handle 0x001E, DMI type 17, 27 bytes. Memory Device Array Handle: 0x0018 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: 0 kB Form Factor: DIMM Set: None Locator: J6J2 Bank Locator: CHAN B DIMM 1 Type: DDR2 Type Detail: None Speed: Unknown Manufacturer: NO DIMM Serial Number: NO DIMM Asset Tag: NO DIMM Part Number: NO DIMM Handle 0x001F, DMI type 19, 15 bytes. Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Array Handle: 0x0018 Partition Width: 0 |
|
|
|
|
|
|
|
第 5 帖 | |
|
|
[root@F7 proc]# rpm -qi dmidecode
Name : dmidecode Relocations: (not relocatable) Version : 2.7 Vendor: Red Hat, Inc. Release : 1.26.1.fc6 Build Date: Wed 12 Jul 2006 03:50:28 PM CST Install Date: Tue 05 Jun 2007 11:14:03 AM CST Build Host: hs20-bc2-3.build.redhat.com Group : System Environment/Base Source RPM: dmidecode-2.7-1.26.1.fc6.src.rpm Size : 138266 License: GPL Signature : DSA/SHA1, Sat 19 May 2007 01:41:45 AM CST, Key ID b44269d04f2a6fd2 Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://www.nongnu.org/dmidecode/ Summary : Tool to analyse BIOS DMI data. Description : dmidecode reports information about x86 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). [root@F7 proc]# |
|
|
|
|
|