March 2020
Intermediate to advanced
626 pages
14h 45m
English
The Linkerd CLI has a top function, which works similarly to the top command. It shows the current top query for the number of executions, latency time, and success rate. To understand this better, let's look at an example of all the queries coming from deployments in the emojivoto namespace:
$ linkerd top deployment --namespace emojivoto --hide-sources
This results in the following output:

The preceding CLI gives us immediate insight into an application. Now, it is possible to focus on routes that show a success rate of less than 100%. The latency for the 50, 90, and 99 percentiles, coupled with the highest number of executions, ...
Read now
Unlock full access