As the docker image has no top or htop included, i'm asking here which debug protocol i should enable to find the culprit?
The "Server information" protocol task doesn't reveal anything special......
Results 1 to 6 of 6
-
2021-03-03, 02:49 #1
- Join Date
- Mar 2011
- Posts
- 156
25% CPU slimserver.pl in 8.2 docker while idle
-
2021-03-03, 05:48 #2
25% CPU slimserver.pl in 8.2docker while idle
> As the docker image has no top or htop included, i'm asking here which
> debug protocol i should enable to find the culprit?
> The "Server information" protocol task doesn't reveal anything
> special......
Disabling plugins is always an option to narrow down the culprit. But as
you're working on TrackStat anyway, my bet would be on it.
-
2021-03-04, 02:27 #3
- Join Date
- Mar 2011
- Posts
- 156
yes, you've said it -> trackstat.
It is/was trackstat. Completely disable this plugin and the CPU load from 25% to 2%.
But! The usual, enable debugging on plugin doesn't help here. As trackstat according to the log, does nothing. The plugin is activated, but doing nothing (according to logs)
Doesn't matter if i use the original version of trackstat from Erland or the modified one by myself which prevents duplicate musicbrainz_id.
But as i said. the plugin is according to logs doing nothing.
But still LMS slimserver.pl is running with 25% so "something" is acting weird. Can you tell me which server specific debug log would help to see, why slimserver.pl is on this high CPU level?
-
2021-03-04, 02:44 #4
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 20,303
-
2021-03-04, 02:51 #5
- Join Date
- Mar 2011
- Posts
- 156
-
2021-03-04, 02:58 #6
25% CPU slimserver.pl in 8.2docker while idle
> Doesn't matter if i use the original version of trackstat from Erland or
> the modified one by myself which prevents duplicate musicbrainz_id.
> But as i said. the plugin is according to logs doing nothing.
As you know how to edit the plugin (and you've done so), just add log
statements wherever you want (assuming you've already enabled debug
logging for plugin.trackstat or whatever it is).