sysstat

페이지 정보

작성자 조희승 댓글 0건 조회 6,198회 작성일 12-08-17 15:23

본문

static compile
다운로드하고 configure
./configure CC=/root/project/android/sv210/arm-2009q3/bin/arm-none-linux-gnueabi-gcc CXX=/root/project/android/sv210/arm-2009q3/bin/arm-none-linux-gnueabi-g++ --host=arm-linux --target=arm-linux -enable-static -disable-shared --prefix=/usr/local
vi Makefile 해서
LFLAGS = -s -static
을 추가해 준다.
특정 process의 cpu mem 사용량 보기
pidstat -u -r -C xend
전체 cpu 사용량
mpstat
전체 memory 사용량은 그냥 free로 보거나 /proc/meminfo

댓글목록

등록된 댓글이 없습니다.