list cpu info linux code example
Example 1: list cpu linux command
#hows CPU Architecture Info
$ lscpu
Example 2: linux cpu infos
# >>"lscpu"<< shows general information about your CPU:
# - name
# - frequency
# - architecture
# - etc.
lscpu
# If you were looking for the current CPU usage, try >>"top"<<