-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Leong <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# tapshark | ||
# tapshark | ||
|
||
A wireshark inspired ncurses-style command line interface for Linkerd tap. | ||
|
||
## Requirements | ||
|
||
Requires [Linkerd 2.10.0](https://github.com/linkerd/linkerd2/releases/tag/stable-2.10.0) | ||
with the [Viz extension](https://linkerd.io/2.10/getting-started/) installed. | ||
|
||
## Building | ||
|
||
1. Build linkerd-tapshark: `go build -o linkerd-tapshark ./main.go` | ||
1. Move the binary onto your PATH: `mv linkerd-tapshark ~/.linkerd2/bin/` | ||
|
||
## Usage | ||
|
||
``` | ||
linkerd tapshark | ||
``` | ||
|
||
Tapshark accepts the same flags as [linkerd tap](https://linkerd.io/2.10/reference/cli/viz/index.html#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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters