6 .Nd execute a program with an altered I/O or scheduling policy
23 APIs to execute a program with altered I/O or scheduling policies. All
24 children of the specified program also inherit these policies.
27 accepts the following flags and arguments:
28 .Bl -tag -width "d policy " -offset indent
30 Run the program after calling
32 with an iotype of IOPOL_TYPE_DISK, a scope of IOPOL_SCOPE_PROCESS, and the
33 specified policy. The argument can either be an integer, or a symbolic string
34 like "default" or "throttle", which is interpreted case-insensitively.
36 Run the program after calling
38 with an iotype of IOPOL_TYPE_DISK, a scope of IOPOL_SCOPE_DARWIN_BG, and the
39 specified policy. The argument is interpreted in the same manor as
42 Run the program after calling
44 with a priority of PRIO_DARWIN_BG.