There are a couple of clients who load in hidden scripts. How to chop them off for an hour? FreeBSD.

  • But how is the user mechanism implemented? Are they tied to something or not? After all, the process can be tied to a user and if this process exceeds acceptable standards, then block for 10-15 minutes - Artem

3 answers 3

man 5 login.conf . A lot of interesting information on resource sharing. And who or what is planned to cut off? If the skipt, then periodically parsim the output, for example, iostat if cpu<mode> rolls over looking for ps culprit and kill (killall) , then there may be options .... And in the ports there is a demon blimitd maybe this is what we need.

    you can still try cpulimit

      You can try monit