You are on page 1of 1

Tabjolt: plan, test and tune

Tabmon: Monitor

Scout :

Un outil d'exploration qui capture des métriques de performances à travers tous les classeurs sur
Tableau Desktop et Tableau Server. Voici quelques manières dont vous pouvez utiliser Scout :

 Repérer les classeurs lents sur Tableau Server.


 Vérifier les améliorations des performances ou les régressions après des changements de
configuration ou de topologie du serveur.
 Vérifier que les classeurs et les tableaux de bord se chargent correctement après une mise à
niveau à une nouvelle version de Tableau Server.
 Vérifier que les classeurs fonctionnent toujours correctement après des modifications
apportées à la source de données.

https://community.tableau.com/s/question/0D54T00000G54CPSAZ/getting-started-scout

Logshark: Troubleshoot

https://help.tableau.com/current/server/fr-fr/perf_resources.htm

Différence entre Tabjolt et Scout :

Scout is a user perceived performance test tool (it executes user actions as if a real user would have
executed them) and measure the timing of these actions. It's one thread, one user, no additional load
is being put on the server other than this user that it's running as.

TabJolt is a different way of performance testing tool, where it generates load on the server by
executing multiple threads, each of them making requests to the server as if multiple users would be
executing scenarios. The result is that TabJolt measures the throughput of the server while under
load.

Another difference is that TabJolt does all the execution UI-less (no render, no JavaScript execution is
recorded), while Scout executes the scenarios with full UI, adding rendering time and JavaScript
execution as part of the measurement.

You might also like