Linux command
decode-dimms 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
decode-dimms
Example
decode-dimms --side-by-side
Example
decode-dimms -c
Example
decode-dimms -x
Example
decode-dimms -h
说明
decode-dimms decodes and displays information stored in the SPD (Serial Presence Detect) EEPROM of RAM modules. This includes memory type, speed, manufacturer, size, and timing information. Useful for identifying installed memory specifications and verifying RAM compatibility.
参数
- -h, --help
- Display usage summary.
- -c, --checksum
- Decode completely even if checksum fails.
- -f, --format
- Print output in HTML format.
- -b, --bodyonly
- Don't print HTML header (useful for postprocessing).
- --side-by-side
- Display all DIMMs side-by-side if possible.
- -x
- Read data from hexdump files instead of the running system.
- -X
- Same as -x but treat multibyte hex data as little endian.
FAQ
What is the decode-dimms command used for?
decode-dimms decodes and displays information stored in the SPD (Serial Presence Detect) EEPROM of RAM modules. This includes memory type, speed, manufacturer, size, and timing information. Useful for identifying installed memory specifications and verifying RAM compatibility.
How do I run a basic decode-dimms example?
Run `decode-dimms` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in decode-dimms?
Display usage summary.