메모리 프로파일러
메모리 프로파일러 프로그램에 대한 명령 줄 참조 정보입니다.
설치
$ curl -L https://github.com/koute/memory-profiler/releases/download/0.6.1/memory-profiler-x86_64-unknown-linux-gnu.tgz -o memory-profiler-x86_64-unknown-linux-gnu.tgz
$ tar -xf memory-profiler-x86_64-unknown-linux-gnu.tgz$ git clone https://github.com/koute/memory-profiler
$ cd memory-profiler
$ cargo build --release -p memory-profiler
$ cargo build --release -p memory-profiler-cli명령 줄에서 프로파일링이 활성화된 노드 시작
원격 프로파일링이 활성화된 노드 시작
프로파일러 구성
분석

기타 팁
Last updated