run-queue length question
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"
討論串 (同標題文章)