Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Jun 2020 16:42:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237664] [patch] systat -zarc to display cumulative rate and round down large numbers by SI units
Message-ID:  <bug-237664-227-tWqXzZxREH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237664-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237664-227@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=3D237664

--- Comment #11 from commit-hook@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 number=
s by
SI units

  Introduce sysputpage() to display large page size with human readable for=
mat.
    Using UI units allows to fit larger numbers in columns.
    Stop calling v_page_size - this is a value that doesn't change at runti=
me.
    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@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

--=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-237664-227-tWqXzZxREH>