Sindbad~EG File Manager

Current Path : /proc/2714585/root/usr/share/systemtap/examples/io/
Upload File :
Current File : //proc/2714585/root/usr/share/systemtap/examples/io/slowvfs.stp

#!/usr/bin/stap

# minimum number of microseconds to print at
# override with  -G sloth=NNN
global sloth = 50
      
probe vfs.open.return {
  time = gettimeofday_us()-@entry(gettimeofday_us())
  if (time >= sloth)
    printf("%s[%d] %d %s\n", execname(), tid(), time, pathname)
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists