File: control

package info (click to toggle)
cpulimit 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: ansic: 1,001; makefile: 45; sh: 8
file content (23 lines) | stat: -rw-r--r-- 943 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: cpulimit
Maintainer: gregor herrmann <gregoa@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Vcs-Browser: https://git.toastfreeware.priv.at/debian/cpulimit.git
Vcs-Git: https://git.toastfreeware.priv.at/debian/cpulimit.git
Homepage: https://limitcpu.sourceforge.net/
Rules-Requires-Root: no

Package: cpulimit
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: tool for limiting the CPU usage of a process
 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 them to eat too much CPU. It does
 not act on the nice value or other priority stuff, but on the real CPU
 usage.  Besides it is able to adapt itself to the overall system load,
 dynamically and quickly.