ls -l /proc/*/fd/ | awk '{print $10}' | sed '/^$/d' |wc -l
ls -l /proc/*/path/ | awk '{print $11}' | sed '/^$/d' | grep '/u/app/' | sort | uniq