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