FYI klaus@aaaaa:~$ ps -Leo uid,cls,pid,rtprio,wchan,cmd | grep squeeze | grep -v grep 1000 TS 3195 - poll_s /usr/local/bin/squeezelite -m 00.... -o plughw:0,0 -n sl1 -p 51 1000 FF 3195 51 poll_s /usr/local/bin/squeezelite -m 00.... -o plughw:0,0 -n sl1 -p 51 1000 FF 3195 52 hrtime /usr/local/bin/squeezelite -m 00.... -o plughw:0,0 -n sl1 -p 51 1000 TS 3195 - hrtime /usr/local/bin/squeezelite -m 00.... -o plughw:0,0 -n sl1 -p 51
Above, you can see the result of my patch4, an Ubuntu stock low-latency kernel and my limits.conf setup listed earlier. 1000 is my user-id (root would show 0) who is running squeezelite at higher prios. Two FF threads (output/stream) show SCHED_FIFO scheduling. The threads output and stream run at rt-prio 51/52. Cheers ------------------------------------------------------------------------ soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
