Package rtcheck: Information
Source package: rtcheck
Version: 0.7.7-alt4
Build time: Dec 21, 2024, 01:34 AM
Category: Development/Tools
Report package bugLicense: GPL-2.0-only
Summary: Test the running system for real-time capabilities
Description:
The rtcheck program is an application that tests the running system for real-time capabilities. If it identifies all capabilities, it will return an exit code of 0. If some capabilities are not present, it will return with a non-zero exit code. This program can be used by real-time-enabled programs to determine if the environment they are in is suitable for them to run correctly.
List of RPM packages built from this SRPM:
rtcheck (e2kv6, e2kv5, e2kv4, e2k)
rtcheck-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
rtcheck (e2kv6, e2kv5, e2kv4, e2k)
rtcheck-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
Maintainer: Vitaly Chikunov
Last changed
Dec. 15, 2024 Vitaly Chikunov 0.7.7-alt4
- Skip missing '/sys/kernel/realtime' (for Linux 6.12.) - spec: Cleanup and build improvements.
May 17, 2023 Vitaly Chikunov 0.7.7-alt3
- Fix PREEMPT_RT detection.
March 6, 2020 Vitaly Chikunov 0.7.7-alt2
- rtcheck.service: Update limits. - Try to `ulimit -l unlimited` on each run.