[Bug 237664] [patch] systat -zarc to display cumulative rate and round down large numbers by SI units
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 7 16:42:30 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237664
--- Comment #11 from commit-hook at freebsd.org ---
A commit references this bug:
Author: mr
Date: Sun Jun 7 16:42:05 UTC 2020
New revision: 361896
URL: https://svnweb.freebsd.org/changeset/base/361896
Log:
MFC r360919,r360929,r361084:
Patch systat -zarc to display cumulative rate and round down large numbers by
SI units
Introduce sysputpage() to display large page size with human readable format.
Using UI units allows to fit larger numbers in columns.
Stop calling v_page_size - this is a value that doesn't change at runtime.
Renamed WINDOW *wnd to *wd to avoid conflict with global *wnd variable.
Use bit-shift to convert page size to byte.
PR: 237664, 246458
Submitted by: ota at j.email.ne.jp
Changes:
_U stable/12/
stable/12/usr.bin/systat/Makefile
stable/12/usr.bin/systat/extern.h
stable/12/usr.bin/systat/fetch.c
stable/12/usr.bin/systat/main.c
stable/12/usr.bin/systat/sysput.c
stable/12/usr.bin/systat/vmstat.c
stable/12/usr.bin/systat/zarc.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list