Skip to content

Commit

Permalink
nv_ebpf: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed May 7, 2024
1 parent f148800 commit 7399504
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/collectors/network-viewer.plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ required:

```
[plugin:network-viewer]
# update every = 1
command options = ebpf
```

Expand All @@ -51,10 +50,17 @@ You can further customize the collection level by specifying the desired option

```
[plugin:network-viewer]
# update every = 1
command options = ebpf apps-level 1
```

The accepted values are as follows:
- 0: Group data under the real parent
- 1: Group data under the parent.

Lastly, you have the option to personalize whether the plugin will display data per parent PID,
which is the default behavior, or utilize per-thread information by enabling the `use-pid` option:

```
[plugin:network-viewer]
command options = ebpf apps-level 1 use-pid
```

0 comments on commit 7399504

Please sign in to comment.