CPU 信息查看工具:cpufetch

cpufetch 是一款命令行工具,可以在 Linux、macOS、Windows 以及 Android 下查看 CPU信息,可以查看 CPU 的型号、架构、制程、频率、核心数、线程数、L1/L2/L3 缓存、峰值性能等信息。

Github:https://github.com/Dr-Noob/cpufetch

可以根据自己的操作系统类型下载编译好的,也可以自己手动编译:

git clone https://github.com/Dr-Noob/cpufetch
cd cpufetch && make
./cpufetch

macOS 下运行截图:

cpufetch 在 macOS 下运行截图

Oracle Cloud 免费 VPS,arm 版运行截图:

在 Oracle Cloud 免费 VPS 下运行 cpufetch

Oracle Cloud 免费 VPS,AMD CPU 运行截图:

在 Oracle Cloud 免费 VPS 下运行 cpufetch,AMD CPU

统信 UOS 下,鲲鹏 CPU 运行截图:

鲲鹏 CPU 系统运行截图

在选购 VPS 的时候,我们可以使用 cat /proc/cpuinfo 命令查看 CPU 的信息,cpufetch 只是多了一个方法而已。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>