• # cpulimit

    Posté par . En réponse au message Limitation de temps CPU l'un processus. Évalué à 3.

    cpulimit est dorénavant intégré dans pas mal de distro par défaut.

    Sur mdv 2008.1 c est le cas :
    [user@machine ~]$ urpmq -i cpulimit
    Name : cpulimit
    Version : 1.1
    Release : 1mdv2008.1
    Group : Monitoring
    Size : 10064 Architecture: i586
    Source RPM : cpulimit-1.1-1mdv2008.1.src.rpm
    URL : http://cpulimit.sourceforge.net/
    Summary : CPU Usage Limiter
    Description :
    cpulimit is a simple program that attempts to limit the cpu usage of a
    process (expressed in percentage, not in cpu time). This is useful to
    control batch jobs, when you don't want they eat too much cpu. It does
    not act on the nice value or other scheduling priority stuff, but on
    the real cpu usage. Also, it is able to adapt itself to the overall
    system load, dynamically and quickly.