git: systat - Improve pftop output

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 14 11:24:41 PST 2015


commit cb5feafec34e5d1ffa577c296e10a4ceafc0cf4f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 14 11:19:46 2015 -0800

    systat - Improve pftop output
    
    * Fix bugs where ICMP states were display bandwidth as '<huge>' .
    
    * Fix bugs where the RB tree compare code would sometimes collapse
      distinct states, creating confusion.
    
    * Greatly improve readability by reformatting addresses and ports,
      in particular truncating IPV6 addresses to fit better.
    
    * Reduce jumping around of display elements as bandwidth values change.
      Instead of sorting by the current bandwidth the display is sorted
      by the 1/8 decay bandwidth.

Summary of changes:
 usr.bin/systat/pftop.c  | 147 ++++++++++++++++++++++++++++++++++++------------
 usr.bin/systat/systat.1 |  11 ++++
 2 files changed, 122 insertions(+), 36 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb5feafec34e5d1ffa577c296e10a4ceafc0cf4f


-- 
DragonFly BSD source repository



More information about the Commits mailing list