Problèmes hardware

texte en gras

Bonjour,Hello,
depuis la maj 3.8.x mon processeur travaille à 50/60 % en permanence au lieu de 10 %
habituellement.
Pour l’instant je mets en pause le processus systemd .
Auriez-vous une solution plus efficace ?
Merci.

Hello,
since maj 3.8.x my processor works at 50/60% permanently instead of 10%
habitually.
For now I’m pausing the systemd process.
Do you have a more effective solution?
Thank you.

Can you please put the following into a Text file:

#!/bin/bash
I=0
while [ ${I} -lt 12 ]; do
    echo Please wait ...
    echo $(date) >> ~/cpu.log 
    ps ax -o pcpu,cutime,cmd --sort %cpu | tail -10 >> ~/cpu.log
    sleep 5

    let I=$I+1
done

Save it as cpu.sh in your Home directory. Now open a Terminal and type:

chmod +x cpu.sh
./cpu.sh

It will run for a Minute and logs the 10 most cpu intensive processes to a file called cpu.log in your home directory. Upload this file here for further analysis.

Did @egrath solution work?

Something that would help us a lot to understand the problem would be this:

  1. Open the application called ‘Terminal’
  2. In this application run the command:

eos-diagnostics

  1. The above command will create a file with the information of your system (example: eos-diagnostic-160614_111731_UTC + 0100.txt); Send us this file so we can analyze and see a possible solution

Thanks

Le jeu. 21 mai 2020 à 23:35, LeandroStanger via Endless Community community@bot.endlessm.com a écrit :

eos-diagnostic-200522_073001_UTC+0200.txt (2.76 MB)

Hello,
it is possible that the problem comes from “tracker-store” which displays a permanent transfer rate of 441 kb / s!

Le ven. 22 mai 2020 à 07:36, Francis Lalot monolithe64@gmail.com a écrit :

Bonjour,
et désolé pour le retard!

cpu.log (23,1 Ko)

Je l’ai refait après avoir fermé les applis.

cpu.log (29,1 Ko)

Hello,

have you found a solution to my problem?

Hello,

have you found a solution to my problem?

No solution yet !!!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.