Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 22:34:36 +0000 (UTC)
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/ministat ministat.c
Message-ID:  <200602272234.k1RMYat6058214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wkoszek     2006-02-27 22:34:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    tools/tools/ministat ministat.c 
  Log:
  MFC:
  
    src/tools/tools/ministat/ministat.c:
    1. rev. 1.6 -> 1.7
       Add option -w to specify graph width.
       Use COLUMNS, terminal width for default graph width.
    2. rev 1.7 -> 1.8
       Fix the way in which median is calculated. If the data source has even
       number of data points, value should be calculated by adding two middle
       elements and dividing them by 2.
  
  [1] Reviewed by:        rwatson
  [2] Approved by:        cognet (mentor)
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.5.2.2   +42 -10    src/tools/tools/ministat/ministat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602272234.k1RMYat6058214>