Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 14:34:42 +0000
From:      opendaddy@hushmail.com
To:        "Julien Cigar" <jcigar@ulb.ac.be>, "Polytropon" <freebsd@edvax.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Limiting CPU on some processes on web server
Message-ID:  <20150311143442.C3FA3C044F@smtp.hushmail.com>
In-Reply-To: <20150311141644.GS6600@mordor.lan>
References:  <20150311122656.96F2020341@smtp.hushmail.com> <20150311141347.1013d42d.freebsd@edvax.de> <20150311134232.838ABC0451@smtp.hushmail.com> <20150311144958.3ef9519d.freebsd@edvax.de> <20150311140420.1646CC044F@smtp.hushmail.com> <20150311151157.5baea8b7.freebsd@edvax.de> <20150311141644.GS6600@mordor.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11. mars 2015 at 2:07 PM, "Julien Cigar" <jcigar@ulb.ac.be> wrote:
>
>there is sysutils/cpulimit too ..
>

Unfortunately this one doesn't seem to let me run commands with custom arguments, ie. the latest cpulimit at GitHub lets me do:

    cpulimit --limit 20 /usr/local/bin/myscript -a -b -c

But the one in ports seems to be limited to:

    cpulimit -P /usr/local/bin/myscript -l 20

Tried stuff like:

    cpulimit -P /usr/local/bin/myscript -l 20 -- -a -b -c

but to no avail.

Thanks,
O.D.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150311143442.C3FA3C044F>