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