Skip to content

Instantly share code, notes, and snippets.

@cliffwoo
Created October 17, 2012 07:08
Show Gist options
  • Select an option

  • Save cliffwoo/3904152 to your computer and use it in GitHub Desktop.

Select an option

Save cliffwoo/3904152 to your computer and use it in GitHub Desktop.
查看内存插槽数及内存大小
#http://blog.chinaunix.net/uid-7270462-id-3226111.html
dmidecode|grep -P -A5 "Memory\s+Device"|grep Size|grep -v Range
dmidecode|grep -P 'Maximum\s+Capacity'
dmidecode|grep -A16 "Memory Device"
@void-main
Copy link
Copy Markdown

What is "dmidecode"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment