Bug 12858

Summary: patch to make systat -vmstat display # of dirtybuf and disk busy percentages
Product: Base System Reporter: Arjan.deVet <Arjan.deVet>
Component: binAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Arjan.deVet 1999-07-28 21:20:01 UTC
I've created a patch (both for stable and current) to make
systat -vmstat display the number of dirty buffers and for each disk
the percentage of the time it was busy. See:

	http://www.iae.nl/users/devet/FreeBSD/

The patch also contains an update for the manual page.

Note: the percentage calculation is not always fully correct because the
devstat calls do not provide updates of the busy_time field as long
as a device is 100% busy.
Comment 1 Dag-Erling Smørgrav freebsd_committer freebsd_triage 1999-07-30 08:44:48 UTC
State Changed
From-To: open->feedback

Patch committed to -CURRENT, thanks! 


Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 1999-07-30 08:44:48 UTC
Responsible Changed
From-To: freebsd-bugs->des

So I remember to MFC. 
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 1999-09-20 20:01:07 UTC
State Changed
From-To: feedback->closed

Patch applied to -CURRENT and -STABLE, thanks.