## SECTION=shell_and_console menuconfig SCHEDUTILS tristate prompt "schedutils " help These are the Linux scheduler utilities - schedutils for short. These programs take advantage of the scheduler family of syscalls that Linux implements across various kernels. These system calls implement interfaces for scheduler-related parameters such as CPU affinity and real-time attributes. The standard UNIX utilities do not provide support for these interfaces -- thus this package. if SCHEDUTILS config SCHEDUTILS_CHRT bool prompt "chrt" depends on !BB_CONFIG_CHRT help chrt manipulates the real-time attributes of a process. comment "chrt from busybox selected" depends on BB_CONFIG_CHRT config SCHEDUTILS_IONICE bool prompt "ionice" help ionice gets/sets the program io scheduling class and priority. config SCHEDUTILS_TASKSET bool prompt "taskset" help taskset retrieves or sets a process's CPU affinity. endif