数据库问题-Thrashing-什么是?

发布于 2024-08-18 16:06:39 字数 55 浏览 0 评论 0原文

什么是鞭打? 我在工作中听到过几次,不想问...... 可能是一个愚蠢的问题 - 有什么想法吗?

Whats Thrashing?
Ive heard it mentioned a few times at work and dont want to ask...
Probably a stupid question - any ideas?

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

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

发布评论

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

评论(3

一桥轻雨一伞开 2024-08-25 16:06:39

阅读这些页面:

我到达了那个:磁盘颠簸,其中指出(引用)

在具有虚拟内存的系统上,页面
的内存被读取和写入
必要时交换文件。
磁盘
鞭打是当有过多的时候
分页,特别是当 I/O
系统正忙于调页内存,但
CPU 未充分利用 - 通常
如果系统没有响应(即
慢)并且有很多磁盘空间
活动,那么系统可能会
被殴打。

当然,您可能想看看Thrash(计算机科学)页面;-)

Reading through those pages :

I arrived to that one : Disk Thrashing, which states (quoting)

On a system with Virtual Memory, pages
of memory are read from and written to
the swap file as necessary.
Disk
Thrashing is when there is excessive
paging, specifically when the I/O
system is busy paging memory but the
CPU is not fully utilized - generally
if the system is unresponsive (i.e.
slow) and there is lots of disk
activity then the system is likely to
be thrashing.

And, of course, you might want to take a look on the Thrash (computer science) page on wikipedia ;-)

一城柳絮吹成雪 2024-08-25 16:06:39

Thracing 是指进程消耗所有可用资源而没有实现任何有用的东西。例如无限循环或无休止地重试失败命令的代码。

Thraching is where a process consumes all available resources without achieving anything useful. Examples are endless loops or code that retries a failed command endlessly.

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