Skip to content

adleong/tapshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages