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