A wireshark inspired ncurses-style command line interface for Linkerd tap.
Requires Linkerd 2.10.0 with the Viz extension installed.
- Build linkerd-tapshark:
go build -o linkerd-tapshark ./main.go
- Move the binary onto your PATH:
mv linkerd-tapshark ~/.linkerd2/bin/
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.