====== Utils: Profile (프로파일링, 성능검사, 모니터링) ====== ==== python profile ==== * [[https://docs.python.org/ko/3/library/profile.html|python 프로파일러]] * https://jh-bk.tistory.com/18 ==== py-spy ==== * https://github.com/benfred/py-spy ==== Psutil ==== * https://pypi.python.org/pypi/psutil ==== nvtop ==== * https://github.com/Syllo/nvtop ==== Glances ==== * https://github.com/nicolargo/glances ==== Memory ==== * python으로 memory 사용량 측정 * https://innovation.alteryx.com/how-to-troubleshoot-memory-problems-in-python/ * https://gist.github.com/piskvorky/80b50260a31da75320744fce80712cc6 * https://medium.com/survata-engineering-blog/monitoring-memory-usage-of-a-running-python-program-49f027e3d1ba {{tag>python rust debug 디버그 profile 프로파일링 모니터링 }}