Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 30/12/2011, à 11:38

grandtoubab

Eviter que update-apt-xapian-index monopolise toutes les ressources

Salut

Periodiquement mon PC devient inutilisable à cause du script /usr/sbin/update-apt-xapian-index qui monopolise toutes les ressources

c'est un bug connu et mal résolu
https://bugs.launchpad.net/ubuntu/+sour … bug/363695
https://bugs.launchpad.net/ubuntu/+sour … bug/901636

ça se passe dans /etc/cron.weekly (les taches lancées par le calendrier)
en m'inspirant de https://bugs.launchpad.net/ubuntu/+sour … omments/29, voici la modification que j'ai apportée

sudo gedit /etc/cron.weekly/apt-xapian-index

#ancienne ligne
#CMD=/usr/sbin/update-apt-xapian-index
#ligne modifée j'ajoute l'option --update pour ne pas tout  balayer intégralement a chaque fois
CMD="/usr/sbin/update-apt-xapian-index --update"

Dernière modification par grandtoubab (Le 30/12/2011, à 11:42)


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#2 Le 07/01/2012, à 21:43

Compte supprimé

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

J'ai une solution radicale qui ne gêne en rien le fonctionnement normal de l'ordinateur big_smile :

sudo apt-get remove apt-xapian-index

Dernière modification par Compte supprimé (Le 07/01/2012, à 21:43)

#3 Le 08/01/2012, à 09:34

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

L_d_v_c@ a écrit :

J'ai une solution radicale qui ne gêne en rien le fonctionnement normal de l'ordinateur big_smile :

sudo apt-get remove apt-xapian-index

Bonjour,
Sauf que pour ceux qui utilisent Synaptic ça empêche la recherche rapide (Quick Filter)

Il y a une autre amélioration possible
http://ubuntuforums.org/showpost.php?p= … stcount=15
reprise dans un nouveau bug de lanchpad
https://bugs.launchpad.net/ubuntu/+sour … bug/830333

sudo gedit /etc/cron.daily/apt

# now run apt-xapian-index if it is installed to ensure the index
        # is up-to-date
        if [ -x /usr/sbin/update-apt-xapian-index ]; then
            if [ "$(dpkg --print-architecture)" = "armel" ]; then
                xapian_extra_args='-u'
            fi
            # ancienne ligne nice ionice -c3 update-apt-xapian-index -q $xapian_extra_args
            # http://ubuntuforums.org/showpost.php?p= … stcount=15
            # nouvelle ligne
            nice -n 19 ionice -c3 update-apt-xapian-index --update -q
        fi


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#4 Le 08/01/2012, à 09:43

Compte supprimé

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

grandtoubab a écrit :

...
Sauf que pour ceux qui utilisent Synaptic ça empêche la recherche rapide (Quick Filter)
...

Je n'avais pas fait attention au quick filter, ça peut servir en effet. Remarque qu'il reste la recherche normale dans les noms et index. J'avais retiré apt-xapian-index sur un Celeron 767 MHz avec 256 Mio de RAM et je connaissais déjà les paquets que je devais installer ou retirer.

#5 Le 29/05/2015, à 12:14

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

grandtoubab a écrit :
L_d_v_c@ a écrit :

J'ai une solution radicale qui ne gêne en rien le fonctionnement normal de l'ordinateur big_smile :

sudo apt-get remove apt-xapian-index

Bonjour,
Sauf que pour ceux qui utilisent Synaptic ça empêche la recherche rapide (Quick Filter)

Il y a une autre amélioration possible
http://ubuntuforums.org/showpost.php?p= … stcount=15
reprise dans un nouveau bug de lanchpad
https://bugs.launchpad.net/ubuntu/+sour … bug/830333

sudo gedit /etc/cron.daily/apt

# now run apt-xapian-index if it is installed to ensure the index
        # is up-to-date
        if [ -x /usr/sbin/update-apt-xapian-index ]; then
            if [ "$(dpkg --print-architecture)" = "armel" ]; then
                xapian_extra_args='-u'
            fi
            # ancienne ligne nice ionice -c3 update-apt-xapian-index -q $xapian_extra_args
            # http://ubuntuforums.org/showpost.php?p= … stcount=15
            # nouvelle ligne
            nice -n 19 ionice -c3 update-apt-xapian-index --update -q
        fi

Toujours d'actualité sur Xubuntu 15.04


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#6 Le 30/05/2015, à 00:04

Compte supprimé

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Merci grandtoubab,
je ne comprends pas bien, ne prenant pas le temps également d'essayer de comprendre les améliorations autour de update-apt-xapian-index que tu reportes …
Qu'est-ce que ça fait ?
Ça compare la liste des paquets installés entre deux dates et ne lance l'indexation que si des changements ont eu lieu ?

if [ "$(dpkg --print-architecture)" = "armel" ]; then

Ne concerne ni les i386 ni les amd64 ?

#7 Le 30/05/2015, à 07:24

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

L_d_v_c@ a écrit :

Merci grandtoubab,
je ne comprends pas bien, ne prenant pas le temps également d'essayer de comprendre les améliorations autour de update-apt-xapian-index que tu reportes …
Qu'est-ce que ça fait ?
Ça compare la liste des paquets installés entre deux dates et ne lance l'indexation que si des changements ont eu lieu ?

if [ "$(dpkg --print-architecture)" = "armel" ]; then

Ne concerne ni les i386 ni les amd64 ?

Si au contraire ça permets d'utiliser le parametre --update dans toutes les architectures


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#8 Le 30/05/2015, à 08:08

lynn

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

grandtoubab a écrit :
grandtoubab a écrit :
L_d_v_c@ a écrit :

J'ai une solution radicale qui ne gêne en rien le fonctionnement normal de l'ordinateur big_smile :

sudo apt-get remove apt-xapian-index

Bonjour,
Sauf que pour ceux qui utilisent Synaptic ça empêche la recherche rapide (Quick Filter)

Il y a une autre amélioration possible
http://ubuntuforums.org/showpost.php?p= … stcount=15
reprise dans un nouveau bug de lanchpad
https://bugs.launchpad.net/ubuntu/+sour … bug/830333

sudo gedit /etc/cron.daily/apt

# now run apt-xapian-index if it is installed to ensure the index
        # is up-to-date
        if [ -x /usr/sbin/update-apt-xapian-index ]; then
            if [ "$(dpkg --print-architecture)" = "armel" ]; then
                xapian_extra_args='-u'
            fi
            # ancienne ligne nice ionice -c3 update-apt-xapian-index -q $xapian_extra_args
            # http://ubuntuforums.org/showpost.php?p= … stcount=15
            # nouvelle ligne
            nice -n 19 ionice -c3 update-apt-xapian-index --update -q
        fi

Toujours d'actualité sur Xubuntu 15.04

Ta manipulation n'est pas nécessaire pour ce fichier puisque qu'elle est déjà en place ( voir ci-dessus, partie concernée en gras )

--help a écrit :

-u, --update       incremental update, reindexing only those packages whose
                     version has changed since the last run


«C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!»

Coluche

Hors ligne

#9 Le 30/05/2015, à 08:53

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

lynn a écrit :

Ta manipulation n'est pas nécessaire pour ce fichier puisque qu'elle est déjà en place

Sais tu ce que veux dire if ???????
Sais tu à quoi sert le caractère # ???????

Dernière modification par grandtoubab (Le 30/05/2015, à 08:57)


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#10 Le 30/05/2015, à 09:47

lynn

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

grandtoubab a écrit :
L_d_v_c@ a écrit :

Merci grandtoubab,
je ne comprends pas bien, ne prenant pas le temps également d'essayer de comprendre les améliorations autour de update-apt-xapian-index que tu reportes …
Qu'est-ce que ça fait ?
Ça compare la liste des paquets installés entre deux dates et ne lance l'indexation que si des changements ont eu lieu ?

if [ "$(dpkg --print-architecture)" = "armel" ]; then

Ne concerne ni les i386 ni les amd64 ?

Si au contraire ça permets d'utiliser le parametre --update dans toutes les architectures

Si cette partie

[ "$(dpkg --print-architecture)" = "armel" ]

signifie "dans toutes les architectures", en quoi ce que j'ai marqué est faux ? L'option "-u" est bien égale à "--update" et sera bien utilisée, non ? D'ailleurs, si tu ajoutes "--update" comme tu le propose, on peut même supprimer cette partie

 if [ "$(dpkg --print-architecture)" = "armel" ]; then
                xapian_extra_args='-u'
            fi

qui ne sert plus à rien.

Je n'affirme rien et j'essaie juste de comprendre les choses qui me passe devant les yeux. smile


«C'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!»

Coluche

Hors ligne

#11 Le 30/05/2015, à 10:41

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Synaptic prends du temps pour mettre à jour le filtre de recherche rapide car l'index xapian se mets à jour et qu'il est un gros consommateur de cpu
j'ai remis l'index à jour manuellement

sudo update-apt-xapian-index --verbose --force
Reading plugin /usr/share/apt-xapian-index/plugins/aliases.py.
Reading plugin /usr/share/apt-xapian-index/plugins/app-install.py.
Reading plugin /usr/share/apt-xapian-index/plugins/apttags.py.
Reading plugin /usr/share/apt-xapian-index/plugins/cataloged_time.py.
Reading plugin /usr/share/apt-xapian-index/plugins/debtags.py.
Reading plugin /usr/share/apt-xapian-index/plugins/descriptions.py.
Reading plugin /usr/share/apt-xapian-index/plugins/display_name.py.
Reading plugin /usr/share/apt-xapian-index/plugins/origin.py.
Reading plugin /usr/share/apt-xapian-index/plugins/relations.py.
Reading plugin /usr/share/apt-xapian-index/plugins/sections.py.
Reading plugin /usr/share/apt-xapian-index/plugins/sizes.py.
Reading plugin /usr/share/apt-xapian-index/plugins/software_center.py.
Reading plugin /usr/share/apt-xapian-index/plugins/template.py.
Reading plugin /usr/share/apt-xapian-index/plugins/translated-desc.py.
Most recent dataset:    Sat May 30 10:46:23 2015.
Most recent update for: Sat May 30 10:46:23 2015.
The index /var/lib/apt-xapian-index is up to date, but rebuilding anyway as requested.
Aggregating value information.
Initializing plugins.
Reading .desktop files from /usr/share/app-install/desktop/: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_restricted_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_universe_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_main_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/archive.canonical.com_ubuntu_dists_vivid_partner_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-backports_restricted_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-backports_multiverse_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_vivid-security_restricted_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/ppa.launchpad.net_pipelight_stable_ubuntu_dists_vivid_main_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-backports_main_i18n_Translation-en: done.  
Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_multiverse_i18n_Translation-fr: done.  
Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_vivid-security_universe_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-updates_main_i18n_Translation-en: done.  
Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_universe_i18n_Translation-fr: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-updates_restricted_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_vivid-security_multiverse_i18n_Translation-en: done.  
Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_restricted_i18n_Translation-fr: done.  
Reading en translations from /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_vivid-security_main_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-updates_universe_i18n_Translation-en: done.  
Reading fr translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_main_i18n_Translation-fr: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-backports_universe_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid_multiverse_i18n_Translation-en: done.  
Reading en translations from /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_vivid-updates_multiverse_i18n_Translation-en: done.  
Rebuilding Xapian index: done.  
Installing the new index.
Removing old index /var/cache/apt-xapian-index/index.2.
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.

Evidemment le PC ronfle pendant cette indexation mais Synaptic est plus rapide au démarrage....jusqu'à la prochaine fois!

Dernière modification par grandtoubab (Le 30/05/2015, à 10:41)


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#12 Le 30/05/2015, à 11:12

Compte supprimé

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

grandtoubab, peux-tu ajouter la commande "time" avant ton "sudo update-apt-xapian-index --verbose --force" s'il-te-plaît ?

us1204@us1204-G41MT-S2PT:~$ time sudo update-apt-xapian-index --verbose --force
…
…
…
Rebuilding Xapian index: done.  
Installing the new index.
Removing old index /var/cache/apt-xapian-index/index.2.
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.

real	1m27.621s
user	1m19.126s
sys	0m2.396s

Là ça prend 1mn27s avec cet ordinateur est équipé d'un Dual-Core E6600 à 2,4  GHz, je suis conscient que sur le Celeron 767 MHz (monocore) ce n'était pas la même histoire …

#13 Le 30/05/2015, à 11:26

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

L_d_v_c@ a écrit :

grandtoubab, peux-tu ajouter la commande "time" avant ton "sudo update-apt-xapian-index --verbose --force" s'il-te-plaît ?

us1204@us1204-G41MT-S2PT:~$ time sudo update-apt-xapian-index --verbose --force
…
…
…
Rebuilding Xapian index: done.  
Installing the new index.
Removing old index /var/cache/apt-xapian-index/index.2.
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.

real	1m27.621s
user	1m19.126s
sys	0m2.396s

Là ça prend 1mn27s avec cet ordinateur est équipé d'un Dual-Core E6600 à 2,4  GHz, je suis conscient que sur le Celeron 767 MHz (monocore) ce n'était pas la même histoire …

chez moi c'est dramatique, CPU 100 % ventilateur à fond....

Rebuilding Xapian index: done.  
Installing the new index.
Removing old index /var/cache/apt-xapian-index/index.1.
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.

real	7m18.330s
user	6m12.091s
sys	0m34.200s

mini_765591Capturedcran20150530121807.png

Dernière modification par grandtoubab (Le 30/05/2015, à 11:28)


Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#14 Le 10/06/2015, à 17:16

grandtoubab

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Salut je préfère comme ça

root@desktop:/etc/cron.weekly# cat apt-xapian-index
#!/bin/sh

CMD=/usr/sbin/update-apt-xapian-index

# ionice should not be called in a virtual environment
# (similar to man-db cronjobs)
egrep -q '(envID|VxID):.*[1-9]' /proc/self/status || IONICE=/usr/bin/ionice

# Check if we're on battery
if which on_ac_power >/dev/null 2>&1; then
    on_ac_power >/dev/null 2>&1
    ON_BATTERY=$?

    # Here we use "-eq 1" instead of "-ne 0" because
    # on_ac_power could also return 255, which means
    # it can't tell whether we are on AC or not. In
    # that case, run update-a-x-i nevertheless.
    [ "$ON_BATTERY" -eq 1 ] && exit 0
fi

# Rebuild the index
if [ -x "$CMD" ]
then
	if [ -x "$IONICE" ]
	then
		nice -n 19 $IONICE -c 3 $CMD --update --quiet
	else
		nice -n 19 $CMD --update --quiet
	fi
fi

Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....

Hors ligne

#15 Le 27/09/2018, à 15:29

uboops

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

grandtoubab a écrit :

Salut

Periodiquement mon PC devient inutilisable à cause du script /usr/sbin/update-apt-xapian-index qui monopolise toutes les ressources

ça se passe dans /etc/cron.weekly (les taches lancées par le calendrier)
en m'inspirant de https://bugs.launchpad.net/ubuntu/+sour … omments/29, voici la modification que j'ai apportée

sudo gedit /etc/cron.weekly/apt-xapian-index

#ancienne ligne
#CMD=/usr/sbin/update-apt-xapian-index
#ligne modifée j'ajoute l'option --update pour ne pas tout  balayer intégralement a chaque fois
CMD="/usr/sbin/update-apt-xapian-index --update"

Exact c'est mieux comme ça, même si ici ce n'est pas 100% de CPU ça met plus de 5 minutes
time sudo update-apt-xapian-index --verbose --force
...
real    5m41,852s
user    5m23,252s
sys    0m11,013s


“Au lieu de faire que ce qui fût juste fût fort, on a fait que ce qui fût fort fût juste.” (Blaise Pascal).

Hors ligne

#16 Le 27/09/2018, à 16:03

Compte supprimé

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Bonjour, maintenant sous LibraZiK (Debian )

root@LibraZiK:/home/ludovic# time sudo update-apt-xapian-index --verbose --force
Reading plugin …
…
…
real	1m25,990s
user	1m19,732s
sys	0m3,368s

Le temps est stable.
J'ai viré mon processeur double cœur E6600 à 2,4 GHz PGA775 et j'ai mis un Xeon quad-cœur E5450 à 3,0 GHz PGA771 (modifié avec le patch 775) à la place.

lscpu
Architecture :        x86_64
Mode(s) opératoire(s) des processeurs : 32-bit, 64-bit
Boutisme :            Little Endian
Processeur(s) :       4
Liste de processeur(s) en ligne : 0-3
Thread(s) par cœur : 1
Cœur(s) par socket : 4
Socket(s) :           1
Nœud(s) NUMA :       1
Identifiant constructeur : GenuineIntel
Famille de processeur : 6
Modèle :             23
Nom de modèle :      Intel(R) Xeon(R) CPU           E5450  @ 3.00GHz
Révision :           6
Vitesse du processeur en MHz : 3000.000
Vitesse maximale du processeur en MHz : 3000,0000
Vitesse minimale du processeur en MHz : 2000,0000
BogoMIPS :            6000.02
Virtualisation :      VT-x
Cache L1d :           32K
Cache L1i :           32K
Cache L2 :            6144K
Nœud NUMA 0 de processeur(s) : 0-3
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 lahf_lm kaiser tpr_shadow vnmi flexpriority dtherm
root@LibraZiK:/home/ludovic# 

Le temps reste similaire entre les distribution.

lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 9.5 (stretch)
Release:	9.5
Codename:	stretch

SSD

hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   13494 MB in  1.99 seconds = 6785.19 MB/sec
 Timing buffered disk reads: 650 MB in  3.01 seconds = 216.25 MB/sec

et

hdparm -tT --direct /dev/sda

/dev/sda:
 Timing O_DIRECT cached reads:   372 MB in  2.01 seconds = 185.49 MB/sec
 Timing O_DIRECT disk reads: 664 MB in  3.00 seconds = 221.23 MB/sec

#17 Le 27/09/2018, à 17:58

uboops

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Bonsoir, Oui, mais moi j'ai un vieux coucou (mon eepc), il met 5 minutes (mais le repository est très fourni sous MX, ça vient de là aussi)

inxi -v 2 -m --cpu --admin
System:    Host: eepc Kernel: 4.18.9 i686 bits: 32 Desktop: Xfce 4.12.3 
           Distro: MX-17.1_386 Horizon March 12  2017 
Machine:   Type: Laptop System: MICRO-STAR product: MS-N033 v: Ver.001 serial: FFFFFFFF 
           Mobo: MICRO-STAR model: U-123 v: Ver.001 serial: FFFFFFFF BIOS: American Megatrends v: 4.6.3 
           date: 05/06/2010 
Battery:   ID-1: BAT1 charge: 50.5 Wh condition: 52.5/57.7 Wh (91%) 
Memory:    Array-1: capacity: 4 GiB slots: 2 EC: None 
           Device-1: DIMM0 size: 2 GiB speed: Unknown 
           Device-2: DIMM1 size: No Module Installed 
CPU:       Topology: Single Core model: Intel Atom N280 bits: 32 type: MT family: 6 model-id: 1C (28) 
           stepping: 2 microcode: 218 L2 cache: 512 KiB 
           Speed: 1280 MHz min/max: 1000/1667 MHz Core speeds (MHz): 1: 1109 2: 1097 
           flags: nx pae sse sse2 sse3 ssse3 bogomips: 6667 
           Vulnerabilities: Type: l1tf status: Not affected 
           Type: meltdown status: Not affected 
           Type: spec_store_bypass status: Not affected 
           Type: spectre_v1 status: Not affected 
           Type: spectre_v2 status: Not affected 
Graphics:  Device-1: Intel Mobile 945GSE Express Integrated Graphics driver: i915 v: kernel 
           Display: server: X.Org 1.19.2 driver: intel unloaded: fbdev,modesetting,vesa 
           resolution: 1024x600~60Hz 
           OpenGL: renderer: Mesa DRI Intel 945GME x86/MMX/SSE2 v: 2.1 Mesa 13.0.6 
Network:   Device-1: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet driver: r8169 
           Device-2: Qualcomm Atheros AR928X Wireless Network Adapter driver: ath9k 
Drives:    Local Storage: total: 465.76 GiB used: 85.77 GiB (18.4%) 
Info:      Processes: 184 Uptime: 3h 02m Memory: 1.96 GiB used: 1.15 GiB (58.6%) Shell: bash inxi: 3.0.24 

Dernière modification par uboops (Le 27/09/2018, à 18:36)


“Au lieu de faire que ce qui fût juste fût fort, on a fait que ce qui fût fort fût juste.” (Blaise Pascal).

Hors ligne

#18 Le 27/09/2018, à 20:49

Compte supprimé

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Ah, moi j'ai dû acheter mon PC vers 2006 et je le tiens plus ou moins à jour.

inxi -v 5 -m -Cx
System:    Host: LibraZiK Kernel: 4.9.0-8-rt-amd64 x86_64 (64 bit gcc: 6.3.0)
           Desktop: Xfce 4.12.3 (Gtk 2.24.30) dm: lightdm Distro: Debian GNU/Linux 9 (stretch)
Machine:   Device: desktop Mobo: Gigabyte model: G41MT-S2PT BIOS: Award v: FA date: 08/03/2011
CPU:       Quad core Intel Xeon E5450 (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 ssse3 vmx) bmips: 24000
           clock speeds: min/max: 2000/3000 MHz 1: 3000 MHz 2: 3000 MHz 3: 3000 MHz 4: 3000 MHz
Memory:    Array-1 capacity: 32 GB (check) devices: 4 EC: None max module size: 4 GB (est)
           Device-1: A0 size: 4 GB (Single-bank) speed: 400 MHz type: N/A
           manufacturer: N/A part: N/A serial: N/A
           Device-2: A1 size: No Module Installed type: N/A
           Device-3: A2 size: 4 GB (Single-bank) speed: 400 MHz type: N/A
           manufacturer: N/A part: N/A serial: N/A
           Device-4: A3 size: No Module Installed type: N/A
Graphics:  Card: Advanced Micro Devices [AMD/ATI] RV710 [Radeon HD 4350/4550] bus-ID: 01:00.0 chip-ID: 1002:954f
           Display Server: X.org 1.19.2 drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
           tty size: 132x41 Advanced Data: N/A for root
Audio:     Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
           driver: snd_hda_intel bus-ID: 01:00.1 chip-ID: 1002:aa38
           Card-2 Intel NM10/ICH7 Family High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0 chip-ID: 8086:27d8
           Card-3 Guillemot driver: USB Audio usb-ID: 002-006 chip-ID: 06f8:b111
           Sound: Advanced Linux Sound Architecture v: k4.9.0-8-rt-amd64
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: be00 bus-ID: 03:00.0 chip-ID: 10ec:8168
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: 50:e5:49:a7:97:d6
Drives:    HDD Total Size: 4250.9GB (74.1% used)
           ID-1: /dev/sda model: CT250MX500SSD1 size: 250.1GB serial: 1748E1072F0D temp: 42C
           ID-2: /dev/sdb model: ST3500320AS size: 500.1GB serial: 9QM3T3LH temp: 30C
           ID-3: /dev/sdc model: WDC_WD5000AAJS size: 500.1GB serial: WD-WCAPW0271055 temp: 0C
           ID-4: USB /dev/sdd model: Expansion_Desk size: 3000.6GB serial: NA4KX31S-0:0 temp: 0C
           Optical: /dev/sr0 model: TSST CDDVDW SH-S202J rev: SB01 dev-links: cdrom,cdrw,dvd,dvdrw
Partition: ID-1: / size: 40G used: 22G (59%) fs: ext4 dev: /dev/sda1
           label: racine uuid: efcff813-6b8a-4c05-94d1-1d987954218e
           ID-2: /home size: 181G used: 157G (92%) fs: ext4 dev: /dev/sda3
           label: home uuid: 3fc4ddb3-a86c-4840-8c17-8b4870979daa
           ID-3: swap-1 size: 8.59GB used: 0.00GB (0%) fs: swap dev: /dev/sda2
           label: N/A uuid: 9921cbde-3663-4f09-a11c-4b08cb9d5d41
RAID:      System: supported: raid1 linear multipath raid0 raid6 raid5 raid4 raid10
           Device-1: /dev/md9 - active (auto-read-only) components: online: sdc6[1] sdb6[0]
           Info: raid: 1 report: 2/2 UU blocks: 30075832 chunk size: N/A super blocks: 1.2
           Device-2: /dev/md7 - active (auto-read-only) components: online: sdb5[0] sdc5[2]
           Info: raid: 1 report: 2/2 UU blocks: 437778091 chunk size: N/A super blocks: 1.2
           Device-3: /dev/md10 - active (auto-read-only) components: online: sdc7[1] sdb7[0]
           Info: raid: 1 report: 2/2 UU blocks: 19547064 chunk size: N/A super blocks: 1.2
           Device-4: /dev/md8 - active (auto-read-only) components: online: sdc1[1] sdb1[0]
           Info: raid: 1 report: 2/2 UU blocks: 975860 chunk size: N/A super blocks: 1.2
           Unused Devices: none
Sensors:   System Temperatures: cpu: 57.0C mobo: N/A gpu: 58.0
           Fan Speeds (in rpm): cpu: 758 fan-2: 0
Info:      Processes: 280 Uptime: 8 days Memory: 2579.2/7984.9MB Init: systemd v: 232 runlevel: 5 Gcc sys: 6.3.0
           Client: Shell (bash 4.4.121 running in xfce4-terminal) inxi: 2.3.5 

#19 Le 27/09/2018, à 21:39

uboops

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

bmips: 24000, c'est ce que j'ai sur mon PC de bureau aussi (c'estbien mieux que les 6667 eepc ;-)
Pour l'eepc, je vais surement finir par fait ça.

sudo apt-get remove apt-xapian-index

Bonne soirée à vous.


“Au lieu de faire que ce qui fût juste fût fort, on a fait que ce qui fût fort fût juste.” (Blaise Pascal).

Hors ligne

#20 Le 28/09/2018, à 05:21

moko138

Re : Eviter que update-apt-xapian-index monopolise toutes les ressources

Il y a 2 bonnes solutions, selon les goûts :

  ou la désinstallation, radicale
(mes pc marchent très bien sans apt-xapian-index) ;

  ou la désactivation,
qui permet le lancement manuel de la commande de grandtoubab :

sudo update-apt-xapian-index --verbose --force

quand ça ne dérange pas (avant un repas, avant l'extinction ou autre).


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne