プロセスが開いているファイルのリストなどを見る
lsofを使う
code:remote.sh
# プロセスIDで表示
lsof -p $PID
# ユーザで表示
lsof -u isucon
#調査