linux command

nice

Linux Command – nice ใช้ในการจัดลำดับความสำคัญของ process

 

คำสั่ง

nice

$ nice
0

 

nice -n<number> <command>

$ nice -n13 curl www.google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.co.th/?gws_rd=cr&amp;ei=dUQRWciAKcH1vgTyhrr4AQ">here</A>.
</BODY></HTML>

 

โครงสร้างคำสั่ง

  nice [OPTION] [COMMAND [ARG]...]

 

รายละเอียด

เป็นคำสั่งที่ใช้ในการจัดลำดับความสำคัญของ process ซึ่งค่ายิ่งต่ำ(n) ยิ่งมี priority สูงและจะได้ cpu resource ไป process ก่อน ซึ่งค่า default อยู่ที่ 10

 

Option

 Mandatory arguments to long options are mandatory for short options too.

 -n, --adjustment=N
 add integer N to the niceness (default 10)

 --help display this help and exit

 --version
 output version information and exit

 

กลุ่มคำสั่ง

nice(2), renice(1)

 

Reference:

คำสั่ง Unix – Linux Command

Linux, Unix

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com

One Thought to “nice – Linux Command คำสั่งจัดลำดับความสำคัญของ process”

Leave a Reply