📌  相关文章
📜  linux cpu infos - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:57.659000             🧑  作者: Mango

代码示例1
# >>"lscpu"<< shows general information about your CPU:
#    - name
#     - frequency
#     - architecture
#     - etc.

lscpu

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