https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=32667

Jilles Tjoelker <jil...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
                 CC|                            |jil...@freebsd.org
         Resolution|---                         |DUPLICATE

--- Comment #7 from Jilles Tjoelker <jil...@freebsd.org> ---
For PR bin/107171, SVN r197956 changed systat to exit if getch() returns an
error other than [EINTR]. This fixes the infinite loop problem.

The VM_METER sysctl is inherently slow because what it does: it iterates over
all processes, threads and VM objects. The sysctl(8) output suggests that the
totals are computed every five seconds, but in fact this happens when the
sysctl is read.

*** This bug has been marked as a duplicate of bug 107171 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to