반응형
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
- 생각일기
- 트러블슈팅
- 주간회고
- MongoDB
- 피드백
- javascript
- nest.js
- 생각정리
- 네트워크
- array
- 리눅스
- Java
- 자바스크립트
- 회고
- react
- 알고리즘
- mongoose
- Git
- 코테
- CS
- Grafana
- next.js
- js
- mysql
- mongo
- WIL
- til
- 생각로그
- 기록
- typescript
Archives
- Today
- Total
코딩일상
PM2 stop/ kill 하는법 본문
반응형
포트 제거 하는법
1안
pm2 list
pm2 stop processA
pm2 delete processA
pm2 kill
2안
sudo pkill -f pm2
레퍼런스
How to kill the pm2 --no-daemon process
I'm using pm2 as the process manager of Node.js. In many cases, I think I will run it as a daemon process, but if you use it locally as debugging, I think that there are times when you use the --no-
stackoverflow.com
[NodeJS] pm2 를 통하여 NodeJS 프로세스 관리하기
PM2는 P(Process) M(Manager) 2로 NodeJS 프로세서를 관리해주는 역할을 합니다. PM2는 앱이 계속 살아 있을 수 있도록 도와주는 역할을 하고 프로그램의 다운 없이 다시 로드 할 수 있도록 해주는 등의 역
www.deok.me
반응형
'기록 > Troubleshooting' 카테고리의 다른 글
Console Ninja 설치 후 발생한 에러 (0) | 2023.02.17 |
---|---|
[오류 해결] CastError: Cast to ObjectId failed for value "값" at path "_id" for model "모델명" (0) | 2022.08.02 |
코드 오류[Function: getDay] (0) | 2022.07.16 |
오류해결 Indicate whether to send a cookie in a cross-site request by specifying its SameSit(로그아웃 쿠키 제거) (0) | 2022.07.13 |
mac에서 home brew 에러 발생시 (zsh: command not found: brew)(22.07.08) (0) | 2022.07.08 |
Comments