<?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: Nice value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160233#M456201</link>
    <description>Thanks for replies...</description>
    <pubDate>Mon, 09 Mar 2009 12:22:59 GMT</pubDate>
    <dc:creator>anoop_10</dc:creator>
    <dc:date>2009-03-09T12:22:59Z</dc:date>
    <item>
      <title>Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160226#M456194</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;We are facing a performance issue with rp3440 server running with HPUX11.11.In top command cpu nice value is showing high and from sar I can see that user % is almost 80.As I have checked with application team they are running some process with lower the priority. I am bit confused with this will making the process priority lower than the normal will affect the system performance.&lt;BR /&gt;Please give some inputs Thanks in advance&lt;BR /&gt;&lt;BR /&gt;# sar 5 5&lt;BR /&gt;&lt;BR /&gt;HP-UX scom03 B.11.11 U 9000/800    02/28/09&lt;BR /&gt;&lt;BR /&gt;22:43:14    %usr    %sys    %wio   %idle&lt;BR /&gt;22:43:19      71      29       0       0&lt;BR /&gt;22:43:24      56      44       0       0&lt;BR /&gt;22:43:29      65      35       0       0&lt;BR /&gt;22:43:34      77      23       0       0&lt;BR /&gt;22:43:39      74      26       0       0&lt;BR /&gt;&lt;BR /&gt;Average       69      31       0       0&lt;BR /&gt;# top&lt;BR /&gt;&lt;BR /&gt;System: scom03                                        Sat Feb 28 22:43:45 2009&lt;BR /&gt;Load averages: 24.25, 26.36, 27.59&lt;BR /&gt;471 processes: 409 sleeping, 59 running, 3 zombies&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0   23.89   1.0%  73.3%  25.7%   0.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 1   24.61   0.0%  73.3%  26.7%   0.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg  24.25   0.0%  74.0%  26.0%   0.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 5568404K (5060816K) real, 7483688K (6855696K) virtual, 113220K free  Page# 1/14&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Anoop&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Feb 2009 18:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160226#M456194</guid>
      <dc:creator>anoop_10</dc:creator>
      <dc:date>2009-02-28T18:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160227#M456195</link>
      <description>&amp;gt;will making the process priority lower than the normal will affect the system performance.&lt;BR /&gt;&lt;BR /&gt;I don't see how.  Setting nice means what it says, you are being a nice guy and letting other processes get more CPU time because you don't care how long you take.&lt;BR /&gt;The overall system performance shouldn't change.&lt;BR /&gt;Note: Putting processes in the background typically sets nice.  Yours all seem to be niced.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;We are facing a performance issue with rp3440&lt;BR /&gt;&lt;BR /&gt;You need more CPUs or less work.&lt;BR /&gt;&lt;BR /&gt;You are using 25% system, how much swapping are you doing:&lt;BR /&gt;swapinfo -tam</description>
      <pubDate>Sat, 28 Feb 2009 19:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160227#M456195</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-28T19:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160228#M456196</link>
      <description>Thanks for your quick response...&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        4096     340    3756    8%       0       -    0  /dev/vg00/lvol9&lt;BR /&gt;dev        8192     338    7854    4%       0       -    0  /dev/vg00/swap&lt;BR /&gt;dev       10224     343    9881    3%       0       -    0  /dev/vgswap/lvol1&lt;BR /&gt;reserve       -    5534   -5534&lt;BR /&gt;memory     6307    1980    4327   31%&lt;BR /&gt;total     32915    8535   24380   26%       -       0    -&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Anoop</description>
      <pubDate>Sat, 28 Feb 2009 20:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160228#M456196</guid>
      <dc:creator>anoop_10</dc:creator>
      <dc:date>2009-02-28T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160229#M456197</link>
      <description>&amp;gt;memory 6307 1980 4327 31%&lt;BR /&gt;&lt;BR /&gt;This isn't bad.  Are you doing this when you have the performance problem?&lt;BR /&gt;&lt;BR /&gt;Also what is the output of "vmstat 1 5"?&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Feb 2009 21:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160229#M456197</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-28T21:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160230#M456198</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;User mode vs system mode is only a measure of what the programs are doing.  A program is in user mode when it is doing math.&lt;BR /&gt;&lt;BR /&gt;A program is in system mode when it does I/O.&lt;BR /&gt;&lt;BR /&gt;unless you rewrite the program you cannot normally change that.&lt;BR /&gt;&lt;BR /&gt;Now you do have a large load average which means that you have 25 processes (or threads) waiting to execute.  Imagine a grocery store where the lines are  20 people long to checkout.  YOu evidently have a busy system.  Now you might be low on memory and vhand has to run to keep freeing up memory or you have too much running on that system.&lt;BR /&gt;&lt;BR /&gt;If response time is ok great otherwise it looks like you need more CPUs.</description>
      <pubDate>Sun, 01 Mar 2009 01:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160230#M456198</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-03-01T01:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160231#M456199</link>
      <description>Hi Dennis,&lt;BR /&gt;&lt;BR /&gt;Please find the attached file. I do agree with u r statements. I think there is a huge CPU bottleneck and we need to add more CPUs.&lt;BR /&gt;In top o/p I can see there is virtual is 100MB free. could you please tell me what is this value and how can I increase it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Anoop</description>
      <pubDate>Mon, 09 Mar 2009 05:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160231#M456199</guid>
      <dc:creator>Anoopkumar</dc:creator>
      <dc:date>2009-03-09T05:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160232#M456200</link>
      <description>&amp;gt;I think there is a huge CPU bottleneck and we need to add more CPUs.&lt;BR /&gt;&lt;BR /&gt;It looks like it.  There aren't that many Page Outs.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;In top output I can see there is virtual is 100MB free.&lt;BR /&gt;&lt;BR /&gt;Don't look to top for detailed info.  Look at "swapinfo -tam".</description>
      <pubDate>Mon, 09 Mar 2009 09:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160232#M456200</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-09T09:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nice value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160233#M456201</link>
      <description>Thanks for replies...</description>
      <pubDate>Mon, 09 Mar 2009 12:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nice-value/m-p/5160233#M456201</guid>
      <dc:creator>anoop_10</dc:creator>
      <dc:date>2009-03-09T12:22:59Z</dc:date>
    </item>
  </channel>
</rss>

