Anyone have any idea why apps are starting to search /proc/sys/vm?

Frank Ch. Eigler fche at redhat.com
Sun Oct 7 18:18:38 UTC 2012


dwalsh writes:

> [only the $subject]

# stap -e 'probe syscall.open { 
  if(substr(filename,0,5) == "/proc") { 
     println(pid(), " ", execname(), " ", filename) 
     print_ubacktrace()
  } }' -d /usr/lib*/libc-*.so

(Repeat with more -d /usr/bin/foo as stap advises.)

- FChE


More information about the devel mailing list