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
Flag | Usage |
---|---|
--authority | Display requests with this :authority |
--hide-sources | Hide the source column |
--max-rps | Maximum requests per second to tap. |
--method | Display requests with this HTTP method |
--namespace -n | Namespace of the specified resource |
--path | Display requests with paths that start with this prefix |
--routes | Display data per route instead of per path |
--scheme | Display requests with this scheme |
--to | Display requests to this resource |
--to-namespace | Sets the namespace used to lookup the “–to” resource; by default the current “–namespace” is used |