]> git.pld-linux.org Git - packages/apache-top.git/blob - apache-top.spec
ensure python interpreter dependency
[packages/apache-top.git] / apache-top.spec
1 Summary:        Provides real-time display of the active processes from a remote Apache HTTP server
2 Name:           apache-top
3 Version:        0.1
4 # date when fetched from git
5 Release:        0.20140604.2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.isartor.org/w/images/3/39/Apache-top.py
9 # Source0-md5:  4843daed2cbac7346c31d6cf0fcf6c1b
10 URL:            http://www.isartor.org/wiki/Monitor_you_Apache_processes
11 BuildRequires:  rpm-pythonprov
12 BuildRequires:  rpmbuild(macros) >= 1.219
13 BuildRequires:  sed >= 4.0
14 Requires:       python-modules >= 1:2.7
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 apache-top provides real-time display of the active processes from a
20 remote Apache HTTP server. It's like the top Linux command.
21
22 With apache-top you can get:
23 - The active Apache processes with their associated PID, the status,
24   the seconds being active, the CPU usage, the asociated VirtualHost,
25   the accessing ip and the request (POST or GET, the file being accessed
26   and the used protocol)
27 - The server uptime and the last time it was restarted
28 - The CPU usage
29 - Requests by second, Kb by second and the average Kb by request
30 - Number of active and inactive processes
31 - A graph with the inactive and active processes and their status
32
33 %prep
34 %setup -qcT
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39 install -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
40 %{__sed} -i -e '1s,^#!.*python,#!%{__python},' $RPM_BUILD_ROOT%{_bindir}/%{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_bindir}/apache-top
This page took 0.0361 seconds and 4 git commands to generate.