]> git.pld-linux.org Git - SPECS.git/blob - watsup.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / watsup.spec
1 #
2 Summary:        System resources monitor
3 Name:           watsup
4 Version:        09
5 Release:        1
6 License:        GPLv2
7 Group:          Applications
8 Source0:        http://kornelix.squarespace.com/storage/watsup/%{name}.%{version}.tar.gz
9 # Source0-md5:  52a7fb23dda3bf3890ece9a981dca729
10 URL:            http://kornelix.squarespace.com/watsup/
11 BuildRequires:  bash
12 BuildRequires:  gtk+2-devel
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Watsup monitors Linux system resources and the processes using those
18 resources. It is different from monitor programs you have seen before:
19
20 - Overhead is low, supporting a sample interval down to 0.1 seconds
21 - Overall system and top process resources are shown on one page
22 - CPU, memory, disk I/O, network I/O, and page faults are monitored
23 - The highest ranked processes fitting in the window are shown, with
24   minimal jumping around between samples (easier to watch one or a few
25   processes)
26 - Process rank is a weighted sum of CPU, hard page faults, and disk
27   I/O over the last several samples (the weight of each sample declines
28   with age)
29 - Font can be made large or small (for display in a corner of the
30   screen)
31
32 %prep
33 %setup -q -n %{name}
34
35 %build
36 PREFIX=%{_prefix} bash ./build build
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 PREFIX=$RPM_BUILD_ROOT%{_prefix} bash ./build install
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README changelog watsup-guide.pdf
48 %attr(755,root,root) %{_bindir}/watsup
49 %{_datadir}/watsup
This page took 0.476208 seconds and 3 git commands to generate.