Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run queue latency #194

Open
thiagoftsm opened this issue Jan 31, 2021 · 0 comments
Open

Run queue latency #194

thiagoftsm opened this issue Jan 31, 2021 · 0 comments
Assignees
Labels
ebpf-mteam Label to classify issues related to eBPF plugin

Comments

@thiagoftsm
Copy link
Contributor

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.

@thiagoftsm thiagoftsm added the ebpf-mteam Label to classify issues related to eBPF plugin label Jan 31, 2021
@thiagoftsm thiagoftsm self-assigned this Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ebpf-mteam Label to classify issues related to eBPF plugin
Projects
None yet
Development

No branches or pull requests

1 participant