Skip to content

Commit 632dfd4

Browse files
committed
Update README
1 parent 37ecbee commit 632dfd4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,23 @@ $ builder-playground cook l1 --latest-fork --output ~/my-builder-testnet --genes
6868

6969
To stop the playground, press `Ctrl+C`.
7070

71+
## Inspect
72+
73+
Builder-playground supports inspecting the connection of a service to a specific port.
74+
75+
```bash
76+
$ builder-playground inspect <service> <port>
77+
```
78+
79+
Example:
80+
81+
```bash
82+
$ builder-playground cook opstack
83+
$ builder-playground inspect op-geth authrpc
84+
```
85+
86+
This command starts a `tcpflow` container in the same network interface as the service and captures the traffic to the specified port.
87+
7188
## Internals
7289

7390
### Execution Flow

0 commit comments

Comments
 (0)