<?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: What is Queue Lenghts? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751698#M787716</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you are refering to Queue length in uptime context&lt;BR /&gt;&lt;BR /&gt;this mean numbre of proccess waiting to be run on CPU quota.&lt;BR /&gt;(process waiting on I/O either user interaction or disk do not count).&lt;BR /&gt;&lt;BR /&gt;if Queue length is 5 : this meant that 5 process have been waiting to get CPU. increasing number of CPU would reduce queue length.&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
    <pubDate>Wed, 15 Mar 2006 10:24:03 GMT</pubDate>
    <dc:creator>Jean-Yves Picard</dc:creator>
    <dc:date>2006-03-15T10:24:03Z</dc:date>
    <item>
      <title>What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751695#M787713</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I have some problem to define the Queue Lenghts over 1, 5, 15 minutes .&lt;BR /&gt;Someone can explain this concept to me?&lt;BR /&gt;&lt;BR /&gt;Luca</description>
      <pubDate>Wed, 15 Mar 2006 10:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751695#M787713</guid>
      <dc:creator>Luca Gabrielli</dc:creator>
      <dc:date>2006-03-15T10:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751696#M787714</link>
      <description>Luca,&lt;BR /&gt;could you please expand in which context?&lt;BR /&gt;Printers,Networking ...</description>
      <pubDate>Wed, 15 Mar 2006 10:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751696#M787714</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-15T10:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751697#M787715</link>
      <description>I don't known which queue you are dealing&lt;BR /&gt;with.  Loadavg is already available over&lt;BR /&gt;the periods you want.&lt;BR /&gt;&lt;BR /&gt;This queue deals with then number of runnable&lt;BR /&gt;processes.  The queue length is determined&lt;BR /&gt;by counting the number of runnable processes&lt;BR /&gt;every so often (each clock tick for example).&lt;BR /&gt;The number of runnable processes is the&lt;BR /&gt;averaged over period in question.&lt;BR /&gt;&lt;BR /&gt;The number of disk accesss to a disk is&lt;BR /&gt;also availble, but not necessarily as easily.&lt;BR /&gt;&lt;BR /&gt;There are two key variables in predicting&lt;BR /&gt;queue lengths; speed of arrival (how fast&lt;BR /&gt;new items enter the queue), average &lt;BR /&gt;transaction time (how long to process an&lt;BR /&gt;item in the queue).&lt;BR /&gt;&lt;BR /&gt;Think grocery store, the express line&lt;BR /&gt;has different queueing characteristics than&lt;BR /&gt;the regular line.  If the are six people in&lt;BR /&gt;the express line and you have one item,&lt;BR /&gt;do you line up there or in the regular line&lt;BR /&gt;with one person waiting. &lt;BR /&gt;&lt;BR /&gt;Search on queueing theory for more details.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 10:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751697#M787715</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-03-15T10:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751698#M787716</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you are refering to Queue length in uptime context&lt;BR /&gt;&lt;BR /&gt;this mean numbre of proccess waiting to be run on CPU quota.&lt;BR /&gt;(process waiting on I/O either user interaction or disk do not count).&lt;BR /&gt;&lt;BR /&gt;if Queue length is 5 : this meant that 5 process have been waiting to get CPU. increasing number of CPU would reduce queue length.&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard</description>
      <pubDate>Wed, 15 Mar 2006 10:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751698#M787716</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2006-03-15T10:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751699#M787717</link>
      <description>"jobs"&lt;BR /&gt;&lt;BR /&gt;I hope this can help!&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 10:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751699#M787717</guid>
      <dc:creator>Luca Gabrielli</dc:creator>
      <dc:date>2006-03-15T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751700#M787718</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use "sar -q" for monitor run queue.&lt;BR /&gt;&lt;BR /&gt;If you have more process wait for get cpu then processors, you have to investigate aplications or add more cpu.&lt;BR /&gt;&lt;BR /&gt;Most of times investigate perfomance problems aplications decrease run queue.</description>
      <pubDate>Wed, 15 Mar 2006 10:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751700#M787718</guid>
      <dc:creator>Carlos Roberto Schimidt</dc:creator>
      <dc:date>2006-03-15T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is Queue Lenghts?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751701#M787719</link>
      <description>Luca,&lt;BR /&gt;for jobs:&lt;BR /&gt;For 1 Minute:&lt;BR /&gt;sar -A 60 1&lt;BR /&gt;for 5 monutes:&lt;BR /&gt;sar -A 300 1&lt;BR /&gt;for 15 minutes:&lt;BR /&gt;sar -A 900 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 10:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-queue-lenghts/m-p/3751701#M787719</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-15T10:43:50Z</dc:date>
    </item>
  </channel>
</rss>

