분류 전체보기49 Mac 에서 eclipse home 폴더 확인 힙덤프 볼일이 있어서 이클립스 설치 mac에서 zip 파일로 내려 받은 경우가 아닌 homebrew를 통해서 이클립스를 설치했는데, max메모리를 설정하려니까 Eclipse home 디렉토리가 어딨는지를 모르겠더라는... 구글링 해보니 아래와 같이 하면 된다. '파인더 > applications > 이클립스 오른쪽 클릭 > 패키지보기' 하면 eclipse 홈이 나온당.. 메모리 설정은 eclipse.ini 을 수정 하면 된다. 2022. 4. 27. 성능 관련유용한 리눅스 명령어 실시간 트래픽 확인 하기 iftop -eth1 트래픽 grep sudo netstat -nap |grep [ip or port] top # 30초 간격으로 출력 top -b -d 30 # cpu 점유율 높은 순 10초 마다 top -b -d 10 -b | grep "load average" -A 15 # 메모리 높은 순 * Top -b -o +%MEM | head -n 22 원격에서 파일 다운받기 scp userid@[ip|hostname] 2022. 4. 27. 쓰레드, 힙덤프 생성 java ps jps -v cpu 점유 높은 쓰레드 찾기 ps -eLo pid,lwp,pcpu,vsz,comm | grep [pid] 쓰레드 덤프 jstack pid > filename 힙덤프 map -dump:format=b, file= 2022. 4. 27. pinpoint - application name, agent id 삭제 하기 pinpoint에서 Application Name 삭제하기 /admin/removeApplicationName.pinpoint?applicationName=$APPLICATION_NAME&password=$PASSWORD Agent ID 삭제하기 /admin/removeAgentId.pinpoint?applicationName=$APPLICATION_NAME&agentId=$AGENT_ID&password=$PASSWORD 2021. 12. 8. 이전 1 ··· 7 8 9 10 11 12 13 다음