运行 YUI 压缩器是否负载密集?

发布于 2024-10-15 15:15:58 字数 52 浏览 4 评论 0原文

为什么它疯狂地吃掉我所有的CPU?

平均负载:4.60、4.26、2.55

Why is it eating up all my CPU like crazy?

load average: 4.60, 4.26, 2.55

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只为守护你 2024-10-22 15:15:58

是的,可以,具体取决于发动机和压缩比。最终结果越好,您应该花费的资源就越多。

Yes, it can be, depending on the engine and compression ratio. The better the end results, the more resources you should expect to have to spend.

无声情话 2024-10-22 15:15:58

从单个进程(YUICompressor,其他任何进程)加载到 9.0 没有多大意义。您如何运行它?同时发生的还有什么事情?

“平均负载”是一个指标,可以告诉您在某个时间窗口内有多少进程正在等待 CPU。如果您除了运行 YUICompressor(或任何其他单个程序)之外不执行任何操作,则平均负载不会比 1 大很多 - 这意味着压缩器大部分使用 CPU,其他一些周期性任务和其他正在运行的程序(X11、IDE、音乐播放器和其他随机事物)会稍微争夺 CPU。

为了使平均负载达到 9,必须发生其他事情。

Load going to 9.0 from a single process (YUICompressor, anything else) doesn't make a lot of sense. How are you running it? What else is going on concurrently?

The "load average" is a metric that tells you how many processes are waiting for the CPU over some window of time. If you're doing nothing other than running YUICompressor (or any other single program) the load average won't get much bigger than 1 - that means that the compressor is mostly using the CPU, and some other periodic tasks and other running programs (X11, your IDE, a music player, and other random things) are competing for the CPU a little.

To get up to a load average of 9, something else must be going on.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文