Search:

Type: Posts; User: Elus1ve; Keyword(s):

Search: Search took 0.03 seconds.

  1. Re: HOWTO: Set maximum CPU consumption in percentage by any process

    that was it mate, with the last version you solved it:)

    thank you very much for your efforts

    \\:D/
  2. Re: HOWTO: Set maximum CPU consumption in percentage by any process

    WHITE_PROCESSES_LIST="mysqld\|sc_trans\|httpd"
    the black list line is empty else i would get an error :P
  3. Re: HOWTO: Set maximum CPU consumption in percentage by any process

    # ps aux | grep cpu
    root 8341 0.0 0.0 1788 556 ? S< 14:20 0:00 cpulimit -p 11030 -l 5 -z
    root 8420 0.0 0.0 1788 556 ? S< 14:20 0:00 cpulimit -p 11030 -l...
  4. Re: HOWTO: Set maximum CPU consumption in percentage by any process

    thx for help.

    i tried the first method inside your original loop and ended up with almost 1500 instances of cpulimit :S
    does the loop need some modification?

    gonna try with the invert match...
  5. Re: HOWTO: Set maximum CPU consumption in percentage by any process

    hi

    would like ask is it possible to limit more processes with the above script you wrote for akoblentz (so not only one application)?

    how would such script look like, or does it only need a...
Results 1 to 5 of 5