Ionice

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 }}