Python underscore
참고 https://hackernoon.com/understanding-the-underscore-of-python-309d1a029edc Python 기준 버전 3.6.6
참고 https://hackernoon.com/understanding-the-underscore-of-python-309d1a029edc Python 기준 버전 3.6.6
참고 https://docs.python.org/3/tutorial/datastructures.html Python 기준 버전 3.7.0
참고 https://stackoverflow.com/questions/33683217/python-code-type-flags https://www.slideshare.net/daykim7/pyconkr-2018-deep-dive-into-coroutine-110194978/...
참고 https://opensource.com/article/18/4/introduction-python-bytecode Python 기준 버전 3.7.0 Python Bytecode Python은 기본적으로 인터프리터 언어지만,
Reference https://docs.python.org/3.7/reference/lexical_analysis.html#f-strings Python 기준 버전 3.7.0 Python fstring Python 3.6 에 추가된 기능으로써, 기존의 .format...
참고 http://docs.likejazz.com/time-wait/#time_wait https://vincent.bernat.ch/en/blog/2014-tcp-time-wait-state-linux
참고 https://pyinstaller.readthedocs.io Python 기준 버전 3.6.6
Reference https://www.python.org/dev/peps/pep-0257/ Python 기준 버전 3.7.0
Reference https://www.python.org/dev/peps/pep-0484/ Python 기준 버전 3.7.0 Python Type Hint
참고 https://stackoverflow.com/questions/2158347/how-do-i-turn-a-python-datetime-into-a-string-with-readable-format-date Python 기준 버전 3.7.0
intro 저번 포스팅과 이어서 VM guest 의 정보(CPU, Memory, HardDisk 사용량 등) 을 가져올수 있도록 여러가지를 찾아 보았습니다.
intro 내부적으로 수행하는 프로젝트에서 우연히 VM 내부 게스트의 CPU, Memory, Disk 등을 수집하는 프로젝트를 맡게 되었습니다.
참고 https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html Elasticsearch 6.4
intro 회사의 프로젝트로 KUDU 로 이것저것 테스트를 하다가 1000만건을 KUDU 에 insert 할때 걸리는 시간을 측정하는 일을 하게 되었습니다.
intro 회사의 프로젝트로 KUDU 로 여러가지 테스트를 위하여 뒤적거리다가 완전히 설치된 KUDU 가 깔려있는 서버를 4개 복제하였을 경우 Tablet Server 가 정상적으로 연결되지 않는것을 확인하였습니다.
Introduce Docker 여태까지 업무중 상당량은 사실 테스트 서버와 실서버의 환경이 달라(OS, Version, 라이브러리 참조 등) 생기는 문제를 해결해야 하는 경우가 많았습니다.
intro Mesos-Marathon(이하 마라톤) 환경을 실제 서비스중인 환경에 적용할 일이 있어 실 환경에서 적용하면서 있던 일들을 적어보려 합니다.
참고 https://www.slideshare.net/AhmedBACHA1/cloud-infrastructure-on-apache-mesos http://devbv.com/2017/04/12/mesos/