Linux – 有没有办法通过软件识别你的记忆速度?

前端之家收集整理的这篇文章主要介绍了Linux – 有没有办法通过软件识别你的记忆速度?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有没有办法通过软件识别你的记忆速度?我在Fedora 9上,希望找到我目前在那里的DIMM的速度.

我试过’lshw’,但它没有显示速度.我知道主板支持3种不同的速度,但我不知道那里有什么,不想关掉盒子.

有任何想法吗?

谢谢,

编辑:根据dmidecode,我发现ram为’30 ns’.如果主板仅支持400,533,667 Mhz RAM,它怎么能是33 MHz?

编辑2:还有其他工具吗?

编辑3:我实际上投降并最终停电几分钟并打开案件.事实证明它是667 MhZ – 这个型号:http://www.directron.com/rm12864aa667.html.尽管通过软件无法确定它是667,但我已经将HD的答案标记为正确的答案,因为这似乎是这项工作的最佳工具.

这是demidecode – type memory的输出

  1. # dmidecode 2.7
  2. SMBIOS 2.4 present.
  3.  
  4. Handle 0x0008,DMI type 5,20 bytes.
  5. Memory Controller Information
  6. Error Detecting Method: 64-bit ECC
  7. Error Correcting Capabilities:
  8. None
  9. Supported Interleave: One-way Interleave
  10. Current Interleave: One-way Interleave
  11. Maximum Memory Module Size: 1024 MB
  12. Maximum Total Memory Size: 2048 MB
  13. Supported Speeds:
  14. 70 ns
  15. 60 ns
  16. 50 ns
  17. Supported Memory Types:
  18. DIMM
  19. SDRAM
  20. Memory Module Voltage: 3.3 V
  21. Associated Memory Slots: 2
  22. 0x0009
  23. 0x000A
  24. Enabled Error Correcting Capabilities:
  25. None
  26.  
  27. Handle 0x0009,DMI type 6,12 bytes.
  28. Memory Module Information
  29. Socket Designation: DIMM0
  30. Bank Connections: 9 11
  31. Current Speed: 30 ns
  32. Type: Unknown FPM Parity SDRAM
  33. Installed Size: 1024 MB (Single-bank Connection)
  34. Enabled Size: 1024 MB (Single-bank Connection)
  35. Error Status: OK
  36.  
  37. Handle 0x000A,12 bytes.
  38. Memory Module Information
  39. Socket Designation: DIMM1
  40. Bank Connections: 9 11
  41. Current Speed: 30 ns
  42. Type: Unknown FPM Parity SDRAM
  43. Installed Size: 1024 MB (Single-bank Connection)
  44. Enabled Size: 1024 MB (Single-bank Connection)
  45. Error Status: OK
  46.  
  47. Handle 0x002F,DMI type 16,15 bytes.
  48. Physical Memory Array
  49. Location: System Board Or Motherboard
  50. Use: System Memory
  51. Error Correction Type: None
  52. Maximum Capacity: 4 GB
  53. Error Information Handle: Not Provided
  54. Number Of Devices: 2
  55.  
  56. Handle 0x0031,DMI type 17,27 bytes.
  57. Memory Device
  58. Array Handle: 0x002F
  59. Error Information Handle: Not Provided
  60. Total Width: 64 bits
  61. Data Width: 64 bits
  62. Size: 1024 MB
  63. Form Factor: DIMM
  64. Set: None
  65. Locator: DIMM0
  66. Bank Locator: BANK0
  67. Type: SDRAM
  68. Type Detail: Synchronous
  69. Speed: Unknown
  70. Manufacturer: Manufacturer0
  71. Serial Number: SerNum0
  72. Asset Tag: AssetTagNum0
  73. Part Number: PartNum0
  74.  
  75. Handle 0x0033,27 bytes.
  76. Memory Device
  77. Array Handle: 0x002F
  78. Error Information Handle: Not Provided
  79. Total Width: 64 bits
  80. Data Width: 64 bits
  81. Size: 1024 MB
  82. Form Factor: DIMM
  83. Set: None
  84. Locator: DIMM1
  85. Bank Locator: BANK1
  86. Type: SDRAM
  87. Type Detail: Synchronous
  88. Speed: Unknown
  89. Manufacturer: Manufacturer1
  90. Serial Number: SerNum1
  91. Asset Tag: AssetTagNum1
  92. Part Number: PartNum1

解决方法

dmidecode是您正在寻找的工具.

猜你在找的Linux相关文章