معرفی شرکت ها


stalld-1.15-1.el9.ppc64le.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Daemon that finds starving tasks and gives them a temporary boost
ویژگی مقدار
سیستم عامل Linux
توزیع AlmaLinux 9
مخزن AlmaLinux AppStream ppc64le
نام بسته stalld
نام فایل بسته stalld-1.15-1.el9.ppc64le.rpm
نسخه بسته 1.15
انتشار بسته 1.el9
معماری بسته ppc64le
نگهدارنده -
تاریخ ساخت Fri 11 Feb 2022 09
هاست سازنده almalinux-p9.osuosl.org
نوع بسته .rpm
آدرس صفحه اصلی https://gitlab.com/rt-linux-tools/stalld/stalld.git
مجوز GPLv2
حجم دانلود 47K
حجم نصب 94.107K
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.


جایگزین ها

بسته نسخه معماری مخزن
stalld-1.15-1.el9.aarch64.rpm 1.15 aarch64 AlmaLinux AppStream
stalld-1.15-1.el9.s390x.rpm 1.15 s390x AlmaLinux AppStream
stalld-1.15-1.el9.x86_64.rpm 1.15 x86_64 AlmaLinux AppStream


نیازمندی

مقدار نام
- /bin/sh
- /bin/sh
- /bin/sh
- /usr/bin/bash
= 1.15-1.el9 config(stalld)
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.17)(64bit)
- libc.so.6(GLIBC_2.32)(64bit)
- libc.so.6(GLIBC_2.33)(64bit)
- libc.so.6(GLIBC_2.34)(64bit)
- rtld(GNU_HASH)
- systemd


ارائه دهنده

مقدار نام
= 1.15-1.el9 config(stalld)
= 1.15-1.el9 stalld
= 1.15-1.el9 stalld(ppc-64)


نحوه نصب


نصب پکیج rpm stalld:

    dnf install stalld-1.15-1.el9.ppc64le.rpm


فایل ها

مسیرها
/etc/sysconfig/stalld
/usr/bin/stalld
/usr/bin/throttlectl
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/f01461f83d2011f23f54c8378e8e2b9ca7ef61
/usr/lib/systemd/system/stalld.service
/usr/share/doc/README.md
/usr/share/licenses/stalld
/usr/share/licenses/stalld/gpl-2.0.txt
/usr/share/man/man8/stalld.8.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2021-11-15

stalld: Fix incorrect open() return value checks
throttling: Always null terminate sched_rt_runtime_us output
stalld: Remove unreachable statement in detect_task_format()
tests: Fix uninitialized value action.sa_mask
utils: Bail if malloc() returns null in parse_cpu_list()
stalld: Use correct format specifier for long types

2021-08-10

Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

2021-07-19

stalld: Coding style cleanup
stalld: spaces in place of <TAB>
throttling: Use RT_RUNTIME_PATH in rt_throttling_is_off()
throttling: Check open() on turn_off_rt_throttling
throttling: Adjust variables in restore_rt_throttling()
stalld.c: utils.c: Remove complex assignments from variable declarations
stalld.h: Define MAX_PATH/DIR_PATH/FILE_NAME and use them
stalld: Adjust variables in parse_old_task_format()
utils.c: Use MAX_PATH for pidfile
stalld.c: Remove variable declaration from the middle of the function
stalld: Respect -l option in single threaded mode (1983103)
utils: s/try_to_open_file/check_file_exists/
utils: use check_file_exists in setup_hr_tick()
utils: Check for the new sched_features path

2021-07-02

stalld: Fix log message on boost_cpu_starving_vector()
stalld: Add the overload control to the single-threaded mode
stalld: Add the adaptive mode option
stalld: Use the last mode set in the cmdline
stalld: Fallback to the adaptive mode if force_fifo is selected
stalld: Make single-threaded mode the default one
stalld.service: Always restart stalld on exit
utils.c: Fail if user is not root
utils.c: Make the path to sched_debug path dynamic

2021-06-29

stalld.8: fix diff cruft left in manpage source
stalld.c: clean up handling of nr_running
stalld.c: remove duplicate parameter to fill_waiting_task()
stalld: Add error handling in get_cpu_idle_time()
stalld.service: Run stalld as sched_fifo via systemd
packaging: clean up Makefiles and rpm specfile
stalld: Always print current function for info messages
stalld: Always print current function for warn messages
stalld: Always print current function for die messages
utils: change PATHMAX to 4096

2021-05-13

redhat/stalld.spec: pick up gating test version for changelog
utils.c: set daemon umask to restrict global write/execute (1934586)
hardening fixes from coverity scan (1934590)

2021-04-27

utils: Fix bounds check on cpu and end_cpu variables
stalld: Support denylisting of tasks in stalld
src/utils: use right argument for warning printf

2021-04-16

Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

2021-02-17

update to pick up latest gating test

2021-02-17

Set starvation threshold default to 30 seconds
rework read buffer allocation to properly find page size
Add the -g/--granularity option
Change the default granularity to five seconds
Implement idle detection
Implement the single-threaded mode
Add HRTICK_DL support

2021-02-05

Fix Readiness Protocol Mismatch with systemd
test01: update to use buildin atomic operations
test01: add throttling check

2021-02-02

rework detect_task_format and buffer_size logic
make CFLAGS for local compile match rpmbuild CFLAGS

2021-01-26

add systemd handling of RT Throttling

2021-01-20

fix signal handler to catch SIGTERM

2020-12-11

stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE
Fix incorrect recursion of specfile version field

2020-11-20

Readme: Add information about repositories
Add version management and version option
create doc and scripts directory and add info on releases