Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37766880
en ru br
ALT Linux repos
S:1.0.4-alt2
5.0: 1.0.0-alt1
4.1: 1.0.0-alt1
4.0: 0.18.9-alt1
3.0: 0.18.6-alt1

Group :: System/Kernel and hardware
RPM: stress

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: stress
Version: 1.0.0
Release: alt1

Summary: A tool which imposes a configurable amount of load on your system
License: GPLv2+
Group: System/Kernel and hardware

URL: http://weather.ou.edu/~apw/projects/stress
Source: %url/stress-%version.tar.gz

%description
stress is a tool which imposes a configurable amount of CPU, I/O, RAM, and
HDD load and report any errors it detects.

stress is not a benchmark. It is a tool used by system administrators to
evaluate how well their systems will scale, by kernel programmers to evaluate
perceived performance characteristics, and by systems programmers to expose the
classes of bugs which only or more frequently manifest themselves when the
system is under heavy load.

%prep
%setup

%build
%configure
# uniprocessor make is OK as only one source file is compiled :)
%make

%install
%make_install DESTDIR=%buildroot install

%post
%install_info %name.info

%preun
%uninstall_info %name.info


%files
%doc doc/stress.html
%_bindir/stress
# Hmm... man page in 1.0.0 tarball is zero-sized...
#%_man1dir/stress.*
%_infodir/stress*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin