<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Meaning of NICE CPU in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936566#M112766</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This tells you that %utilization of CPU running the nice processes.&lt;BR /&gt;&lt;BR /&gt;Nice process is one that is being nice to other processes. This means, they run at a lower priority. To find out such processes do&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o "nice args" |awk '$1 &amp;gt; 20 {print $0}'&lt;BR /&gt;&lt;BR /&gt;There is a space before "ps".&lt;BR /&gt;&lt;BR /&gt;The default nice value is 20. &lt;BR /&gt;&lt;BR /&gt;The processes that started in background or through cron/at would have a higher nice values (lower priority).&lt;BR /&gt;&lt;BR /&gt;To change the nice value, you need to use 'renice' commmand. Look at the man page of renice.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Mar 2003 19:00:42 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-03-26T19:00:42Z</dc:date>
    <item>
      <title>Meaning of NICE CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936564#M112764</link>
      <description>Hello I would like to know when the CPU use the NICE CPU% that is showed in the top command:&lt;BR /&gt;&lt;BR /&gt;System: xxxxxxx                                       Wed Mar 26 15:05:03 2003&lt;BR /&gt;Load averages: 0.40, 0.39, 0.37&lt;BR /&gt;98 processes: 94 sleeping, 4 running&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0    0.45   6.6%  12.6%  28.1%  52.7%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 1    0.48  11.0%   9.0%  25.3%  54.7%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 2    0.28  16.6%  15.0%  18.8%  49.7%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg   0.40  11.4%  12.2%  24.2%  52.3%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 32148K (23292K) real, 39300K (27796K) virtual, 2109708K free  Page# 1/10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CPU TTY     PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt; 1 pts/tf  4821 movil2   152 20  6204K     0K run      0:00 57.07  2.78 java&lt;BR /&gt; 0 pts/ta 16430 movil2   158 20   720K   360K sleep 1269:54  1.73  1.73 movil_vu&lt;BR /&gt; 1   ?       33 root     152 20     0K     0K run    162:21  1.28  1.28 vxfsd&lt;BR /&gt; 1   ?      261 root     154 20    32K    40K sleep  421:15  0.55  0.55 syncer&lt;BR /&gt; 1 pts/ti 14143 movil2   178 20  2516K   500K run      0:01  0.15  0.15 top&lt;BR /&gt; 2   ?     1260 movil2   158 20   196K   228K sleep   57:20  0.11  0.11 ksh&lt;BR /&gt; 0   ?     1081 root     154 20   204K   276K sleep   44:10  0.10  0.10 pwgrd&lt;BR /&gt; 2   ?     4777 daemon   168 20   124K     0K sleep    0:00  0.99  0.09 rmail&lt;BR /&gt; 0   ?        1 root     168 20   400K   188K sleep   39:16  0.09  0.09 init&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 18:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936564#M112764</guid>
      <dc:creator>Hiran Arias</dc:creator>
      <dc:date>2003-03-26T18:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of NICE CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936565#M112765</link>
      <description>Hi Hiran,&lt;BR /&gt;&lt;BR /&gt;nice is a term for something running at other than the default priority.&lt;BR /&gt;The default nice value is 20.&lt;BR /&gt;If something is running at a value higher or lower, it is said to be "niced".&lt;BR /&gt;&lt;BR /&gt;Anything started in the background - for EX&lt;BR /&gt;&lt;BR /&gt;command &amp;amp;&lt;BR /&gt;&lt;BR /&gt;has a nice value of 4 added to it &amp;amp; will then be at 24. These type processes &amp;amp; their usage will then show up in the Nice category of a top output. Also users can renice their own processes &amp;amp; of course root can renice anybody's processes.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 26 Mar 2003 18:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936565#M112765</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-26T18:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Meaning of NICE CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936566#M112766</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This tells you that %utilization of CPU running the nice processes.&lt;BR /&gt;&lt;BR /&gt;Nice process is one that is being nice to other processes. This means, they run at a lower priority. To find out such processes do&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o "nice args" |awk '$1 &amp;gt; 20 {print $0}'&lt;BR /&gt;&lt;BR /&gt;There is a space before "ps".&lt;BR /&gt;&lt;BR /&gt;The default nice value is 20. &lt;BR /&gt;&lt;BR /&gt;The processes that started in background or through cron/at would have a higher nice values (lower priority).&lt;BR /&gt;&lt;BR /&gt;To change the nice value, you need to use 'renice' commmand. Look at the man page of renice.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2003 19:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/meaning-of-nice-cpu/m-p/2936566#M112766</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-26T19:00:42Z</dc:date>
    </item>
  </channel>
</rss>

