Skip to content

Commit

Permalink
Merge pull request #1033 from hodgesds/developer-doc-update
Browse files Browse the repository at this point in the history
docs: Add bpftop to developer guide
  • Loading branch information
hodgesds authored Dec 3, 2024
2 parents b7ceb29 + f6d250f commit be5db9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ language for BPF. When working with sched_ext `bpftrace` programs can be used
for understanding scheduler run queue latency as other scheduler internals. See
the `scripts` dir for examples.

### `bpftop`
[`bpftop`](https://github.com/Netflix/bpftop) is a top/htop like program that
provides an overview of bpf program usage. It shows period and total average
runtime for each eBPF program, which is useful in understanding each scheduler
subprogram.

### `stress-ng`
For generating synthetic load on a system
[`stress-ng`](https://github.com/ColinIanKing/stress-ng) can be used.
Expand Down

0 comments on commit be5db9d

Please sign in to comment.