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
- slab
- multiqueue
- commit
- blk-mq
- page
- memory
- allocator
- Linux
- slowpath
- vm_area_struct
- NDK
- Apache
- proc
- devicedriver
- kmalloc
- kafka
- lruvec
- Android
- spinlock
- BLOCK
- pmap
- Network
- Kernel
- buddy_system
- mm_struct
- slub
- strex
- vmalloc
- fastpath
- 카프카
Archives
- Today
- Total
목록procfs (1)
Art of Pr0gr4m
[Linux Kernel 5] proc & seq_file
procfs는 Process File System을 줄인 것으로, Processes as Files의 의미이다 커널 및 디바이스 정보 (시스템 정보)를 유저 스페이스에 제공하기 위해 사용된다 ls /proc 으로 리스팅 해보면 다음과 같이 여러 파일 및 디렉토리가 있다 각 파일과 디렉토리가 의미하는건 다음 링크들을 참고한다 https://ko.wikipedia.org/wiki/Procfs procfs - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 둘러보기로 가기 검색하러 가기 proc 파일시스템 (procfs)은 유닉스 계열 운영 체제에서 프로세스와 다른 시스템 정보를 계층적 파일 구조 같은 형식으로 보여주는 특별한 파일시스템으로서, 전통적인 트레이싱 방식이나 커널 메모리로의 간접..
IT/Linux Kernel
2020. 5. 2. 18:11