debian/0000775000000000000000000000000012134740336007173 5ustar debian/dirs0000664000000000000000000000001011702221765010046 0ustar usr/bin debian/copyright0000664000000000000000000000173611702221765011135 0ustar This package was debianized by Andrew Pollock on Mon, 15 Nov 2004 17:13:04 +1100. It was downloaded from http://dag.wieers.com/home-made/dstat/ Copyright 2004 Dag Wieers Upstream Author: Dag Wieers License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; version 2 only This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the full text of the GPL can be found in /usr/share/common-licenses/GPL-2 debian/docs0000664000000000000000000000001411702221765010041 0ustar README TODO debian/rules0000775000000000000000000000431711716134241010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PACKAGE=dstat CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. # # There's nothing to make, it's a python script # and the upstream makefile tries to do an install when you build # (see #283162) # #$(MAKE) #docbook-to-man debian/dstat.sgml > dstat.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Because there's nothing to make (see #283162), there's nothing to # clean either (#427214) #-$(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/dstat. $(MAKE) install DESTDIR=$(CURDIR)/debian/dstat # Temporary fix for #558047 rm $(CURDIR)/debian/dstat/usr/share/dstat/dstat_mysql5_conn.py # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms # dh_perl dh_python2 # dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/changelog0000664000000000000000000002070512134740336011051 0ustar dstat (0.7.2-3build1) raring; urgency=low * no-change rebuild with newer dh_python2 to fix shebang (LP: #1171089) -- Julian Taylor Sun, 21 Apr 2013 12:34:38 +0200 dstat (0.7.2-3) unstable; urgency=low * debian/rules: add build-{arch,indep} targets * debian/rules: substituted deprecated dh_clean -k call for dh_prep * converted to 3.0 (quilt) source format -- Andrew Pollock Sun, 12 Feb 2012 23:16:34 -0800 dstat (0.7.2-2) unstable; urgency=low * Convert to use dh_python2 (closes: #616795) * debian/control: bumped Standards-Version (no changes) -- Andrew Pollock Sun, 29 May 2011 21:45:36 -0700 dstat (0.7.2-1) unstable; urgency=low * New upstream release (closes: #588476) * debian/control: Bumped Standards-Version (no changes) -- Andrew Pollock Thu, 08 Jul 2010 13:16:26 -0700 dstat (0.7.1-1) unstable; urgency=low * New upstream release * debian/control: add ${misc:Depends} * debian/control: build-depend on python instead of python-all-dev -- Andrew Pollock Wed, 24 Mar 2010 08:48:06 -0700 dstat (0.7.0-2) unstable; urgency=high * Remove debian/patches, there's no longer any patches being applied * debian/rules: Temporarily remove upstream's mysql5_conn plugin, as it has a syntax error (closes: #558047) -- Andrew Pollock Thu, 26 Nov 2009 10:51:20 -0800 dstat (0.7.0-1) unstable; urgency=high * New upstream release * Includes fix for insecure plugin loaded (CVE-2009-3894) (closes: #557989) -- Andrew Pollock Wed, 25 Nov 2009 12:54:30 -0800 dstat (0.6.9-1) unstable; urgency=low * New upstream release * debian/control: bump Standards-Version (no changes) * debian/compat: bump debhelper compatibility version to 5 * debian/copyright: explicitly refer to GPLv2 -- Andrew Pollock Fri, 08 May 2009 21:21:20 -0700 dstat (0.6.8-1) unstable; urgency=low * New upstream release * debian/examples: remove, upstream no longer ships a dstat.conf in the tarball -- Andrew Pollock Mon, 29 Sep 2008 05:58:40 -0700 dstat (0.6.7-1) unstable; urgency=low * New upstream release * debian/dirs: remove usr/sbin * debian/control: bumped Standards-Version (no changes) * debian/rules: move all the action from binary-arch to binary-indep * Stop applying no xterm title setting patch. Upstream now only does it if the shell is Bash * Remove extraneous junk from the diff.gz * debian/control: remove dpatch from build dependencies * debian/rules: remove dpatch support -- Andrew Pollock Wed, 19 Mar 2008 22:12:59 -0700 dstat (0.6.6-5) unstable; urgency=low * debian/control: moved Homepage: from binary to source -- Andrew Pollock Sat, 27 Oct 2007 14:37:23 -0700 dstat (0.6.6-4) unstable; urgency=low * Stop shipping a Debian-specific manpage (closes: #433450) -- Andrew Pollock Tue, 17 Jul 2007 21:52:41 -0700 dstat (0.6.6-3) unstable; urgency=low * debian/control: add dpatch to build-dependencies * debian/rules: add dpatch support * Add patch to not change xterm title (hopefully only temporarily until upstream comes up with a better solution) (closes: #348676) * debian/control: bump Standard-Version to 3.7.2.2 (no changes) -- Andrew Pollock Tue, 19 Jun 2007 12:52:59 +0100 dstat (0.6.6-2) unstable; urgency=low * debian/rules: we stopped doing a "make install" to fix #283162, stop doing a "make clean" to fix some other problems (closes: #427214) * debian/control: remove asciidoc and xmlto from the build dependencies -- Andrew Pollock Mon, 18 Jun 2007 17:26:23 +0100 dstat (0.6.6-1) unstable; urgency=low * New upstream release * Don't run a make clean in the docs directory until upstream sort things out (closes: #427214) * debian/control: removed duplication of build-dependency on debhelper * debian/rules: removed obsolete call to dh_python -- Andrew Pollock Sun, 17 Jun 2007 17:32:00 +0100 dstat (0.6.3-2) unstable; urgency=low * The "New and exciting packaging technique" release (otherwise known as "I've probably completely fucked everything") * Comply with new Python policy (closes: #380780) * debian/control: build-depend on debhelper (>= 5.0.37.2) * debian/control: depend on ${python:Depends} instead of an explicit python * debian/control: added "XB-Python-Version: ${python:Versions}" to binary package * debian/rules: add call to dh_python * debian/rules: add call to dh_pycentral * debian/control: added "XS-Python-Version: current" to source package * debian/control: build-depend on python-all-dev * debian/control: move debhelper build-dependency from Build-Depends-Indep to Build-Depends -- Andrew Pollock Tue, 1 Aug 2006 23:03:09 -0700 dstat (0.6.3-1) unstable; urgency=low * New upstream release -- Andrew Pollock Fri, 7 Jul 2006 08:47:59 -0700 dstat (0.6.2-1) unstable; urgency=low * New upstream release * debian/control: corrected spelling mistake in package description (closes: #363301) -- Andrew Pollock Tue, 18 Apr 2006 08:50:36 -0700 dstat (0.6.1-1) unstable; urgency=low * New upstream release * This release doesn't ignore keyboard input (closes: #305556, #304673) * debian/control: Bumped Standards-Version (no changes) * debian/control: Add build dependency on asciidoc, xmlto * debian/control: Change Build-Depends to Build-Depends-Indep * debian/copyright: updated address of the FSF -- Andrew Pollock Fri, 14 Oct 2005 20:10:48 +1000 dstat (0.5.10-1) unstable; urgency=high * New upstream release * Includes fix for terminal problems after running --help or --version (closes: #303526) * urgency=high because 0.5.9-1 hit testing today and I don't want sarge to release with #303526 -- Andrew Pollock Fri, 8 Apr 2005 10:27:02 +1000 dstat (0.5.9-1) unstable; urgency=medium * New upstream release * Upstream have fixed terminal colour detection (closes: #300288) * Setting urgency to medium so this has a better chance of making Sarge -- Andrew Pollock Sat, 2 Apr 2005 10:08:34 +1000 dstat (0.5.7-2) unstable; urgency=low * debian/control: Make the dependency on Python versioned (closes: #297523) -- Andrew Pollock Wed, 2 Mar 2005 09:03:27 +1100 dstat (0.5.7-1) unstable; urgency=low * New upstream release -- Andrew Pollock Wed, 9 Feb 2005 15:49:42 +1100 dstat (0.5.5-4) unstable; urgency=low * Updated manpage to reflect change in name of Sleuthkit's dstat to datastat instead of diskstat (closes: #283709) -- Andrew Pollock Wed, 5 Jan 2005 07:24:46 +1100 dstat (0.5.5-3) unstable; urgency=low * Really conflict with sleuthkit << 1.73-2 (closes: #283019) -- Andrew Pollock Mon, 3 Jan 2005 21:16:02 +1100 dstat (0.5.5-2) unstable; urgency=low * debian/control: conflict with sleuthkit << 1.73-2 * debian/dstat.1: add a mention of where to find sleuthkit's dstat (closes: #283709) -- Andrew Pollock Sun, 2 Jan 2005 23:22:40 +1100 dstat (0.5.5-1) unstable; urgency=low * New upstream release * Includes upstream fixes for rounding problems (closes: #283029, #283885) -- Andrew Pollock Thu, 2 Dec 2004 19:54:31 +1100 dstat (0.5.4-1) unstable; urgency=low * New upstream release -- Andrew Pollock Sun, 28 Nov 2004 12:32:14 +1100 dstat (0.5.3-3) unstable; urgency=low * debian/rules: Don't do anything for the build target as it's kinda unnecessary and the upstream Makefile tries to install as part of it's "all" target, and DESTDIR isn't set, and it's all bad (closes: #283162) -- Andrew Pollock Sat, 27 Nov 2004 12:59:35 +1100 dstat (0.5.3-2) unstable; urgency=low * debian/control: conflict with sleuthkit (closes: #283019) -- Andrew Pollock Fri, 26 Nov 2004 11:40:13 +1100 dstat (0.5.3-1) unstable; urgency=low * New upstream release -- Andrew Pollock Thu, 25 Nov 2004 19:44:04 +1100 dstat (0.5.2-1) unstable; urgency=low * Initial Release (closes: #281331) -- Andrew Pollock Mon, 15 Nov 2004 17:13:04 +1100 debian/watch0000664000000000000000000000052111702221765010222 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # Site Directory Pattern Version Script version=2 #sunsite.unc.edu /pub/Linux/Incoming dstat-(.*)\.tar\.gz debian uupdate http://dag.wieers.com/home-made/dstat/dstat-(.*)\.tar\.bz2 debian/source/0000775000000000000000000000000011716134314010471 5ustar debian/source/format0000664000000000000000000000001411716134314011677 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211702221765010371 0ustar 5 debian/dstat.10000664000000000000000000000452011702221765010375 0ustar .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33. .TH DSTAT "1" "November 2004" "dstat 0.5.2" "User Commands" .SH NAME Dstat \- Versatile tool for generating system resource statistics .SH SYNOPSIS dstat [-afv] [-cdgilmnpsty] [-D..] [-I..] [-N..] [delay [count]] .SH DESCRIPTION Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes some of the limitations and adds some extra features. For Debian users of Sleuthkit, /usr/bin/dstat has been renamed to /usr/bin/datastat to avoid a name conflict. See bug #283709 for more information. Dstat allows you to view all of your system resources instantly, you can eg. compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval). .TP \fB\-c\fR, \fB\-\-cpu\fR enable cpu stats .TP \fB\-C\fR 0,3, include cpu0, cpu3 and total .TP \fB\-d\fR, \fB\-\-disk\fR enable disk stats .TP \fB\-D\fR total,hda include hda and total .TP \fB\-g\fR, \fB\-\-page\fR enable page stats .TP \fB\-i\fR, \fB\-\-int\fR enable interrupt stats .TP \fB\-I\fR 5,eth2 include int5 and interrupt used by eth2 .TP \fB\-l\fR, \fB\-\-load\fR enable load stats .TP \fB\-m\fR, \fB\-\-mem\fR enable memory stats .TP \fB\-n\fR, \fB\-\-net\fR enable network stats .TP \fB\-N\fR eth1,total include eth1 and total .TP \fB\-p\fR, \fB\-\-proc\fR enable process stats .TP \fB\-s\fR, \fB\-\-swap\fR enable swap stats .TP \fB\-t\fR, \fB\-\-time\fR enable time counter .TP \fB\-y\fR, \fB\-\-sys\fR enable system stats .TP \fB\-M\fR stat1,stat2 enable specific stats Possible stats are: cpu, disk, page, int, load, mem, net, proc, swap, sys, tcp, time, udp .TP \fB\-a\fR, \fB\-\-all\fR equals \fB\-cdngyl\fR .TP \fB\-v\fR, \fB\-\-vmstat\fR equals \fB\-pmgdsc\fR \fB\-D\fR total .TP \fB\-f\fR, \fB\-\-full\fR expand -D, -I and -N discovery lists .TP \fB\-\-csv\fR output CSV format .TP \fB\-\-integer\fR show integer values .TP \fB\-\-nocolor\fR disable colors (implies --noupdate) .TP \fB\-\-noheader\fR disable repetitive headers .TP \fB\-\-noupdate\fR disable intermediate updates when delay > 1 .SH AUTHOR Written by Dag Wieers Homepage at http://dag.wieers.com/home-made/dstat/ This manpage was written by Andrew Pollock for the Debian GNU/Linux system, but may be used by others. debian/control0000664000000000000000000000260711702221765010603 0ustar Source: dstat Section: admin Priority: optional Maintainer: Andrew Pollock Build-Depends: debhelper (>= 5.0.37.2) Build-Depends-Indep: python (>= 2.6.6-3~) Standards-Version: 3.9.2 Homepage: http://dag.wieers.com/home-made/dstat/ Package: dstat Architecture: all Depends: ${python:Depends}, ${misc:Depends} Conflicts: sleuthkit (<< 1.73-2) Description: versatile resource statistics tool Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes some of the limitations of these programs and adds some extra features. . Dstat allows you to view all of your network resources instantly, you can for example, compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval). . Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. . Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, i.e. you can see the throughput for all the block devices that make up a single filesystem or storage system. . Dstat's output, in its current form, is not suited for post-processing by other tools, it's mostly meant for humans to interpret real-time data as easy as possible.