NICE명령으로 실행되고 있는 프로세스 우선순위 변경하기
***************nice적용으로 프로그램실행하기***********
nice - run a program with modified scheduling priority
SYNOPSIS(개략,개요)
nice [OPTION]... [COMMAND [ARG]...]
DESCRIPTION
Run COMMAND with an adjusted scheduling priority. With no
COMMAND, print the current scheduling priority. ADJUST is
10 by default. Range goes from -20 (highest priority) to
19 (lowest).
-ADJUST
increment priority by ADJUST first
-n, --adjustment=ADJUST
same as -ADJUST
--help display this help and exit
실사용예
nice --adjustment=-20 /usr/local/aw/aw-parser.pl
nice --adjustment=-20 /usr/local/aw/aw-report.pl
nice -20 /usr/local/aw/aw-report.pl
nice --help
***************nice적용으로 프로그램실행하기***********
nice - run a program with modified scheduling priority
SYNOPSIS(개략,개요)
nice [OPTION]... [COMMAND [ARG]...]
DESCRIPTION
Run COMMAND with an adjusted scheduling priority. With no
COMMAND, print the current scheduling priority. ADJUST is
10 by default. Range goes from -20 (highest priority) to
19 (lowest).
-ADJUST
increment priority by ADJUST first
-n, --adjustment=ADJUST
same as -ADJUST
--help display this help and exit
실사용예
nice --adjustment=-20 /usr/local/aw/aw-parser.pl
nice --adjustment=-20 /usr/local/aw/aw-report.pl
nice -20 /usr/local/aw/aw-report.pl
nice --help