Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Chrome
- bash
- Shell
- Linux
- 파이썬
- audit
- RHEL
- yum
- 크롬
- Audit Log
- Python
- PostgreSQL
- 서울시민카드
- K8S
- GPU
- rsyslog
- Kubernetes
- CentOS
- JSON
- 빅데이터
- syslog
- docker
- log
- zabbix
- Elasticsearch
- 디렉토리
- GNOME
- centos 7.5
- Elk
- C
Archives
- Today
- Total
Sysops Notepad
[Python] Jupyter 메모리 사용률 확인 본문
728x90
[bash shell]
pip install memory_profiler
[Jupyter]
!pip install memory_profiler
%load_ext memory_profiler # Jupyter 외장 모듈 호출
%memit # 메모리 사용량 확인
peak memory: 88.88 MiB, increment: 0.08 MiB
728x90
'업무 > dev' 카테고리의 다른 글
[Python] 파이썬 람다(lambda) 간단한 사용법 (0) | 2019.02.20 |
---|---|
[Python] 파이썬 *args,**kwargs 의미 (Asterisk(*)) (0) | 2019.02.20 |
[Python] base64 인코딩/디코팅 하는법 (0) | 2019.02.15 |
[bash] for문 사용법 (0) | 2019.02.11 |
[Python] fluent-logger-python (0) | 2019.01.25 |
Comments