This is not the latest version
This documentation is not for the latest version of Linkerd. You may want the Linkerd 2.10 (current) documentation instead.

top

Display sorted information about live traffic on a per-route basis.

Examples

# display traffic for the web deployment in the default namespace
linkerd top deploy/web

# display traffic for the web-dlbvj pod in the default namespace
linkerd top pod/web-dlbvj

Flags

FlagUsage
--authorityDisplay requests with this :authority
--hide-sourcesHide the source column
--max-rpsMaximum requests per second to tap.
--methodDisplay requests with this HTTP method
--namespace
-n
Namespace of the specified resource
--pathDisplay requests with paths that start with this prefix
--routesDisplay data per route instead of per path
--schemeDisplay requests with this scheme
--toDisplay requests to this resource
--to-namespaceSets the namespace used to lookup the “–to” resource; by default the current “–namespace” is used