Skip to content

athira-rajeev/sched-stats-bpf-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sched-stats-bpf-scripts

ebpf script to understand schedular strategey.

Uses tracepoint sched:sched_switch via TRACEPOINT_PROBE in bcc python script and uses same approach as in https://github.com/maddy-kerneldev/sched-stats-scripts. And outputs details like tid, pid, number of dispatches, affinity, %affinity along with count on same cache core (sc), big core(bc) and other core(oc) scheduling.

Usage: python sched-ebpf-script.py

Pre-requisite: Needs bcc and python-bcc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages