--
Paul Henderson
Tru64 Unix Engineering, Compaq Computer Corporation
mail: henderson_at_unx.dec.com || 200 Rt 9, Manalapan, NJ 07726
---------------------------------------------------------------------------
>From billm_at_zk3.dec.com Wed Jun 30 18:39:10 1999
Hi Jon,
look at the class scheduling introduced in 4.0d ! (man class_admin)
hth,
/marco
--
Marco Bill Peter
UNIX Support Engineering Group
Compaq Computer Corporation
Nashua New England USA
---------------------------------------------------------------------------
From: harish arora <harisharora_at_hotmail.com>
Hi jon,
If you look into the man pages of class_scheduling,it will provide
you great help but it's available from 4.0D version onwards.
Thanks
Harish Arora
Unix system administrator
---------------------------------------------------------------------------
From: Daniel S. Riley <dsr_at_mail.lns.cornell.edu>
At the very crudest level, there are some process subsystem attributes
you can set:
autonice (autonice)
When enabled (1), applications that use more than 600 seconds of
CPU time will automatically increase their nice values (that is,
lower their scheduling priorities).
Default value: 0 (disabled)
autonice-penalty
The nice value that is assigned to a process after it has used an
amount of CPU time that exceeds the value of the autonice-time
attribute.
Default value: 4
autonice-time
The amount of CPU time, in seconds, that a process can use before
it is assigned the nice value that is specified by the
autonice-penalty attribute.
Default value: 600
A typical entry in /etc/sysconfigtab would look something like this:
proc:
autonice = 1
autonice-penalty = 10
autonice-time = 300
Probably requires a reboot to take effect.
---------------------------------------------------------------------------
From: Richard Bemrose <rb237_at_phy.cam.ac.uk>
Hi,
It would seem that you require a Network Queueing System (NQS). We solved
similar problems but rolling out Generic-NQS (www.gnqs.org) and set all
queues to run at nice level 5. To enforce the user to submit his job via
NQS we set the shells maximum CPU time to 3 hours within the default
(bash, csh or tcsh) shells and profiles.
For more information regarding various NQS implementations look in the
tru64-unix-managers archive for Jim R Jones' <Jim.R.Jones_at_Cummins.com>
summary with the subject "Summary: looking for a batch queing software"
(posted a few days ago).
Regards,
Rich
Received on Wed Jun 30 1999 - 23:54:09 NZST
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:39 NZDT