Linux CPU Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Linux#Getting_Runtime_Information]] | * [[Linux#Getting_Runtime_Information]] | ||
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation | * https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation | ||
Revision as of 05:21, 5 January 2016
Internal
- Linux#Getting_Runtime_Information
- https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation
free
free -mt
Displays RAM and swap.
-m
Display the amount in MB.
-t
Display totals (RAM and swap).
top
top
proc cpuinfo
cat /proc/cpuinfo
For more details see Linux cpuinfo.