Skip to content

linuxaudio/realtime-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtime-suggestions

image

A bash script, that suggests optimization options (while not stating the obvious) for Linux kernel realtime use. As these are just suggestions, they should be considered with a grain of salt: Configurations on Linux distributions can differ quite a lot. That being said: This script will not think for you!

Usage

The script can be called indirectly, if in PATH

realtime-suggestions

or directly, if not in PATH

./realtime-suggestions

It will output messages of three types:

  • WARNING: A component or requirement used in the evaluation process could not be found
  • CHANGE: A change would need to be applied to the system to improve performance
  • INFO: A change might have to be applied, but it's too distribution-specific to be more than a consideration

It will not output anything, if there is nothing to suggest.

Requirements

  • bash
  • systemd (for systemd-detect-virt)
  • shellcheck (only for make check)

Checking

The script can be checked using .

shellcheck -s bash realtime-suggestions

When installing, this can be done by

make check

Installation

make install

The install target honors PREFIX and DESTDIR.

Uninstallation

make uninstall

The uninstall target honors PREFIX and DESTDIR.

License

realtime-suggestions is licensed under the GPL-3.0-or-later.

About

Script suggesting improvements for realtime audio

Resources

License

Stars

Watchers

Forks

Packages

No packages published