<?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: Global Run Queue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788138#M79002</link>
    <description>I think I am going to go with:&lt;BR /&gt;&lt;BR /&gt;alarm (GBL_CPU_TOTAL_UTIL &amp;gt; 90) or&lt;BR /&gt;(GBL_CPU_SYS_MODE_UTIL &amp;gt; 50) and&lt;BR /&gt;(GBL_PRI_QUEUE &amp;gt; 3)     or&lt;BR /&gt;GBL_RUN_QUEUE &amp;gt; 4)     for 5 minutes&lt;BR /&gt;&lt;BR /&gt;Still looking for a way to list the run queue though. :)&lt;BR /&gt;&lt;BR /&gt;Previously my and was an "or".</description>
    <pubDate>Fri, 16 Aug 2002 20:09:37 GMT</pubDate>
    <dc:creator>OneNeck UNIXSA</dc:creator>
    <dc:date>2002-08-16T20:09:37Z</dc:date>
    <item>
      <title>Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788132#M78996</link>
      <description>Is there a way to list processes that reside in the global run queue?</description>
      <pubDate>Fri, 16 Aug 2002 19:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788132#M78996</guid>
      <dc:creator>OneNeck UNIXSA</dc:creator>
      <dc:date>2002-08-16T19:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788133#M78997</link>
      <description>Not sure this is what you want, but this shows you runnable processes:&lt;BR /&gt;&lt;BR /&gt;(export UNIX95=""; ps -eo pid,state,args | grep " [R] ";)</description>
      <pubDate>Fri, 16 Aug 2002 19:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788133#M78997</guid>
      <dc:creator>George A Bodnar</dc:creator>
      <dc:date>2002-08-16T19:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788134#M78998</link>
      <description>I can use ps -efl to see states, was looking more at which processes were in the run queue. Thanks for the input though.</description>
      <pubDate>Fri, 16 Aug 2002 19:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788134#M78998</guid>
      <dc:creator>OneNeck UNIXSA</dc:creator>
      <dc:date>2002-08-16T19:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788135#M78999</link>
      <description>George's way is thje only way I know how to determine who's waiting to run.&lt;BR /&gt;&lt;BR /&gt;You understand that the Global run queue is a moving target. The entries are constantly changing the the processes move through the queue.&lt;BR /&gt;&lt;BR /&gt;Is there something in particular that you are looking for?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 16 Aug 2002 19:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788135#M78999</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-16T19:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788136#M79000</link>
      <description>I was looking for a way to identify the processes in the run queue when MWA makes and alert. Currently I use ps -efl and look for the running and waiting processes, but this doesn't seem to show the information that was looking for. I have mwa setup to alert such as:&lt;BR /&gt;Global CPU Utilization =  66.33%&lt;BR /&gt;Global CPU System Mode Util should be &amp;lt; 50 =  38.21%&lt;BR /&gt;Global CPU Interrupt Util should be &amp;lt; 30 =   0.85%&lt;BR /&gt;Global CPU Context Switching Util should be &amp;lt; 30 =   1.79%&lt;BR /&gt;Global Priority Queue should be &amp;lt; 3 =   0.24&lt;BR /&gt;Global Run Queue should be &amp;lt; 3 =  19.00&lt;BR /&gt;Detected on 08/15/02 at 07:00&lt;BR /&gt; &lt;BR /&gt;and just wanted to get the threshold and any extended data. Just tweaking. :)</description>
      <pubDate>Fri, 16 Aug 2002 19:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788136#M79000</guid>
      <dc:creator>OneNeck UNIXSA</dc:creator>
      <dc:date>2002-08-16T19:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788137#M79001</link>
      <description>I alert on a combination of CPU and global run queue:&lt;BR /&gt;&lt;BR /&gt;symptom CPU_Bottleneck type=CPU&lt;BR /&gt; rule GBL_CPU_TOTAL_UTIL       &amp;gt;  90   prob 35&lt;BR /&gt; rule GBL_CPU_TOTAL_UTIL       &amp;gt;  95   prob 25&lt;BR /&gt; rule GBL_CPU_TOTAL_UTIL       &amp;gt;  98   prob 15&lt;BR /&gt; rule GBL_CPU_TOTAL_UTIL       &amp;gt; 100   prob  8&lt;BR /&gt; rule GBL_RUN_QUEUE            &amp;gt;   2   prob 10&lt;BR /&gt; rule GBL_RUN_QUEUE            &amp;gt;   4   prob 15&lt;BR /&gt; rule GBL_RUN_QUEUE            &amp;gt;   8   prob 25&lt;BR /&gt;&lt;BR /&gt;alarm CPU_Bottleneck &amp;gt; 80 for 5 minutes&lt;BR /&gt;  type = "CPU"&lt;BR /&gt;  start&lt;BR /&gt;    if CPU_Bottleneck &amp;gt; 90 then&lt;BR /&gt;      red alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"&lt;BR /&gt;    else&lt;BR /&gt;      yellow alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"&lt;BR /&gt;  repeat every 10 minutes&lt;BR /&gt;    if CPU_Bottleneck &amp;gt; 90 then&lt;BR /&gt;      red alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"&lt;BR /&gt;    else&lt;BR /&gt;      yellow alert "CPU Bottleneck probability= ", CPU_Bottleneck, "%"&lt;BR /&gt;  end&lt;BR /&gt;    reset alert "End of CPU Bottleneck Alert"&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 16 Aug 2002 20:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788137#M79001</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-16T20:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Global Run Queue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788138#M79002</link>
      <description>I think I am going to go with:&lt;BR /&gt;&lt;BR /&gt;alarm (GBL_CPU_TOTAL_UTIL &amp;gt; 90) or&lt;BR /&gt;(GBL_CPU_SYS_MODE_UTIL &amp;gt; 50) and&lt;BR /&gt;(GBL_PRI_QUEUE &amp;gt; 3)     or&lt;BR /&gt;GBL_RUN_QUEUE &amp;gt; 4)     for 5 minutes&lt;BR /&gt;&lt;BR /&gt;Still looking for a way to list the run queue though. :)&lt;BR /&gt;&lt;BR /&gt;Previously my and was an "or".</description>
      <pubDate>Fri, 16 Aug 2002 20:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/global-run-queue/m-p/2788138#M79002</guid>
      <dc:creator>OneNeck UNIXSA</dc:creator>
      <dc:date>2002-08-16T20:09:37Z</dc:date>
    </item>
  </channel>
</rss>

