run-queue length question

看板FB_hackers作者時間11年前 (2014/07/06 20:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/3 (看更多)
Hi, Im trying to understand what FreeBSD kernel counts for run-queue length. Traditional we count as queue length: number of processes which are running plus the number that are runnable (waiting to execute) - we *dont* count processes waiting for storage, network etc. Linux kernel has added into run-queue length the iowait processes which makes load average values big and disproportionate to the reality for example during disk io tests. How does FreeBSD handle this part ? Is the queue length simple the number of running processes + waiting to run or not as we used to have in UNIX world ? Thanks, -- Stefan Parvu <sparvu@systemdatarecorder.org> _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
文章代碼(AID): #1JkJf-VU (FB_hackers)
文章代碼(AID): #1JkJf-VU (FB_hackers)