forked from dstat-real/dstat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dstat.spec
132 lines (96 loc) · 3.79 KB
/
dstat.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# $Id$
# Authority: dag
# Upstream: Dag Wieers <[email protected]>
Summary: Pluggable real-time performance monitoring tool
Name: dstat
Version: 0.7.2td
Release: 1
License: GPL
Group: System Environment/Base
URL: http://dag.wieers.com/home-made/dstat/
Source: http://dag.wieers.com/home-made/dstat/dstat-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: python >= 2.0
Requires: python >= 2.0
%description
Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat.
Dstat overcomes some of their limitations and adds some extra features,
more counters and flexibility. Dstat is handy for monitoring systems
during performance tuning tests, benchmarks or troubleshooting.
Dstat allows you to view all of your system resources in real-time, you
can eg. compare disk utilization in combination with interrupts from your
IDE controller, or compare the network bandwidth numbers directly
with the disk throughput (in the same interval).
Dstat gives you detailed selective information in columns and clearly
indicates in what magnitude and unit the output is displayed. Less
confusion, less mistakes. And most importantly, it makes it very easy
to write plugins to collect your own counters and extend in ways you
never expected.
%prep
%setup
%build
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README TODO docs/*.html docs/*.txt examples/
%doc %{_mandir}/man1/dstat.1*
%{_bindir}/dstat
%{_datadir}/dstat/
%changelog
* Thu Jun 17 2010 Dag Wieers <[email protected]> - 0.7.2svn-1
- Updated to release 0.7.2svn.
* Tue Jun 15 2010 Dag Wieers <[email protected]> - 0.7.2-1
- Updated to release 0.7.2.
* Mon Feb 22 2010 Dag Wieers <[email protected]> - 0.7.1-1
- Updated to release 0.7.1.
* Wed Nov 25 2009 Dag Wieers <[email protected]> - 0.7.0-1
- Updated to release 0.7.0.
- Reduce the number of paths used for importing modules. {CVE-2009-3894}
* Tue Dec 02 2008 Dag Wieers <[email protected]> - 0.6.9-1
- Updated to release 0.6.9.
* Sun Aug 17 2008 Dag Wieers <[email protected]> - 0.6.8-1
- Updated to release 0.6.8.
* Tue Feb 26 2008 Dag Wieers <[email protected]> - 0.6.7-1
- Updated to release 0.6.7.
* Sat Apr 28 2007 Dag Wieers <[email protected]> - 0.6.6-1
- Updated to release 0.6.6.
* Tue Apr 17 2007 Dag Wieers <[email protected]> - 0.6.5-1
- Updated to release 0.6.5.
* Tue Dec 12 2006 Dag Wieers <[email protected]> - 0.6.4-1
- Updated to release 0.6.4.
* Mon Jun 26 2006 Dag Wieers <[email protected]> - 0.6.3-1
- Updated to release 0.6.3.
* Thu Mar 09 2006 Dag Wieers <[email protected]> - 0.6.2-1
- Updated to release 0.6.2.
* Mon Sep 05 2005 Dag Wieers <[email protected]> - 0.6.1-1
- Updated to release 0.6.1.
* Sun May 29 2005 Dag Wieers <[email protected]> - 0.6.0-1
- Updated to release 0.6.0.
* Fri Apr 08 2005 Dag Wieers <[email protected]> - 0.5.10-1
- Updated to release 0.5.10.
* Mon Mar 28 2005 Dag Wieers <[email protected]> - 0.5.9-1
- Updated to release 0.5.9.
* Tue Mar 15 2005 Dag Wieers <[email protected]> - 0.5.8-1
- Updated to release 0.5.8.
* Fri Dec 31 2004 Dag Wieers <[email protected]> - 0.5.7-1
- Updated to release 0.5.7.
* Mon Dec 20 2004 Dag Wieers <[email protected]> - 0.5.6-1
- Updated to release 0.5.6.
* Thu Dec 02 2004 Dag Wieers <[email protected]> - 0.5.5-1
- Updated to release 0.5.5.
* Thu Nov 25 2004 Dag Wieers <[email protected]> - 0.5.4-1
- Updated to release 0.5.4.
- Use dstat15 if distribution uses python 1.5.
* Sun Nov 21 2004 Dag Wieers <[email protected]> - 0.5.3-1
- Updated to release 0.5.3.
* Sat Nov 13 2004 Dag Wieers <[email protected]> - 0.5.2-1
- Updated to release 0.5.2.
* Thu Nov 11 2004 Dag Wieers <[email protected]> - 0.5.1-1
- Updated to release 0.5.1.
* Tue Oct 26 2004 Dag Wieers <[email protected]> - 0.4-1
- Initial package. (using DAR)