Posts by Category

Deep_Dive_into_Basic

Python underscore

1 minute read

참고 https://hackernoon.com/understanding-the-underscore-of-python-309d1a029edc Python 기준 버전 3.6.6

About Python Code Object

1 minute read

참고 https://stackoverflow.com/questions/33683217/python-code-type-flags https://www.slideshare.net/daykim7/pyconkr-2018-deep-dive-into-coroutine-110194978/...

About Python Byte Codes

1 minute read

참고 https://opensource.com/article/18/4/introduction-python-bytecode Python 기준 버전 3.7.0 Python Bytecode Python은 기본적으로 인터프리터 언어지만,

About Python fstring

1 minute read

Reference https://docs.python.org/3.7/reference/lexical_analysis.html#f-strings Python 기준 버전 3.7.0 Python fstring Python 3.6 에 추가된 기능으로써, 기존의 .format...

Programming-Tips

Billions of sessions

1 minute read

참고 http://docs.likejazz.com/time-wait/#time_wait https://vincent.bernat.ch/en/blog/2014-tcp-time-wait-state-linux

Python-Modules

Python Building exe

3 minute read

참고 https://pyinstaller.readthedocs.io Python 기준 버전 3.6.6

Python_PEP

About Python docstring

1 minute read

Reference https://www.python.org/dev/peps/pep-0257/ Python 기준 버전 3.7.0

About Python Type Hint

less than 1 minute read

Reference https://www.python.org/dev/peps/pep-0484/ Python 기준 버전 3.7.0 Python Type Hint

Simple-Online-Tip

Python Simple Tip DateFormat

less than 1 minute read

참고 https://stackoverflow.com/questions/2158347/how-do-i-turn-a-python-datetime-into-a-string-with-readable-format-date Python 기준 버전 3.7.0

VMcollection

VM guest API with Python

less than 1 minute read

intro 저번 포스팅과 이어서 VM guest 의 정보(CPU, Memory, HardDisk 사용량 등) 을 가져올수 있도록 여러가지를 찾아 보았습니다.

VM esxi guest performance collect

3 minute read

intro 내부적으로 수행하는 프로젝트에서 우연히 VM 내부 게스트의 CPU, Memory, Disk 등을 수집하는 프로젝트를 맡게 되었습니다.

elasticsearch

Elasticsearch Date Query

less than 1 minute read

참고 https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html Elasticsearch 6.4

kudu

Kudu 10 million insert test

2 minute read

intro 회사의 프로젝트로 KUDU 로 이것저것 테스트를 하다가 1000만건을 KUDU 에 insert 할때 걸리는 시간을 측정하는 일을 하게 되었습니다.

Kudu Vm Error

1 minute read

intro 회사의 프로젝트로 KUDU 로 여러가지 테스트를 위하여 뒤적거리다가 완전히 설치된 KUDU 가 깔려있는 서버를 4개 복제하였을 경우 Tablet Server 가 정상적으로 연결되지 않는것을 확인하였습니다.

open-source

Mesos Marathon 사용기 및 Spark 주의점

1 minute read

intro Mesos-Marathon(이하 마라톤) 환경을 실제 서비스중인 환경에 적용할 일이 있어 실 환경에서 적용하면서 있던 일들을 적어보려 합니다.

mesos marathon

1 minute read

참고 https://www.slideshare.net/AhmedBACHA1/cloud-infrastructure-on-apache-mesos http://devbv.com/2017/04/12/mesos/