This is not the latest version of Linkerd!
This documentation is for an older version of Linkerd. In Linkerd 2.12 (current), this document no longer exists.

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