Skip to content

brk0v/systemtap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Systemtap scripts

page_faults_file.stp

Print out pathes to mmap files, that cause major page faults.

Useful in cases when you're looking for files for warm up in a memory before start (eg mongodb files, kioto cabinet, homebrew data base).

Using with custom command:

stap ./page_faults_file.stp -c 'firefox'

using with running app with PID:

stap ./page_faults_file.stp -x 2412

About

systemtap scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published