CpuSet Feature While Using Upmpdcli
#11
(11-Oct-2020, 05:25 PM)agent_kith Wrote:
(09-Oct-2020, 06:22 PM)PeteCallaghan Wrote: There seemed to be multiple mpd processes, so a loop was needed to catch them all:
 
Code:
 
pids=$(pgrep mpd)
for pid in $pids
do
chrt -r -p 99 $pid
cset proc --move  --threads --toset=user --force --pid=$pid
done
In theory you don't have to do this, just find the main PID, and the --threads option will move all threads to the CPUSet.

But, that's really dependent on how MPD works.. e.g. if MPD fork a thread on playback, there is always a chance this script will not work.. i.e. MPD starts, and the script moves the threads to the CPU Set, and when you play, MPD fork another thread, this is not trapped by the script as it happens after the fact..

There's prob a way to fix this, but I havn't investigate deeply enough yet... The current script, while brutally simple, actually yield quite a good audio improvement.. But I've mostly tested this in LMS and Squeezelite..

Please continue to explore this and let me know your progress, I'll incorporate your work into the next release too. Thumbs Up

Some progress. I now have a crude but reliable process for applying the script after a reboot. 

I add a line to crontab that waits for 10 minutes after a reboot and then applies the script:
 
Code:
#crontab-e
@reboot sleep 600; sh [path to script file]/mpdpriority.sh

I have not experimented with shorter sleep times, as this seems pretty reliable.

I'll research how to follow up your point about forked threads, to see if I can find any and see if they are allocated to the correct CPU set
[-] The following 1 user Likes PeteCallaghan's post:
  • agent_kith
Reply

#12
I made an error in my script. The pgrep was returning both mpd and upmpdcli processes because it was matching 'mpd' in both process names. 

This version matches exactly 'mpd' and only finds one pid, using the '-x' option in pgrep
Code:
pids=$(pgrep -x mpd)
for pid in $pids
do
chrt -r -p 99 $pid
cset proc --move  --threads --toset=user --force --pid=$pid
done

I am running upmpdcli as the music server, which uses mpd as the player. 

Using cpuset I have successfully got both mpd and upmpdcli running in the user cpuset, and mpd running with RT priority, which sounds pretty good. 

However, I suspect that it would be beneficial to run mpd alone in the user cpuset, with upmpdcli in the system cpuset. 

However I can't figure out how to achieve this. Any suggestions? 

I could de-select upmpdcli as the music server and use mpd instead, but then I would need to lanch upmpdcli outside snakeoil. What would be the best way to do this?
Reply

#13
(14-Nov-2020, 07:20 PM)PeteCallaghan Wrote: I am running upmpdcli as the music server, which uses mpd as the player. 

Using cpuset I have successfully got both mpd and upmpdcli running in the user cpuset, and mpd running with RT priority, which sounds pretty good. 

However, I suspect that it would be beneficial to run mpd alone in the user cpuset, with upmpdcli in the system cpuset. 

However I can't figure out how to achieve this. Any suggestions? 

I could de-select upmpdcli as the music server and use mpd instead, but then I would need to lanch upmpdcli outside snakeoil. What would be the best way to do this?

Is it possible to configure SO so that mpd is the music server and upmpdcli is the music client?

I've tried setting mpd as server but upmpdcli is not available to configure as music client
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot install upmpdcli Raspberry Pi5 carlodim 3 256 19-Jan-2025, 12:48 PM
Last Post: Snoopy8
  [SOLVEDCPUset not working in Ubuntu 22.04 Snoopy8 17 4,814 12-Dec-2023, 07:02 PM
Last Post: uglymusic
  upmpdcli mpd and LMS -- set up help! pathetic 13 4,027 23-Nov-2023, 06:32 PM
Last Post: patricia1066
  Problems installing Upmpdcli koko6969koki 3 1,315 10-Mar-2023, 06:37 AM
Last Post: Snoopy8
  [SOLVEDupmpdcli unable to start Snoopy8 4 1,568 12-Dec-2022, 01:42 PM
Last Post: Snoopy8



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
Yesterday 09:12 PM
» Replies: 39
» Views: 1349
Normal/Inverted Phase Playback
Last Post: hkphantomgtr
Yesterday 02:53 PM
» Replies: 12
» Views: 3600
CamillaDSP for Room Correction
Last Post: Snoopy8
Yesterday 01:53 PM
» Replies: 33
» Views: 10013
Work In Progress: 1.4.4
Last Post: agent_kith
23-Apr-2025 11:35 AM
» Replies: 13
» Views: 274
Wiki update - need your help!
Last Post: Snoopy8
22-Apr-2025 02:23 PM
» Replies: 7
» Views: 181
No audio devices on RPi5 with latests bu...
Last Post: miksi
21-Apr-2025 12:52 AM
» Replies: 16
» Views: 444
new install issues
Last Post: Snoopy8
19-Apr-2025 01:08 PM
» Replies: 7
» Views: 190
Connecting Spotify to SnakeOil
Last Post: Snoopy8
16-Apr-2025 01:55 PM
» Replies: 10
» Views: 268
Misc. sharing for building Raspberry Pi ...
Last Post: hkphantomgtr
13-Apr-2025 12:47 PM
» Replies: 2
» Views: 116
[split] Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
09-Apr-2025 03:45 PM
» Replies: 1
» Views: 79

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2025. Theme © Melroy van den Berg.