https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206128
Mark Johnston <ma...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma...@freebsd.org --- Comment #2 from Mark Johnston <ma...@freebsd.org> --- I've noticed this too, but only on some of my systems. The output ends in the same place, i.e., after we start printing the 32KB malloc bucket stats. It does not occur if vmstat's stdout is a terminal. I haven't dug into this very deeply yet, but I noticed that removing the field width for the zone name makes the problem go away: 1528 xo_open_instance("zone"); 1529 xo_emit("{d:name/%-20s}{ke:name/%s} {:size/%6" PRIu64 "}, " 1530 "{:limit/%6" PRIu64 "},{:used/%8" PRIu64 "}," 1531 "{:free/%8" PRIu64 "},{:requests/%8" PRIu64 "}," 1532 "{:fail/%4" PRIu64 "},{:sleep/%4" PRIu64 "}\n", name, So this seems like a libxo bug. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"