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 |
Tags
- java
- session manager
- algorithm
- haproxy
- Process monitoring
- heapq
- 프로그래머스
- linuxr계정설정
- binarysearch
- Jenkins
- Jenkinspipeline
- JWT
- terraform
- terraform 기본개념
- PrivateSubnet
- terraform main commands
- Python
- terraform backend
- terraform variable
- SELinux비활성화
- terraform 설치
- Docker
- ec2
- 인텔리제이
- lsof
- s3
- Mac
- 이진탐색
- endpoint
- Timezon설정
Archives
- Today
- Total
목록lsof (1)
MONG 기술블로그
오늘은 Linux 프로세스 모니터링 할때 많이 사용하는 도구에 알아보고 간단하게 사용법을 익혀보자. 1. ps ( Process Status ) 2. top ( Table Of Processes ) 3. lsof ( LiSt Open Files ) ■ PS ( Process Status ) ps 명령어는 현재 실행중인 프로세스 목록과 상태를 확인할 때 사용한다. 사용방법 : ps [option] 예를들어 아래와 같은 옵션을 사용하여 다양하게 사용할 수 있다. Command Option Example description ps -ef ps -ef 현재 실행중인 프로세스 전체 확인 ps -elf ps -elf 현재 실행중인 프로세스 전체 확인 + `-l` ( long format으로 짤림 방지 ) ps au..
AWS/EC2
2022. 3. 27. 00:25