pm2 cpu 使用率超过 100%

Gui*_*hai 5 cpu-usage node.js pm2

我在 Windows 中通过pm2withcluster模式运行我的网络应用程序。一切都运行良好。
但是,当我运行时pm2 list,有时我可能会看到某些工作进程的 cpu 使用率超过 100%。
根据我的理解,一个工作进程只能使用一个cpu,这意味着最大cpu使用率不能高于100%。
为什么pm2显示cpu使用率超过100%?