<?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: difference between trprio &amp;amp; renice/nice in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742685#M944016</link>
    <description>Anil,&lt;BR /&gt;&lt;BR /&gt;I assume you mean rtprio.&lt;BR /&gt;&lt;BR /&gt;Using the search function and the string below will give you quite a few hits:&lt;BR /&gt;&lt;BR /&gt;+rtprio&lt;BR /&gt;&lt;BR /&gt;Here's an example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0ac72234586d5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0ac72234586d5118ff00090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Wed, 12 Jun 2002 10:45:22 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-06-12T10:45:22Z</dc:date>
    <item>
      <title>difference between trprio &amp; renice/nice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742684#M944015</link>
      <description>As subject line asks.</description>
      <pubDate>Wed, 12 Jun 2002 10:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742684#M944015</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-06-12T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: difference between trprio &amp; renice/nice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742685#M944016</link>
      <description>Anil,&lt;BR /&gt;&lt;BR /&gt;I assume you mean rtprio.&lt;BR /&gt;&lt;BR /&gt;Using the search function and the string below will give you quite a few hits:&lt;BR /&gt;&lt;BR /&gt;+rtprio&lt;BR /&gt;&lt;BR /&gt;Here's an example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0ac72234586d5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0ac72234586d5118ff00090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 12 Jun 2002 10:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742685#M944016</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-12T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: difference between trprio &amp; renice/nice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742686#M944017</link>
      <description>Plus,read this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 12 Jun 2002 11:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742686#M944017</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-12T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: difference between trprio &amp; renice/nice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742687#M944018</link>
      <description>use the above links for the full ans.  I have explained it thus&lt;BR /&gt;&lt;BR /&gt;nice/renice is seperate to priority (rtprio): The the processor may have many processes at the same priority (say 154) but some of them may have a lesser (higher) nice value.  In effect there are two queues, they do similar things but slightly differently.&lt;BR /&gt;&lt;BR /&gt;the HP-UX priorities are split into a few catagories &amp;amp; sub catagories based on a numeric priority level.&lt;BR /&gt;HP-UX TimeSchedule: 101-256 (I think)&lt;BR /&gt;HP-UX RealTime: 0-100&lt;BR /&gt;POSIX RealTime [RR, RR2, FIFO]: -32 to -1&lt;BR /&gt;The basic difference is that RealTime priorities (-31 to 100) do not suffer from priority degradation (having there priority numericaly increased  [reduced] if the OS thinks it is being CPU greedy!!!)&lt;BR /&gt;&lt;BR /&gt;The other difference is when you use top (as I have found in the past) you see columns called NICE &amp;amp; USER.  If all your processes have a nice value of 20 (default) then no NICE cpu is used and only USER is used.&lt;BR /&gt;&lt;BR /&gt;If you want to see a processes Nice &amp;amp; priority (say PID 1234) do&lt;BR /&gt;% ps -lp 1234&lt;BR /&gt;&lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 12 Jun 2002 13:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742687#M944018</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-12T13:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: difference between trprio &amp; renice/nice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742688#M944019</link>
      <description>nice means get me priority&lt;BR /&gt;&lt;BR /&gt;rtprio means i am running in real-time, when you can get time give then to the nicer process...&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jun 2002 13:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-trprio-amp-renice-nice/m-p/2742688#M944019</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-06-12T13:36:07Z</dc:date>
    </item>
  </channel>
</rss>

