<?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: Performance question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576386#M31232</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;    I have faced similar issues with vendor&lt;BR /&gt;programs which import/export data in a data  mining environment.  The question which&lt;BR /&gt;needs to be addressed here is the objective&lt;BR /&gt;of the "tuning" exercise.   Does the vendor/users  feel that the response time&lt;BR /&gt;has to improve further??  or is it question&lt;BR /&gt;of pegging the CPU usage below  the maximum&lt;BR /&gt;of 100%?&lt;BR /&gt;&lt;BR /&gt;    What is the   run-queue and pri_queue&lt;BR /&gt;values??   CPU utilization alone is not&lt;BR /&gt;a good indicator of the system/cpu performance.&lt;BR /&gt;If the  CPU queues (pri_queue is a better&lt;BR /&gt;indicator than run_queue) are also exceedingly&lt;BR /&gt;high (anything consistenly above 3), then&lt;BR /&gt;you have a CPU bottleneck issue.  &lt;BR /&gt;Check the history of these values through&lt;BR /&gt;measureware as follows:&lt;BR /&gt;-----------&lt;BR /&gt;  copy the /var/opt/perf/reptall file into&lt;BR /&gt;/tmp/reptall.   &lt;BR /&gt;   Edit the /tmp/reptall file and enable&lt;BR /&gt;the GBL_PRI_QUEUE , GBL_RUN_QUEUE and&lt;BR /&gt;other CPU usage values.&lt;BR /&gt; Then run,&lt;BR /&gt; extract -xp -v -gp -r /tmp/reptall&lt;BR /&gt;------&lt;BR /&gt;  &lt;BR /&gt;   The problem here is obviously related&lt;BR /&gt;with the way the application is coded.  &lt;BR /&gt;If they are running multi-stream jobs,&lt;BR /&gt;there is a chance that these jobs may&lt;BR /&gt;need to access a common file/resource, which&lt;BR /&gt;can involve contention. &lt;BR /&gt;&lt;BR /&gt;   Since, there is no disk, memory bottleneck&lt;BR /&gt;here, it makes the jobs open to use the&lt;BR /&gt;CPU's all the time!.  &lt;BR /&gt;&lt;BR /&gt;  The "data conversion" applications which&lt;BR /&gt;we use are CPU hoggers, by the way they&lt;BR /&gt;are designed.  So, adding CPU's is just&lt;BR /&gt;like throwing another rock in the ocean.&lt;BR /&gt;It may not necessarily help.&lt;BR /&gt;&lt;BR /&gt;  Tackle this from the application end. The&lt;BR /&gt;measureware stats will help you in presenting&lt;BR /&gt;your case.&lt;BR /&gt;&lt;BR /&gt;Best!&lt;BR /&gt;Raj&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Sep 2001 16:20:09 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-09-07T16:20:09Z</dc:date>
    <item>
      <title>Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576371#M31217</link>
      <description>Group,&lt;BR /&gt;&lt;BR /&gt;Here's the situation:&lt;BR /&gt;&lt;BR /&gt;Hardware:&lt;BR /&gt;N-Class with 4 440 processors (originally)&lt;BR /&gt;FC-60 disk array&lt;BR /&gt;&lt;BR /&gt;Scenario:&lt;BR /&gt;We have a vendor who is writing code for us to basically read in some data and write this data to an Oracle database (it's more complex than this, but that's it in a nutshell).&lt;BR /&gt;&lt;BR /&gt;During the times when their program is running, the system shows normal data for performance except for the CPU which is max'ed out (disk, memory, swap are all ok).  Of course we purchased more horsepower in all of the resources than the benchmark required but  we're still looking at abnormal runtimes of their program.  &lt;BR /&gt;&lt;BR /&gt;They suggested that we purchase additional processors, so we did.  We now have 8 440 processors and it looks like the run time of their program has remained basically the same.&lt;BR /&gt;All perf. data is still the same (cpu max'ed out, all else ok).&lt;BR /&gt;&lt;BR /&gt;Couple of other notes - their program is configured to use the processors available, so they are taking advantage of the processors by spawning more processes.&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure this is a code issue, but I wanted to get the groups opinion on whether I've missed something or not.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;C&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 14:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576371#M31217</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2001-09-06T14:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576372#M31218</link>
      <description>Sounds like bad code to me.&lt;BR /&gt;&lt;BR /&gt;Doubling the horsepower should halve the time for execution since it sounds like they can keep all the processors busy.&lt;BR /&gt;&lt;BR /&gt;More processes do not necessarily make an application run faster.  Sounds like there is a syncronization problem and the processes are all trying to do the same task and running into each other.&lt;BR /&gt;&lt;BR /&gt;Reading data and writing it should make for I/O bottlenecks, not CPU, unless they are computing prime numbers before writing.</description>
      <pubDate>Thu, 06 Sep 2001 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576372#M31218</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-09-06T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576373#M31219</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;So all eight CPUs are running at 100%?  What does your run queue look like?  Did your I/O rates increase in respone to more CPUs?  Fire up glance and look at your Global Waits (B).  Are you blocked on I/O?  Sleep?  Semaphore?&lt;BR /&gt;&lt;BR /&gt;Spawning more procs in response to more CPUs sounds like a rather crude way of going about multithreading.  If all eight of your CPUs are genuinely maxed out, and you're not continually waiting on something like I/O, I'd say the developers have something spinning away in their proc(s) that needs to be fixed.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 06 Sep 2001 14:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576373#M31219</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-09-06T14:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576374#M31220</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;You are now in my area and I think I can give you a technique to nail down the problem - I always use this method when trying to solve this type of problem.&lt;BR /&gt;&lt;BR /&gt;You need to start graphing some metric (e.g. insertions/s, updates/s, ... vs quantity of data). It is usually necessary to plot the log&lt;BR /&gt;of the metric vs quanity of data - e.g. log insertions/s vs rows of master data.&lt;BR /&gt;&lt;BR /&gt;The slope of this curve can be very revealing about the nature of the problem. For example,&lt;BR /&gt;if the slope of the log plot is about 2 then you have an N-squared problem. I have sometimes seen performance degrade with the 4th power of the number of rows. Typically, problems like these arise from poor indexing and badly formed joins. Many times a single index can fix the problem. Graphing the data&lt;BR /&gt;tends to reveal the point at which no amount of hardware is going to fix the problem.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Thu, 06 Sep 2001 14:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576374#M31220</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-06T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576375#M31221</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Here's some interesting stats from Glance, tell me what you think:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Under the Event Column:&lt;BR /&gt;Event         %     Time&lt;BR /&gt;Pipe         5.4   87.98&lt;BR /&gt;Semaphore    3.5   60.41&lt;BR /&gt;Sleep       35.4   619.65&lt;BR /&gt;Stream      14.6   255.24&lt;BR /&gt;Terminal    0.3     5.07&lt;BR /&gt;Other       16.1   381.60&lt;BR /&gt;&lt;BR /&gt;Under the Blocked On Column:&lt;BR /&gt;Blocked ON     %      Time     Procs&lt;BR /&gt;IO             0.8    13.77     2.7&lt;BR /&gt;Priority       2.3     39.84    7.8&lt;BR /&gt;System         19.5    340.43   66.5&lt;BR /&gt;Virtual Mem     0.0    0.22      0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All other rows under both columns were 0.&lt;BR /&gt;&lt;BR /&gt;Looks like things are sleeping waiting on CPU time to me - what do you think?&lt;BR /&gt;tx,&lt;BR /&gt;C&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 15:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576375#M31221</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2001-09-06T15:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576376#M31222</link>
      <description>Looks that way. Do you have sar running and collecting data? if not, you should start it up..put this is root's crontab&lt;BR /&gt;# collect sar data&lt;BR /&gt;0 * * * * /usr/lbin/sa/sa1&lt;BR /&gt;20,40 8-17 * * 1-5 /usr/lbin/sa/sa1&lt;BR /&gt;&lt;BR /&gt;#reduce the sar data&lt;BR /&gt;5 18 * * * /usr/lbin/sa/sa2 -s 8:00 -e 18:01 -i 900 -A&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 18:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576376#M31222</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-09-06T18:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576377#M31223</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;Since you have Glance+ installed, I would suggest to configure workloads on the system. Check the file /var/opt/perf/parm. Create one application with your application executables and collect the data.  There are some examples in the file itself that will direct you. You need to restart scope/UX to re-read the parm file.&lt;BR /&gt;&lt;BR /&gt;Once the data is collected, you can generate reports on various metrics&lt;BR /&gt;&lt;BR /&gt;* APP_PRI_WAIT_PCT               &lt;BR /&gt;* APP_DISK_SUBSYSTEM_WAIT_PCT    &lt;BR /&gt;* APP_MEM_WAIT_PCT               &lt;BR /&gt;* APP_SEM_WAIT_PCT               &lt;BR /&gt;* APP_TERM_IO_WAIT_PCT           &lt;BR /&gt;* APP_OTHER_IO_WAIT_PCT          &lt;BR /&gt;* APP_NETWORK_SUBSYSTEM_WAIT_PCT &lt;BR /&gt;* APP_SLEEP_WAIT_PCT             &lt;BR /&gt;* APP_IPC_SUBSYSTEM_WAIT_PCT     &lt;BR /&gt;     &lt;BR /&gt;There are other interesting Application metrics. You can see them in /var/opt/perf/reptall file.&lt;BR /&gt;                            &lt;BR /&gt;You will get a very good feel of what the application is doing.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Sep 2001 20:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576377#M31223</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-06T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576378#M31224</link>
      <description>Hello Charles,&lt;BR /&gt;&lt;BR /&gt;have checked wether your Oracle is actually using all&lt;BR /&gt;those CPUs? There is an "init*ora" parameter for the&lt;BR /&gt;amount of CPUs used by Oracle - and the default is 1!&lt;BR /&gt;&lt;BR /&gt;The second attempt could be to reduce the kernel&lt;BR /&gt;parameter "time_slice" which is 10*10ms per process,&lt;BR /&gt;but in your highly cpu-intensive environment, you might&lt;BR /&gt;have some advantage by REDUCING it, say to 7 or 8,&lt;BR /&gt;from its default of 10. Batch-oriented jobs will take longer&lt;BR /&gt;then, but the I/O oriented jobs get a time-slice more &lt;BR /&gt;often...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 06 Sep 2001 20:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576378#M31224</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-06T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576379#M31225</link>
      <description>just wanna share my experience.&lt;BR /&gt;my application vender use to make this CPU problem to me.&lt;BR /&gt;&lt;BR /&gt;event 1. they configure their apps to spawn parallel processes and , I find from glance that they're waiting for something (I cann't remember) it's problem about locking and when we change to option not to run parallel it is more fast , let's say from many hours to 5 mins.&lt;BR /&gt;event 2. they write shell script that consume lots of CPU just checking and compare time.&lt;BR /&gt;I change that script to run in cron , CPU usage was reduce about 40%&lt;BR /&gt;----------------&lt;BR /&gt;I don't think buy more CPU is good idea.&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 08:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576379#M31225</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-09-07T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576380#M31226</link>
      <description>Printaporn,&lt;BR /&gt;&lt;BR /&gt;so you went from running multiple processes in parallel (this is what we're doing now) to running only one process?  And this helped?&lt;BR /&gt;&lt;BR /&gt;tx,&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Fri, 07 Sep 2001 12:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576380#M31226</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2001-09-07T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576381#M31227</link>
      <description>&lt;BR /&gt;This is all very interesting.&lt;BR /&gt;&lt;BR /&gt;I think the problem is indeed too many processes all trying to do locking at the same time. Remember, on any multiple CPU server HP-UX has to do all critical locking on only ONE CPU. ie. the first. The kernel here carrys out locking in a single threaded way - one process at a time, regardless of which CPU theyre running on - they all need to come back to a single CPU when they get around to doing some locking. Check your system calls and context switching values.&lt;BR /&gt;&lt;BR /&gt;So, in theory, and knowing that we have a single threaded part of the kernel running on a single CPU to handle all our critical locking, is it better to have more and more cpus, and more and more processes all trying to access locks on a single CPU,&lt;BR /&gt;OR&lt;BR /&gt;have a single CPU as fast as possible where everything should run a lot more sequentially thru the single threaded part of the kernel. Thus locking system call totals and context switching should be able to run higher on this configuration.&lt;BR /&gt;&lt;BR /&gt;I think the latter is true. Weve already had an example here of an application which ran much faster on 2-way 550 Nclass than on a 4x440 Lclass !&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 12:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576381#M31227</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-09-07T12:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576382#M31228</link>
      <description>Parallel processing only works if the separate processes can get some work done.&lt;BR /&gt;&lt;BR /&gt;If they are all waiting for syncronization (writing to the same place in memory, they would all be working on the same set of data), then the extra overhead for all these processes will eat up the system.&lt;BR /&gt;&lt;BR /&gt;Since it is database work, they may be updating the same areas of disk and you would be waiting on I/O to complete, which does not seem to be the case.</description>
      <pubDate>Fri, 07 Sep 2001 12:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576382#M31228</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-09-07T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576383#M31229</link>
      <description>Stefan,&lt;BR /&gt;&lt;BR /&gt;I guess I should provide a little more info:&lt;BR /&gt;&lt;BR /&gt;When we were originally testing the vendor code (and we only had 4 processors), we did do some tests to guage run-time.  We ran the code with 20 parallel processes, then dropped that number by two and re-ran multiple times until we reached 4 parallel processes.  &lt;BR /&gt;&lt;BR /&gt;The fastest runtime was seen when running with 8 parallel processes.  &lt;BR /&gt;&lt;BR /&gt;After adding the 4 additional processors to the machine, logically the fastest time should be seen when running 16 parallel processes (if 8 was fastest with 4 processors, at least that's my thinking anyway).&lt;BR /&gt;&lt;BR /&gt;Does this change your opinion?&lt;BR /&gt;&lt;BR /&gt;tx,&lt;BR /&gt;&lt;BR /&gt;Charlie</description>
      <pubDate>Fri, 07 Sep 2001 12:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576383#M31229</guid>
      <dc:creator>Charles McCary</dc:creator>
      <dc:date>2001-09-07T12:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576384#M31230</link>
      <description>Hi Charles:&lt;BR /&gt;&lt;BR /&gt;I'm still convinced this is poorly written code. Fortunately you should be able to get your software developer to compile everything with -p to enable profiling. You can then use prof to get statistics on which functions are being hammered and zero in on the bad code.</description>
      <pubDate>Fri, 07 Sep 2001 13:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576384#M31230</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-07T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576385#M31231</link>
      <description>Hi Charlie,&lt;BR /&gt;&lt;BR /&gt;So the optimum was 4 CPUs and 8 parallel processes (I guess approx 2 per CPU).&lt;BR /&gt;&lt;BR /&gt;Then you upgraded to 8 CPU's. I would not think this would make your server faster as the overhead from the kernel having to manage an additional 4 CPUs, and the overhead of having to squeeze processes running on an additional 4 CPU's into the single threaded locking part of the kernel would in fact slow down your application.&lt;BR /&gt;&lt;BR /&gt;Adding 4 more CPU's should allow more users onto the server and especially if you have &amp;gt; 1 application running on it, so they wont necessarily compete for the same resources (hopefully:-) ), but in terms of straight performance I would not think it would speed it up, but marginally slow it down.&lt;BR /&gt;&lt;BR /&gt;Instead of upgrading to 8x440's if you replaced the existing 4x440's with 4x550's I would expect a 20-25% increase. I think this should be your preferred plan.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 13:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576385#M31231</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-09-07T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576386#M31232</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;    I have faced similar issues with vendor&lt;BR /&gt;programs which import/export data in a data  mining environment.  The question which&lt;BR /&gt;needs to be addressed here is the objective&lt;BR /&gt;of the "tuning" exercise.   Does the vendor/users  feel that the response time&lt;BR /&gt;has to improve further??  or is it question&lt;BR /&gt;of pegging the CPU usage below  the maximum&lt;BR /&gt;of 100%?&lt;BR /&gt;&lt;BR /&gt;    What is the   run-queue and pri_queue&lt;BR /&gt;values??   CPU utilization alone is not&lt;BR /&gt;a good indicator of the system/cpu performance.&lt;BR /&gt;If the  CPU queues (pri_queue is a better&lt;BR /&gt;indicator than run_queue) are also exceedingly&lt;BR /&gt;high (anything consistenly above 3), then&lt;BR /&gt;you have a CPU bottleneck issue.  &lt;BR /&gt;Check the history of these values through&lt;BR /&gt;measureware as follows:&lt;BR /&gt;-----------&lt;BR /&gt;  copy the /var/opt/perf/reptall file into&lt;BR /&gt;/tmp/reptall.   &lt;BR /&gt;   Edit the /tmp/reptall file and enable&lt;BR /&gt;the GBL_PRI_QUEUE , GBL_RUN_QUEUE and&lt;BR /&gt;other CPU usage values.&lt;BR /&gt; Then run,&lt;BR /&gt; extract -xp -v -gp -r /tmp/reptall&lt;BR /&gt;------&lt;BR /&gt;  &lt;BR /&gt;   The problem here is obviously related&lt;BR /&gt;with the way the application is coded.  &lt;BR /&gt;If they are running multi-stream jobs,&lt;BR /&gt;there is a chance that these jobs may&lt;BR /&gt;need to access a common file/resource, which&lt;BR /&gt;can involve contention. &lt;BR /&gt;&lt;BR /&gt;   Since, there is no disk, memory bottleneck&lt;BR /&gt;here, it makes the jobs open to use the&lt;BR /&gt;CPU's all the time!.  &lt;BR /&gt;&lt;BR /&gt;  The "data conversion" applications which&lt;BR /&gt;we use are CPU hoggers, by the way they&lt;BR /&gt;are designed.  So, adding CPU's is just&lt;BR /&gt;like throwing another rock in the ocean.&lt;BR /&gt;It may not necessarily help.&lt;BR /&gt;&lt;BR /&gt;  Tackle this from the application end. The&lt;BR /&gt;measureware stats will help you in presenting&lt;BR /&gt;your case.&lt;BR /&gt;&lt;BR /&gt;Best!&lt;BR /&gt;Raj&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 16:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/performance-question/m-p/2576386#M31232</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-09-07T16:20:09Z</dc:date>
    </item>
  </channel>
</rss>

