ps uax | grep flush
表明:
root 269 0.1 0.0 0 0 ? S 13:05 0:04 [flush-8:0]
我的内核是:
linux yonggang-laptop 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/linux
似乎[flush8:0]是pdflush的替代品.有没有人有关于[flush-8:0]线程如何工作以及8:0是什么意思的更多信息?我知道在旧版本中,pdflush线程的数量是2-8,并且它随系统回写工作负载而变化.我希望[flush-8:0]线程做类似的事情.另外,如果没有pdflush线程,为什么/ proc / sys / vm / nr_pdflush_threads仍然存在?
谢谢,
解决方法 刷新过程负责将数据从临时磁盘刷新到永久磁盘.它可以替代旧的pdflush,就像你提到的那样,声称响应时间要快得多. The numbers you see refer to the block device it is monitoring. 总结以上是内存溢出为你收集整理的linux-kernel – 找不到pdflush线程?全部内容,希望文章能够帮你解决linux-kernel – 找不到pdflush线程?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)