git: systat: Change the way ifstats are displayed.

看板DFBSD_commit作者時間14年前 (2011/10/22 18:02), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit f763dd085f6605ee8a84132d0d6e51234f858bd7 Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Sat Aug 27 21:00:29 2011 -0700 systat: Change the way ifstats are displayed. -Default to displaying bits/s for the rate, and bytes for the totals. -kilo, mega, giga, tera are all powers of 1000, not 1024. -Add two new commands: autobyte and autobit which will automatically change the scale factor in bytes or bits, respectively. auto defaults to displaying bits. Summary of changes: usr.bin/systat/convtbl.c | 58 ++++++++++++++++++++++----------------------- usr.bin/systat/convtbl.h | 2 + usr.bin/systat/ifstat.c | 4 +- 3 files changed, 32 insertions(+), 32 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f763dd085f6605ee8a84132d0d6e51234f858bd7 -- DragonFly BSD source repository
文章代碼(AID): #1EefJ2eq (DFBSD_commit)