SPECS: dstat.spec (NEW) - new 0.6.4

piotrek piotrek at pld-linux.org
Wed Dec 13 10:23:21 CET 2006


Author: piotrek                      Date: Wed Dec 13 09:23:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new 0.6.4

---- Files affected:
SPECS:
   dstat.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dstat.spec
diff -u /dev/null SPECS/dstat.spec:1.1
--- /dev/null	Wed Dec 13 10:23:21 2006
+++ SPECS/dstat.spec	Wed Dec 13 10:23:15 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:	Versatile resource statistics tool
+Summary(pl):	Uniwersalne narzędzie do monitorowania użycia zasobów
+Name:		dstat
+Version:	0.6.4
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://dag.wieers.com/home-made/dstat/%{name}-%{version}.tar.bz2
+# Source0-md5:	aad1d918a982d8392a24a06760175e93
+URL:		http://dag.wieers.com/home-made/dstat/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat
+and ifstat. Dstat overcomes some of their limitations and adds some
+extra features, more counters and flexibility. Dstat is handy for
+monitoring systems during performance tuning tests, benchmarks or
+troubleshooting.
+
+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).
+
+%description -l pl
+Dstat jest uniwersalnym zamiennikiem za vmstat, iostat, netstat,
+nfsstat oraz ifstat. Dstat omija niektóre z ich ograniczeń i dodaje
+nowe funkcjonalności, więcej liczników i elastyczność. Dstat jest
+wygodny w monitorowaniu systemów podczas testów, benchmarków lub
+rozwiązywania problemów wydajnościowych.
+
+Dstat pozwala oglądać wszystkie zasoby jednocześnie, np. zestawić
+użycie dysku ze statystykami przerwań kontrolera IDE, lub porównać
+wykorzystanie łącza bezpośrednio z wykorzystaniem dysków (w takim
+samym interwale czasowym).
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO docs/*.html docs/*.txt examples/ dstat.conf
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
+%{_datadir}/dstat/
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/13 09:23:15  piotrek
+- new 0.6.4
+
================================================================


More information about the pld-cvs-commit mailing list