Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rCore-Tutorial-Book-v3/chapter9/5answer #199

Open
utterances-bot opened this issue Oct 25, 2023 · 1 comment
Open

rCore-Tutorial-Book-v3/chapter9/5answer #199

utterances-bot opened this issue Oct 25, 2023 · 1 comment
Labels
comments An area where readers can discuss related topics after every article.

Comments

@utterances-bot
Copy link

练习参考答案 - rCore-Tutorial-Book-v3 3.6.0-alpha.1 文档

https://rcore-os.cn/rCore-Tutorial-Book-v3/chapter9/5answer.html

Copy link

练习问答题的第六个问题,答案是否不太确定?通常意义上磁盘IO的时间可以分成四个部分:(I/O 排队延迟、) 寻道时间、旋转延迟、数据传输时间。

我觉得不同情况下瓶颈不同:随机读写时寻道时间是瓶颈,顺序读写时排队时间和传输时间都有可能是瓶颈。

不知道这样的想法对不对?

@wyfcyx wyfcyx added the comments An area where readers can discuss related topics after every article. label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comments An area where readers can discuss related topics after every article.
Projects
None yet
Development

No branches or pull requests

3 participants