How to Install and Uninstall stalld.src Package on Oracle Linux 8

Last updated: May 05,2024

1. Install "stalld.src" package

Please follow the guidance below to install stalld.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install stalld.src

2. Uninstall "stalld.src" package

Please follow the instructions below to uninstall stalld.src on Oracle Linux 8:

$ sudo dnf remove stalld.src $ sudo dnf autoremove

3. Information about the stalld.src package on Oracle Linux 8

Last metadata expiration check: 1:50:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : stalld
Version : 1.15
Release : 1.el8
Architecture : src
Size : 52 k
Source : None
Repository : ol8_appstream
Summary : Daemon that finds starving tasks and gives them a temporary boost
URL : https://gitlab.com/rt-linux-tools/stalld/stalld.git
License : GPLv2
Description : The stalld program monitors the set of system threads,
: looking for threads that are ready-to-run but have not
: been given processor time for some threshold period.
: When a starving thread is found, it is given a temporary
: boost using the SCHED_DEADLINE policy. The default is to
: allow 10 microseconds of runtime for 1 second of clock time.