]> git.pld-linux.org Git - packages/apache-top.git/blame - apache-top.spec
- initial
[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
5Release: 0.20140604.1
6License: GPL v2
7Group: Applications/System
8Source0: https://raw.githubusercontent.com/fr3nd/apache-top/master/%{name}.py
9# Source0-md5: 639f12becdbeb1a915b3d982728bf61b
10URL: http://www.fr3nd.net/projects/apache-top/
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.088547 seconds and 4 git commands to generate.