Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-19-2005, 07:15 PM
|
#1
|
Senior Member
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092
Rep:
|
limit CPU consumption
How can I force a CPU consumption limit? Say per user.... or system-wide.... both if possible? 
|
|
|
07-19-2005, 08:24 PM
|
#2
|
Member
Registered: Apr 2001
Location: Bremen, Germany
Distribution: Debian
Posts: 303
Rep:
|
You can limit the cpu time a process or user can use and the process priorities but you cannot limit a user to only use, say 50% of the available cpu cycles.
An easy way to set user limits is through pam_limits.so. The drawback is, that these limits are enforced on a per session basis, not system wide. So if you limit the cpu time to n minutes for a particular user this limit will be enforced on the current login session. If the user logs in m times he has m*n minutes cpu time available. Of course, you can also limit the number of simultanous logins through pam_limits. See /etc/security/limits.conf and man limits.conf.
If you need something more sophisticated you might need to turn on process accounting and write a script to automatically take action once certain limits are reached.
|
|
|
07-19-2005, 08:29 PM
|
#3
|
Senior Member
Registered: Apr 2003
Location: Costa Rica
Distribution: Kubuntu, Debian, Knoppix
Posts: 2,092
Original Poster
Rep:
|
mmmmmmmm.......... well.... I think it would be OK if I set the nice level to a reasonable value... say......... 19  . Could that be set by root so that users can't set it BELOW the value set by root?
Last edited by eantoranz; 07-19-2005 at 08:33 PM.
|
|
|
07-19-2005, 08:32 PM
|
#4
|
Member
Registered: Apr 2001
Location: Bremen, Germany
Distribution: Debian
Posts: 303
Rep:
|
Quote:
Originally posted by eantoranz
Could that be set by root so that users can't set it BELOW the value set by root?
|
Yes.
man renice and see my last post.
|
|
|
All times are GMT -5. The time now is 05:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|