Arch-Linux
cpu如何在conky中工作
我正在嘗試設置 conky,我發現我可以使用從 cpu0 到 cpu4
CPU0 ${cpu cpu0}% ${cpubar cpu0} CPU1 ${cpu cpu1}% ${cpubar cpu1} CPU2 ${cpu cpu2}% ${cpubar cpu2} CPU3 ${cpu cpu3}% ${cpubar cpu3} CPU4 ${cpu cpu4}% ${cpubar cpu4}
如果我超過 cpu4,為什麼我有 5 個 cpu %,例如:
CPU5 ${cpu cpu5}% ${cpubar cpu5}
它沒有顯示任何 % ??
我有一個 Intel i5,所以我想那是四核的,對吧?CPU0顯示什麼?
cpu0
是平均負載,cpuN
(其中N
>=1)是僅在第 N 個 Cpu 上的負載。CPU 使用率(百分比)。對於 SMP 機器,CPU 編號可以作為參數提供。 $ {cpu cpu0} is the total usage, and $ {cpu cpuX} (X >= 1) 是單獨的 CPU。
CPU0 或 CPU4 可能顯示總負載。