Technical Notes
We're all on the same page!
Showing posts with label
cpu
.
Show all posts
Showing posts with label
cpu
.
Show all posts
Thursday, 12 January 2017
How to see load averages on linux?
›
$ top or $ uptime e.g. load average: 0.35. 0.23, 0.25 First column; last one minute Second column; last five minutes Third column;...
Monday, 8 December 2014
How to know system hardware and software information?
›
to get os version: # cat /etc/*release* to get os kernel version: # cat /proc/version to get cpu info: # cat /proc/cpuinfo or # ...
›
Home
View web version