Created attachment 156846 [details] Escape a '%' character in a printf statement. I believe there is a typo on lines 745-726 of the script. Should printf "\t Sent Total:\t\t\t%0.2f%\t%d\n" 100 \ $l2_writes_sent be printf "\t Sent Total:\t\t\t%0.2f%%\t%d\n" 100 \ $l2_writes_sent ?
I don't want to patch within the ports tree if Devin can just take this fix and roll a new release. He may have lost the email.
Can you confirm that this was observed on arm64?
No, this was observed on amd64. I update the hardware field.
Patch incorporated and heading towards ports http://druidbsd.cvs.sf.net/viewvc/druidbsd/pkgbase/freebsd/RELENG_8_3_AMD64/sysutils/zfs-stats-lite/src/bin/zfs-stats?view=annotate -- Devin
https://reviews.freebsd.org/D3663
A commit references this bug: Author: dteske Date: Tue Sep 15 16:38:47 UTC 2015 New revision: 397004 URL: https://svnweb.freebsd.org/changeset/ports/397004 Log: Bump to version 1.2: fix printf formatting error PR: ports/200260 Differential Revision: https://reviews.freebsd.org/D3663 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Reviewed by: feld Approved by: feld Changes: head/sysutils/zfs-stats-lite/Makefile head/sysutils/zfs-stats-lite/distinfo
Committed as SVN r397004: https://svnweb.freebsd.org/ports?view=revision&revision=397004