Total nb synchros : | {{ syncQueue.nbSyncs }} |
Du 1er coup : | {{ syncQueue.nbSyncsWithoutErrors }} |
Tentatives échouées : | {{ syncQueue.nbFailuresTotal + syncQueue.nbFailures }} |
Par type : | {{ syncQueue.nbFailuresByType[0] }}, {{ syncQueue.nbFailuresByType[1] }}, {{ syncQueue.nbFailuresByType[2] }}, {{ syncQueue.nbFailuresByType[3] }} |
Exceptions : | {{ syncQueue.nbExceptions }} |
Abandons : | {{ syncQueue.nbSyncAborted }} |
Tentatives en cours : | {{ syncQueue.nbFailures }} |
: | {{ now() | date: 'HH:mm:ss' }} |
Dernière tentative : |
{{ syncQueue.dateLastSyncAttempt | date: 'HH:mm:ss'}} (il y a {{ toFixed((now() - syncQueue.dateLastSyncAttempt) / 1000, 0) }}s) |
Dernière réussie : |
{{ syncQueue.dateLastSync | date: 'HH:mm:ss' }} (il y a {{ toFixed((now() - syncQueue.dateLastSync) / 1000, 0) }}s) |
Durée dernière synchro : |
{{ syncQueue.dateLastSync - syncQueue.dateLastSyncAttempt }} ms |
Dont exécution serveur : |
{{ toFixed(syncQueue.lastExecTime, 0) }} ms |
Montre détectée : | {{ syncQueue.watchWasOnline }} |
Montre connectée : | {{ syncQueue.watchWasIsline }} |
: | {{ lastPingEnd - lastPingStart }}ms {{ pingStatus }} |
: | {{ nbSoundTests }} fois |
: | |