Friday, April 13, 2012

tracking open files

goodies from techop folks: "strace -f -p `ps aux|grep tomcat|grep -v grep|awk '{print $2}'` 2>&1|grep -i my_bloody_property"

No comments:

Post a Comment