Date: Thu, 26 May 2016 09:47:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 206128] vmstat -z is truncated when stdout is not terminal Message-ID: <bug-206128-8-mrqDN0G3NT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206128-8@https.bugs.freebsd.org/bugzilla/> References: <bug-206128-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206128 --- Comment #7 from Fabian Keil <fk@fabiankeil.de> --- After reverting the patch again, I still see the problem with a system based on 11-CURRENT r300376. You could try running: while vmstat -z | wc -c; do sleep 60; done and wait until it prints 8192 which indicates a truncation. Usually the output stays the same for a while, so if you see 8192 once, there's a fair chance that you'll be able to reproduce the problem with a debugger attached. Yesterday I saw the truncation issue for more than 80 minutes until it went away again. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206128-8-mrqDN0G3NT>