Skip to content

AlexZzz/ebpf-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebpf-tools

This repo contains some eBPF-based tools for tracing.

tracemcevent

This tool uses ras:mc_event tracepoint and prints EDAC errors.

make_request_lat

Summarizes generic_make_request() latency as a histogramm.

make_request_slower

Shows generic_make_request() calls which were slower than expected. Usefull to find out when kernel submits requests slowly. Possible reasons are: a lot of blk_mq_queue_freeze() calls or slow generic_make_request_checks().

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages