Server IP : 195.201.23.43 / Your IP : 3.15.164.218 Web Server : Apache System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 User : kdecoratie ( 1041) PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/usermin/proc/help/ |
Upload File : |
<header> IO 스케줄링 클래스 </header> 사용 가능한 옵션은 다음과 같습니다. <p><dl><dt> <b>게으른</b> <dd> 유휴 IO 우선 순위로 실행되는 프로그램은 정의 된 유예 기간 동안 다른 프로그램에서 디스크 io를 요청하지 않은 경우에만 디스크 시간을 얻습니다. 유휴 io 프로세스가 정상적인 시스템 활동에 미치는 영향은 0이어야합니다. 이 스케줄링 클래스는 우선 순위 인수를 갖지 않습니다. <p><li> <b>최고의 노력</b> <dd> 특정 IO 우선 순위를 요구하지 않은 프로세스의 기본 스케줄링 클래스입니다. 최선의 노력으로 동일한 프로그램이 라운드 로빈 방식으로 제공됩니다. <li> <b>실시간</b> <dd> RT 스케줄링 클래스는 시스템에서 진행중인 다른 작업에 관계없이 먼저 디스크에 액세스합니다. 따라서 RT 클래스는 다른 프로세스를 고갈시킬 수 있으므로주의해서 사용해야합니다. </dl><footer>Private