Skip to content

Commit

Permalink
update the readme after gRPC latest PR
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Mar 25, 2024
1 parent 278f9fa commit f58b119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This will also copy resources and oc commands to the `build` directory.
Simply run the following command to start capturing flows:

```bash
./build/oc-netobserv-flows
./oc/oc-netobserv-flows
```

![flows](./img/flow-table.png)
Expand All @@ -65,13 +65,13 @@ To stop capturing press Ctrl-C.
PCAP generated files are compatible with Wireshark

```bash
./build/oc-netobserv-packets <filters>
./oc/oc-netobserv-packets <filters>
```

For example:

```bash
./build/oc-netobserv-packets "tcp,8080"
./oc/oc-netobserv-packets "tcp,8080"
```

![packets](./img/packet-table.png)
Expand All @@ -84,7 +84,7 @@ To stop capturing press Ctrl-C.
The `cleanup` function will automatically remove the eBPF programs when the CLI exits. However you may need to run it manually if an error occurs.

```bash
./build/oc-netobserv-cleanup
./oc/oc-netobserv-cleanup
```

## Extending OpenShift CLI with plugin
Expand Down

0 comments on commit f58b119

Please sign in to comment.