Re: Renice long-running user processes

2007-08-24 Thread David Baron
>> > I run a shared system where I'd like to automatically lower the >> > priority of user processes that consume more than a specified about >> > of CPU time. I could hack something up with Perl, ps, and nice, but >> > before I do, does anyone know of a ready-made utility to do this job? >> >> Wou

Re: Renice long-running user processes

2007-08-22 Thread David Brodbeck
On Aug 22, 2007, at 10:15 AM, Carl Johnson wrote: I have never used reniced, but 'and' (Auto Nice Daemon) does allow quite a bit of flexibility. You might want to look at both and see which seems to work best. That's *exactly* what I'm looking for. Thank you! -- To UNSUBSCRIBE, email to

Re: Renice long-running user processes

2007-08-22 Thread Carl Johnson
David Baron <[EMAIL PROTECTED]> writes: > > > I run a shared system where I'd like to automatically lower the =A0 > > > priority of user processes that consume more than a specified about =A0 > > > of CPU time. =A0I could hack something up with Perl, ps, and nice, but = > =A0 > > > before I do, do

Re: Renice long-running user processes

2007-08-22 Thread David Brodbeck
On Aug 21, 2007, at 8:34 PM, Douglas A. Tutty wrote: On Tue, Aug 21, 2007 at 11:54:42AM -0700, David Brodbeck wrote: I run a shared system where I'd like to automatically lower the priority of user processes that consume more than a specified about of CPU time. I could hack something up with

Re: Renice long-running user processes

2007-08-22 Thread Douglas A. Tutty
On Wed, Aug 22, 2007 at 10:37:24AM +0300, David Baron wrote: > > > I run a shared system where I'd like to automatically lower the =A0 > > > priority of user processes that consume more than a specified about =A0 > > > of CPU time. =A0I could hack something up with Perl, ps, and nice, but = > =A0 >

Re: Renice long-running user processes

2007-08-22 Thread David Baron
> > I run a shared system where I'd like to automatically lower the =A0 > > priority of user processes that consume more than a specified about =A0 > > of CPU time. =A0I could hack something up with Perl, ps, and nice, but = =A0 > > before I do, does anyone know of a ready-made utility to do this j

Re: Renice long-running user processes

2007-08-21 Thread Douglas A. Tutty
On Tue, Aug 21, 2007 at 11:54:42AM -0700, David Brodbeck wrote: > I run a shared system where I'd like to automatically lower the > priority of user processes that consume more than a specified about > of CPU time. I could hack something up with Perl, ps, and nice, but > before I do, does an

Renice long-running user processes

2007-08-21 Thread David Brodbeck
I run a shared system where I'd like to automatically lower the priority of user processes that consume more than a specified about of CPU time. I could hack something up with Perl, ps, and nice, but before I do, does anyone know of a ready-made utility to do this job? -- To UNSUBSCRIBE,