Computer Hardware Review - CPU
| command | explanation | more info |
|---|---|---|
| uname -a | lists distribution | man |
| less /proc/cpuinfo | lists info for CPU configuration | man |
| lscpu | CPU information | man |
| lshw | Hardware information | man |
| top | lists running process | man |
| perf | detailled performance per process | man |
| strace | shows system activity | man |