User Tools

Site Tools


cores

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cores [2015/04/24 10:52] – created luke7858cores [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <sxh bash> <sxh bash>
-grep -'model name' /proc/cpuinfo+nproc 
 +</sxh> 
 +Or 
 +<sxh bash> 
 +cat /proc/cpuinfo | egrep "^model name|^cpu MHz|^processor" 
 +</sxh> 
 +or 
 +<sxh bash> 
 +grep -ic 'model name' /proc/cpuinfo
 </sxh> </sxh>
cores.1429872760.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki