![](https://seccdn.libravatar.org/avatar/aea1d8248292e6482742234c5cb514de.jpg?s=120&d=mm&r=g)
On 2019/08/02 05:07, Carlos E. R. wrote:
...
So I do:
Isengard:~ # ps afxu | grep rsyncd root 10824 0.0 0.0 7432 812 pts/29 S+ 13:57 0:00 \_ grep --color=auto rsyncd root 4781 0.0 0.0 24584 760 ? Ss Aug01 0:00 /usr/sbin/rsyncd --daemon --no-detach root 8501 0.6 0.0 97452 4788 ? S 12:37 0:32 \_ /usr/sbin/rsyncd --daemon --no-detach root 8502 88.8 0.0 153260 5968 ? R 12:37 70:42 \_ /usr/sbin/rsyncd --daemon --no-detach Isengard:~ # cpulimit -e rsyncd -l 90 Warning: no target process found. Waiting for it... ^CExiting... Isengard:~ # cpulimit -p 8502 -l 90 Process 8502 detected
Why doesn't it act on the process by name "rsyncd"? It is obviously in the list of processes.. And I'm root.
---- It says it only acts on 1 process by that name, and to have it act on a specific one, use the pid. Which it did, you said 90%, and I see 88.8% So what's the problem? I did it on a specific pid, and it seemed to keep it within 10%. Problem is that it only seems to control one at a time. Too bad there's no option for a process-group.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org