netdata / netdata/kernel-collector
Run queue latency
Open
@thiagoftsm is already working on this.
Since Jan 31, 2021.
ebpf-mteam
- Dominant language
- C
- Stars
- 67
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
This is the first eBPF program related to latency, the main goal of this eBPF program is to measure the server workload.
It is also useful to select the correct priority of the processes running.
To bring this feature, we will attach kprobes for:
- ttwu_do_wakeup
- wake_up_new_task
- finish_task_switch
We will store information using histograms, the bins of the histograms will define the number of times that a process ran during an interval of time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.