用什么命令查看一个内存的频率是多少HZ dmidecode

2860阅读 0评论2011-12-11 yuweixian4230
分类:LINUX


用什么命令查看一个内存的频率是多少HZ
  1. sudo dmidecode | grep -A16 "Memory Device"
或者命令

  1. sudo dmidecode --type 17

  1. Handle 0x0049, DMI type 17, 27 bytes
  2. Memory Device
  3.     Array Handle: 0x003A
  4.     Error Information Handle: No Error
  5.     Total Width: Unknown
  6.     Data Width: Unknown
  7.     Size: No Module Installed
  8.     Form Factor: DIMM
  9.     Set: None
  10.     Locator: RAM slot #14
  11.     Bank Locator: RAM slot #14
  12.     Type: DRAM
  13.     Type Detail: Unknown
  14.     Speed: Unknown
  15.     Manufacturer: Not Specified
  16.     Serial Number: Not Specified
  17.     Asset Tag: Not Specified
  18.     Part Number: Not Specified




上一篇:6.1 set_current_state(TASK_INTERRUPTIBLE) 简介 进程状态
下一篇:6.2 用户空间打印 HZ 大小 直接 printf("%d\n",HZ)