mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/dstat: Updated for version 0.6.5
This commit is contained in:
parent
996c60dec9
commit
d0efd1b661
2 changed files with 10 additions and 2 deletions
|
@ -8,7 +8,7 @@ VERSION=0.6.5
|
|||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
dstat: Dstat - Versatile resource statistics tool
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
dstat: Dstat (Versatile resource statistics tool)
|
||||
dstat:
|
||||
dstat: Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat
|
||||
dstat: and ifstat. Dstat overcomes some of their limitations and adds some
|
||||
|
|
Loading…
Reference in a new issue