Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37694321
en ru br
ALT Linux repos
S:1.1-alt1.qa1

Group :: Monitoring
RPM: cpulimit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cpulimit
Version: 1.1
Release: alt1.qa1

Summary: CPU Usage Limiter

Packager: Vitaly Lipatov <lav at altlinux.ru>

Url: http://cpulimit.sourceforge.net/
License: GPL
Group: Monitoring

Source: http://prdownloads.sourceforge.net/cpulimit/%name-%version.tar.bz2

%description
cpulimit is a simple program that attempts to limit the cpu usage of a
process (expressed in percentage, not in cpu time). This is useful to
control batch jobs, when you don't want they eat too much cpu. It does
not act on the nice value or other scheduling priority stuff, but on
the real cpu usage. Also, it is able to adapt itself to the overall
system load, dynamically and quickly.

%prep
%setup -q

%build
%make_build

%install
mkdir -p %buildroot%_bindir
cp -p %name %buildroot%_bindir/%name

%files
%_bindir/%name

%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