LinuxCommandLibrary

sprio

View the factors determining a job's scheduling priority.

TLDR

View the factors determining the scheduling priority of all jobs

$ sprio
copy


View the factors determining the specified job's scheduling priority
$ sprio --jobs=[job_id_1,job_id_2,...]
copy


Output additional information
$ sprio --long
copy


View information for the jobs of specified users
$ sprio --user=[user_name_1,user_name_2,...]
copy


Print the weights for each factor determining job scheduling priority
$ sprio --weights
copy

Copied to clipboard