File: control

package info (click to toggle)
rt-app 1.0-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: ansic: 2,238; python: 260; sh: 129; makefile: 33
file content (20 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: rt-app
Section: misc
Priority: optional
Maintainer: Linaro Packagers <linaro-pkg@lists.launchpad.net>
Uploaders: Wookey <wookey@debian.org>
Build-Depends: debhelper, debhelper-compat (=12), libjson-c-dev
Standards-Version: 3.9.8
Homepage: https://github.com/scheduler-tools/rt-app
Rules-Requires-Root: no

Package: rt-app
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, python3
Description: Test application which simulates a real-time periodic load
 rt-app is a test application that starts multiple periodic threads in
 order to simulate a real-time periodic load. It supports the 
 SCHED_OTHER/SCHED_FIFO/SCHED_RR kernel mechanisms as well as the 
 AQuoSA framework and SCHED_DEADLINE. It can be run with a simple
 command-line config, or a more complex set of tasks/threads
 configured in a (json) config file.