Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 774 Bytes

tapshark

A wireshark inspired ncurses-style command line interface for Linkerd tap.

Screenshot

Requirements

Requires Linkerd 2.10.0 with the Viz extension installed.

Building

  1. Build linkerd-tapshark: go build -o linkerd-tapshark ./main.go
  2. Move the binary onto your PATH: mv linkerd-tapshark ~/.linkerd2/bin/

Usage

linkerd tapshark

Tapshark accepts the same flags as linkerd tap.

Use the arrow keys the browse requests. Press enter to see details for the selected request. Press tab to switch focus between the top and bottom pane. Ctrl-c to exit.