发布于 2024-10-05 13:57:17 字数 7 浏览 0 评论 0原文

There is a Windows performance counter for the number of page faults a process generates. Is there a rule-of-thumb threshold at which performance will be affected?

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

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

发布评论

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

评论(1

゛时过境迁 2024-10-12 13:57:17

性能总是受到页面错误的影响 - 内存访问速度要慢得多。

一旦您的整个机器开始达到每秒约 100 个页面错误,您的交换文件的随机访问性能就非常接近饱和了

Performance is always affected with page faults - the memory access is much, much slower.

Once your entire machine starts hitting around 100 page faults/s, you're very close to saturating the random access performance of your swap file

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