HP3000-L Archives

January 2003, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Johnson, Tracy" <[log in to unmask]>
Reply To:
Johnson, Tracy
Date:
Thu, 9 Jan 2003 08:14:43 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (70 lines)
Without going into the newfangled customized
queueing commands the following has served me
well:

#1 Shorten the C Queue Quantum.  (This doesn't slow down
the E Queue, but provides online users with a smaller 
slice of the pie.  I suspect your online users are 
competing on an equal basis with your batch jobs.  I
note the actuals aren't using that much.  I also figure
your online users are the ones complaining, batch
processes usually don't whine as much.)

tune cq=152,200,32,128,,100

#2 Shorten the D Queue Quantum.  (Another smallier 
slice of the quantum for your High Priority Batch jobs,
but gives a bigger timeslice.)

tune dq=202,238,1000,1000,,1000

#3 Let the MIN/MAX of the E Queue Vary.  (This leaves
you E Queue much as it was, gives a bigger timeslice.  
The variance will allow it to quit sooner if it does 
not need the resource.)

tune eq=240,253,1000,2000,,2000

Note while I shorten the C queue, I increase the timeslice 
for both D and E.  Although this gives bigger 'chunks' to 
batch processes, but they will be allocated less frequently 
and give more time for your batch to finish what it is doing.  
(E still has to wait for C and D to open up a hole before
E gets its share.)

#4. Put the above lines in your SYSSTART.PUB.SYS file.

Tracy Johnson
MSI Schaevitz Sensors 

> -----Original Message-----
> From: KENT WALLACE [mailto:[log in to unmask]]
> Sent: Wednesday, January 08, 2003 5:07 PM
> To: [log in to unmask]
> Subject: [HP3000-L] Queue
> 
> 
> I would like to slow jobs down in the "E" queue.  How should 
> I change the "E" queue.  
> 
> The current settings are:
> 
> 
>                     ------QUANTUM-------
> QUEUE  BASE  LIMIT  MIN    MAX    ACTUAL  BOOST  TIMESLICE
> -----  ----  -----  ---    ---    ------  -----  ---------
>  CQ    152    200   1      2000   1       DECAY    200
>  DQ    202    238   2000   2000   2000    DECAY    200
>  EQ    240    253   2000   2000   2000    DECAY    200
> 
> Thanks
> Kent Wallace
> Boise Id
> 
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *
> 

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2