반응형 프로그램...51 [WEB 개발자] WEB 개발 Roadmap [WEB 개발자] WEB 개발 RoadmapThis Picture Will Change the Way You Learn to Code당신의 코딩 학습 방식을 바꿀 사진위 블로그에서 그림을 퍼왔음. WEB개발시 참고할 Roadmap으로 최고인 듯. 2017. 10. 18. [Python] 파이썬 다운 생각 [Python] 파이썬 다운 생각"import this" [사전 작업]작업장 만들기 - 개인적으로 Cloude9에서 만들었음(https://c9.io)예제 소스 다운 - Github.com 가입은 필요 없음 git clone https://github.com/gilbutITbook/006764 [버전 체크]firstpw:~/workspace/python_coding $ alias py=python firstpw:~/workspace/python_coding $ py --version Python 2.7.6 firstpw:~/workspace/python_coding $ alias py3=python3 firstpw:~/workspace/python_coding $ py3 --version Python 3.. 2017. 10. 17. [메모리] Check List = [메모리] Check List . 배경 : 메모리 Leak등 각 종 메모리 관련 이슈가 발생했을 때 찾아볼 메모리 관련 정보들의 Super set이 필요했음.. 참고 : "LINUX PROC 관련된 내역 정리된 것" 이글루 = free . cmd> free total used free shared buffers cached Mem: 507072 305464 201608 0 0 211684 -/+ buffers/cache: 93780 413292 Swap: 0 0 0 = /proc/slabinfo : . cmd> cat /proc/slabinfo. 예제> cat /proc/slabinfo | tee /tmp/list.proc.slabinfosize-256(DMA) 0 0 256 15 1 : tunabl.. 2017. 9. 22. [Memory] 커널 메모리 관리 [Memory] 커널 메모리 관리- 메모리증가시 active anon이 매우 증가하여 active anon을 확인하기 위해서- 로그> OOM Killer 동작시 메모리 로그Mem-info: DMA per-cpu: CPU 0: hi: 186, btch: 31 usd: 162 CPU 1: hi: 186, btch: 31 usd: 181 active_anon:59862 inactive_anon:19 isolated_anon:0 active_file:0 inactive_file:0 isolated_file:0 unevictable:53189 dirty:0 writeback:0 unstable:0 free:2021 slab_reclaimable:686 slab_unreclaimable:4562 mapped:726.. 2017. 9. 19. 이전 1 ··· 4 5 6 7 8 9 10 ··· 13 다음 반응형