File: control

package info (click to toggle)
loadwatch 1.0%2B1.1alpha1-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 172 kB
  • ctags: 30
  • sloc: ansic: 504; sh: 175; makefile: 74
file content (17 lines) | stat: -rw-r--r-- 705 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: loadwatch
Section: utils
Priority: optional
Maintainer: Nicolas Boullis <nboullis@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.6

Package: loadwatch
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Run a program using only idle cycles
 loadwatch forks a child process and only allows it to run when the
 system load meets user-defined parameters. It allows you to specify
 that a program should run only if the load is below a specified
 point, and will stop it when that point is reached. When the load
 falls below a second specified point, the program will be
 continued. The user can also specify the system load sampling period.