Operating System - Linux
1753797 Members
7945 Online
108799 Solutions
New Discussion юеВ

Is there an equivalent PRM (process resource manager) on RHEL to cap a user's/app's Resource Usage

 
Alzhy
Honored Contributor

Is there an equivalent PRM (process resource manager) on RHEL to cap a user's/app's Resource Usage

My client is concerned that in light of recent events where it is far easier to "hang" a Linux system than UNIX -- if there is a similar implementation for resource capping in RHEL systems.

On HP-UX, we empooy PRM (Process Resource Manager) - where users can be mapped to resource caps like CPU for example. So during extremely busy siutations, a parituclar user will never be starved for resources or will never hog ALL CPU resources.


Is there such a similar facility on Linux?
Hakuna Matata.
2 REPLIES 2
Alzhy
Honored Contributor

Re: Is there an equivalent PRM (process resource manager) on RHEL to cap a user's/app's Resource Usage

Reiner  Rottmann
Frequent Advisor

Re: Is there an equivalent PRM (process resource manager) on RHEL to cap a user's/app's Resource Usage

Maybe you can use cpulimit to distribute your resources evenly amongst the users.

http://cpulimit.sourceforge.net/

(I have not tested this program)