dstat: initial import

This commit is contained in:
Mikhail Kolesnik 2008-08-30 15:16:20 +03:00
parent 496979d3e6
commit ec1006346c
3 changed files with 63 additions and 0 deletions

46
dstat/.footprint Normal file
View File

@ -0,0 +1,46 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dstat
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/dstat.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dstat/
-rwxr-xr-x root/root usr/share/dstat/dstat.py
-rwxr-xr-x root/root usr/share/dstat/dstat_battery.py
-rwxr-xr-x root/root usr/share/dstat/dstat_cpufreq.py
-rwxr-xr-x root/root usr/share/dstat/dstat_dbus.py
-rwxr-xr-x root/root usr/share/dstat/dstat_freespace.py
-rwxr-xr-x root/root usr/share/dstat/dstat_gpfs.py
-rwxr-xr-x root/root usr/share/dstat/dstat_gpfsop.py
-rwxr-xr-x root/root usr/share/dstat/dstat_helloworld.py
-rwxr-xr-x root/root usr/share/dstat/dstat_innodb_buffer.py
-rwxr-xr-x root/root usr/share/dstat/dstat_innodb_io.py
-rwxr-xr-x root/root usr/share/dstat/dstat_innodb_ops.py
-rwxr-xr-x root/root usr/share/dstat/dstat_mysql5_com.py
-rwxr-xr-x root/root usr/share/dstat/dstat_mysql5_conn.py
-rwxr-xr-x root/root usr/share/dstat/dstat_mysql5_io.py
-rwxr-xr-x root/root usr/share/dstat/dstat_mysql5_keys.py
-rwxr-xr-x root/root usr/share/dstat/dstat_mysql_io.py
-rwxr-xr-x root/root usr/share/dstat/dstat_mysql_keys.py
-rwxr-xr-x root/root usr/share/dstat/dstat_nfs3.py
-rwxr-xr-x root/root usr/share/dstat/dstat_nfs3op.py
-rwxr-xr-x root/root usr/share/dstat/dstat_nfsd3.py
-rwxr-xr-x root/root usr/share/dstat/dstat_nfsd3op.py
-rwxr-xr-x root/root usr/share/dstat/dstat_postfix.py
-rwxr-xr-x root/root usr/share/dstat/dstat_rpc.py
-rwxr-xr-x root/root usr/share/dstat/dstat_rpcd.py
-rwxr-xr-x root/root usr/share/dstat/dstat_sendmail.py
-rwxr-xr-x root/root usr/share/dstat/dstat_thermal.py
-rwxr-xr-x root/root usr/share/dstat/dstat_topbio.py
-rwxr-xr-x root/root usr/share/dstat/dstat_topcpu.py
-rwxr-xr-x root/root usr/share/dstat/dstat_topio.py
-rwxr-xr-x root/root usr/share/dstat/dstat_topmem.py
-rwxr-xr-x root/root usr/share/dstat/dstat_topoom.py
-rwxr-xr-x root/root usr/share/dstat/dstat_utmp.py
-rwxr-xr-x root/root usr/share/dstat/dstat_vmkhba.py
-rwxr-xr-x root/root usr/share/dstat/dstat_vmkint.py
-rwxr-xr-x root/root usr/share/dstat/dstat_vmknic.py
-rwxr-xr-x root/root usr/share/dstat/dstat_vzcpu.py
-rwxr-xr-x root/root usr/share/dstat/dstat_vzubc.py
-rwxr-xr-x root/root usr/share/dstat/dstat_wifi.py

1
dstat/.md5sum Normal file
View File

@ -0,0 +1 @@
287903ea851a01167dbedab1bb444656 dstat-0.6.7.tar.bz2

16
dstat/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Versatile resource statistics tool
# URL: http://dag.wieers.com/home-made/dstat/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: python
name=dstat
version=0.6.7
release=1
source=(http://dag.wieers.com/home-made/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i s'|mandir = $(datadir)/man|mandir = $(prefix)/man|' Makefile
make
make DESTDIR=$PKG install
}