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 | 29 |
30 | 31 |
Tags
- reactive
- r
- Elk
- Linux
- javascript
- network
- AWS
- github
- git
- cache
- mongodb
- nodejs
- mybatis
- Java
- ajax
- redis
- 데이터통신
- socket
- 네트워크
- Heap
- NoSQL
- effective
- HTTP
- Lombok
- Static
- spring
- libuv
- reactor
- VCS
- html
Archives
- Today
- Total
목록v8_inspector (1)
빨간색코딩
참조문서https://nodejs.org/ko/docs/guides/simple-profiling/https://nodejs.org/api/debugger.html#debugger_v8_inspector_integration_for_node_js node에서 힙덤프 뜨기, CPU프로파일링 등을 하려면 몇가지 방법이 있지만, 이게 제일 쉽고 편한 것 같다.1. 디버거 붙이기node --inspect 소스명.js로 실행한다. 그러면 아래와 같이 나온다chrome-devtools://devtools/remote/serve_file/@11cd6e111b9f111d1111f5bf532f6aec5f1111111/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9..
node.js
2017. 8. 4. 15:52