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