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