Skip to content

rite2nikhil/fblktrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fblktrace

The tool help report file system cache miss i/o block device using BPF tracing.

  1. Setup
sudo bash -c "printf \"deb http://http.us.debian.org/debian unstable main non-free contrib\ndeb-src http://http.us.debian.org/debian unstable main non-free contrib\" >> /etc/apt/sources.list"
sudo apt update 
sudo apt install bpfcc-tools -y
wget https://raw.githubusercontent.com/rite2nikhil/fblktrace/master/fblktrace.py
wget https://raw.githubusercontent.com/rite2nikhil/fblktrace/master/report.py
  1. Run FBLKTrace
timeout -k 20 10 sudo python ./fblktrace.py 2>&1 /dev/null >> /tmp/bpf_out
  1. Report
sudo python ./report.py /tmp/bpf_out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages