]> git.pld-linux.org Git - packages/dstat.git/blame - dstat.spec
- rel 2; drop broken symlink
[packages/dstat.git] / dstat.spec
CommitLineData
de67e37d 1Summary: Versatile resource statistics tool
c9a60e30 2Summary(pl.UTF-8): Uniwersalne narzędzie do monitorowania użycia zasobów
de67e37d 3Name: dstat
3509fbb3 4Version: 0.6.8
1eb3c498 5Release: 2
de67e37d 6License: GPL v2
7Group: Applications/System
8Source0: http://dag.wieers.com/home-made/dstat/%{name}-%{version}.tar.bz2
3509fbb3 9# Source0-md5: 1db4098e5b0aec3d7acc340f7899cf73
de67e37d 10URL: http://dag.wieers.com/home-made/dstat/
c3b6f92d 11Requires: python
131b02f5 12Requires: python-modules
e5f5b161 13BuildArch: noarch
de67e37d 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat
18and ifstat. Dstat overcomes some of their limitations and adds some
19extra features, more counters and flexibility. Dstat is handy for
20monitoring systems during performance tuning tests, benchmarks or
21troubleshooting.
22
23Dstat allows you to view all of your system resources instantly, you
24can eg. compare disk usage in combination with interrupts from your
25IDE controller, or compare the network bandwidth numbers directly with
26the disk throughput (in the same interval).
27
42034386 28%description -l pl.UTF-8
de67e37d 29Dstat jest uniwersalnym zamiennikiem za vmstat, iostat, netstat,
42034386
JR
30nfsstat oraz ifstat. Dstat omija niektóre z ich ograniczeń i dodaje
31nowe funkcjonalności, więcej liczników i elastyczność. Dstat jest
32wygodny w monitorowaniu systemów podczas testów, benchmarków lub
33rozwiązywania problemów wydajnościowych.
34
35Dstat pozwala oglądać wszystkie zasoby jednocześnie, np. zestawić
36użycie dysku ze statystykami przerwań kontrolera IDE, lub porównać
37wykorzystanie łącza bezpośrednio z wykorzystaniem dysków (w takim
de67e37d 38samym interwale czasowym).
39
40%prep
41%setup -q
42
de67e37d 43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
de67e37d 48
1eb3c498
AM
49# broken symlink
50rm -f examples/dstat.py
51
de67e37d 52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
3509fbb3 57%doc AUTHORS ChangeLog README TODO docs/*.html docs/*.txt examples/
de67e37d 58%attr(755,root,root) %{_bindir}/*
59%{_mandir}/man*/*
e5f5b161 60%{_datadir}/dstat
This page took 0.07288 seconds and 4 git commands to generate.