From mysql.jorge at decimal.pt Tue Jan 8 22:34:44 2013 From: mysql.jorge at decimal.pt (Jorge Bastos) Date: Tue, 8 Jan 2013 21:34:44 -0000 Subject: [mpm-itk] Examples for NiceValue In-Reply-To: <20111103200005.GA9611@uio.no> References: <4EB2E985.90201@jpl.nasa.gov> <20111103200005.GA9611@uio.no> Message-ID: <002c01cdede7$fa3e2f20$eeba8d60$@jorge@decimal.pt> Howdy Steinar, I'm starting to use NiceValue parameter, and i'd like to know it's usage. A value of: NiceValue 10 Would say that the vhost, is only able to consume 10% of CPU? Or am I wrong? Jorge, From azurit at pobox.sk Tue Jan 8 22:39:38 2013 From: azurit at pobox.sk (azurIt) Date: Tue, 08 Jan 2013 22:39:38 +0100 Subject: [mpm-itk] =?utf-8?q?Examples_for_NiceValue?= References: <4EB2E985.90201@jpl.nasa.gov>, <20111103200005.GA9611@uio.no> Message-ID: <20130108223938.E7171269@pobox.sk> No. http://en.wikipedia.org/wiki/Nice_%28Unix%29 azur ______________________________________________________________ > Od: "Jorge Bastos" > Komu: "'Steinar H. Gunderson'" , > D?tum: 08.01.2013 22:35 > Predmet: [mpm-itk] Examples for NiceValue > >Howdy Steinar, > >I'm starting to use NiceValue parameter, and i'd like to know it's usage. > >A value of: > >NiceValue 10 > >Would say that the vhost, is only able to consume 10% of CPU? >Or am I wrong? > >Jorge, > > >_______________________________________________ >mpm-itk mailing list >mpm-itk at err.no >http://lists.err.no/mailman/listinfo/mpm-itk > From mikemol at gmail.com Tue Jan 8 22:40:13 2013 From: mikemol at gmail.com (Michael Mol) Date: Tue, 8 Jan 2013 16:40:13 -0500 Subject: [mpm-itk] Examples for NiceValue In-Reply-To: <50ec912d.2a91980a.0e0c.04a2SMTPIN_ADDED_BROKEN@mx.google.com> References: <4EB2E985.90201@jpl.nasa.gov> <20111103200005.GA9611@uio.no> <50ec912d.2a91980a.0e0c.04a2SMTPIN_ADDED_BROKEN@mx.google.com> Message-ID: On Tue, Jan 8, 2013 at 4:34 PM, Jorge Bastos wrote: > Howdy Steinar, > > I'm starting to use NiceValue parameter, and i'd like to know it's usage. > > A value of: > > NiceValue 10 > > Would say that the vhost, is only able to consume 10% of CPU? > Or am I wrong? http://man.cx/nice NiceValue should more or less translate to that. It's about deciding who gets first dibs at a slice of the CPU pie, rather than about how much they get. -- :wq