ionice - execute a utility with an altered I/O scheduling priority
ionice --high utility [argument ...]
ionice --low utility [argument ...]
ionice runs utility with an altered scheduling priority. That priority can be --high
, --low
, or the mostly useless --normal
that is a no-op present only because it may make scripting simpler.
The exit value will be non-zero for any errors. If it manages to set the priority and execute utility then it will be that of utility.
Please report any bugs via Github: https://github.com/DrHyde/ionice-MacOS/issues
This software is free-as-in-speech and is copyright 2019 David Cantrell [email protected]. You may use, distribute, and modify it under the terms provided for in the GNU General Public Licence version 2, a copy of which is provided.
This software is also free-as-in-mason.