git: dsched_fq - Improve performance, reduce idle time

看板DFBSD_commit作者時間16年前 (2010/04/16 04:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 9cc004d0adee969e401440dc46fb1e39eda87a4b Author: Alex Hornung <ahornung@gmail.com> Date: Wed Mar 31 01:11:29 2010 +0000 dsched_fq - Improve performance, reduce idle time * Boost performance by dynamically adapting the rate limit on throttled threads if the disk becomes idle. This will ensure that the disk is always > 90% used if there are requests queued. Summary of changes: sys/dsched/fq/dsched_fq.h | 1 + sys/dsched/fq/dsched_fq_core.c | 32 +++++++++++++++++++++++++++----- sys/dsched/fq/dsched_fq_diskops.c | 2 ++ 3 files changed, 30 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9cc004d0adee969e401440dc46fb1e39eda87a4b -- DragonFly BSD source repository
文章代碼(AID): #1BntV7dZ (DFBSD_commit)