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