Ionice

WikiPo (토론 | 기여)님의 2020년 6월 9일 (화) 10:32 판 (새 문서: ==개요== ;ionice ;ionice ; * ionice - set or get process I/O scheduling class and priority * IO 우선순위 설정 명령. ==예제== <source lang='bash'> ionice -c 3 -p 89 </sour...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

ionice
ionice
  • ionice - set or get process I/O scheduling class and priority
  • IO 우선순위 설정 명령.

2 예제[ | ]

ionice -c 3 -p 89

Sets process with PID 89 as an idle I/O process.

ionice -c 2 -n 0 bash

Runs 'bash' as a best-effort program with highest priority.

 ionice -p 89 91

Prints the class and priority of the processes with PID 89 and 91.

3 같이 보기[ | ]

4 참고[ | ]

X

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}