태그:

리눅스에서 프로그램이 사용한 메모리 확인하기

(/usr/bin/time -v ls) 2>&1 | awk '/Minor/{printf "%d bytes\n", $NF * 4 * 1024}'

참고문헌

이 칸을 비워 두세요.