Outils pour utilisateurs

Outils du site


internetconnexiontroubleshoot

Test de stabilité

  1. Faire un test de ping sur 24h en filaire et en wifi de manière synchronisée pour identifier si le problème vient du système wifi (Access Point) ou de la connexion internet (Internet Access Device).

Assuming that the list of host names is called hostlist and the CSV file is pings.csv :

while read -r h; do ping -c 10 $h; done<hostlist |  awk 'BEGIN{printf "host,min,avg,max\n"} /PING/{host=$2};  $1=="rtt"{split($4,a,"/");printf "%s,%s,%s,%s\n",host,a[1],a[2],a[3]}'  > pings.csv

Interférence Wifi

  1. Vérifier avec un outil d'analyse Wifi que les chaines Wifi sont bien distinctes entre les réseaux des voisins et le notre
internetconnexiontroubleshoot.txt · Dernière modification : 11/01/2022 11:02 de wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki