File: README

package info (click to toggle)
runlim 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 82
  • sloc: ansic: 744; sh: 85; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This Linux program can be used to 'runlim' and control benchmarks.

It samples the resource usage of the executed program and
all its child processes and stops the program if resource
limits are exhausted.

In order to support multi-threaded programs a limit on the
wall clock time can be given as well.

Note, that for multi-threaded programs the time spent in each
thread is accumulated by commands like 'time'.  This is the
same model we use for multiple processes forked by a program
unless you are only interested in walk clock time.

To compile:

  ./configure && make

Also see LICENSE.