Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想这应该是一个编程问题。我只是想确保在当前的 Linux 调度程序中,任务在等待内存 IO 时会休眠(或出列)吗?也就是说,内存IO等待时间会不会算作这个任务的CPU占用时间呢?我很确定当磁盘 IO 出现页面错误时,任务将进入睡眠状态。但我不太确定内存访问。