linux cpu infos

C++
# >>"lscpu"<< shows general information about your CPU:
#	- name
# 	- frequency
# 	- architecture
# 	- etc.

lscpu

# If you were looking for the current CPU usage, try >>"top"<<
Source

Also in C++: