-
Notifications
You must be signed in to change notification settings - Fork 0
sched_pp - small tool to interface with sched_set/getscheduler
License
mbehr1/sched_pp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
sched_dd: small utility to interface with sched_set/getscheduler Main usage: change scheduler policy and priority for any pid/tid. To build: ./configure make Usage: To change the policy and priority of process pid: sched_pp -p <pid> -s <priority> -P <policy=SCHED_RR|SCHED_FIFO|SCHED_OTHER> To just query the priority: sched_pp -g -p <pid> If <pid> is 0 or not given the sched_pp priority is queried/changed. Build details: After changing configure.ac rerun "autoreconf --force --install" (or aclocal and autoconf).
About
sched_pp - small tool to interface with sched_set/getscheduler
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published