← Documents Documentation/ABI/testing/sysfs-cfq-target-latency GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

CFQ target latency sysfs ABI

CFQ scheduler 선택 시 제공되는 예상 target latency와 task별 time slice 계산 용도를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-cfq-target-latency
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Scheduler-specific latency policy

sysfs-cfq-target-latency:1-8

Block device scheduler가 cfq일 때만 나타나며 각 task의 time slice 산정 기준이 됩니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/block/<device>/iosched/target_latency
2 Date: March 2012
3 contact: Tao Ma <[email protected]>
4 Description:
5 The /sys/block/<device>/iosched/target_latency only exists
6 when the user sets cfq to /sys/block/<device>/scheduler.
7 It contains an estimated latency time for the cfq. cfq will
8 use it to calculate the time slice used for every task.
9

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

CFQ 예상 target latency

1-8
항목한국어 전문 번역
What/sys/block/<device>/iosched/target_latency
Date2012년 3월
ContactTao Ma <[email protected]>
Description/sys/block/<device>/scheduler에 cfq를 설정했을 때만 이 속성이 존재합니다. CFQ의 예상 latency 시간을 담으며 CFQ는 이를 사용해 각 task에 사용할 time slice를 계산합니다.