Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/systat



Module Name:    src
Committed By:   hubertf
Date:           Wed Feb 16 03:45:41 UTC 2005

Modified Files:
        src/usr.bin/systat: Makefile cmdtab.c extern.h systat.1
Added Files:
        src/usr.bin/systat: df.c

Log Message:
Add "df" display to give information about filesystems, available diskspace
and used disk capacity, similar to df(1):

Filesystem        Avail   Capacity
                         /0%  /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%
/                  359M |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
/tmp               180M |
/home              146G |XXXXXXXXXXXXXXXX


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/usr.bin/systat/Makefile
cvs rdiff -r1.19 -r1.20 src/usr.bin/systat/cmdtab.c
cvs rdiff -r0 -r1.1 src/usr.bin/systat/df.c
cvs rdiff -r1.34 -r1.35 src/usr.bin/systat/extern.h
cvs rdiff -r1.33 -r1.34 src/usr.bin/systat/systat.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index