Better Resources Limits on GUI

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
Hi,
users that using OpenVZ / Parallels can't use Cloudlinux resources limits
any anyway, not every one want to use this external solution.

Please consider to add MySQL / Apache / Bandwidth limits support to DA GUI
Links that can help:
https://github.com/opsengine/cpulimit
http://forum.directadmin.com/showthread.php?t=43042
http://monkey.org/~marius/pages/?page=trickle

Physical Resources:
CPU, Cores, Memory, vMemory, disk IO, bandwitdh
main soft Resources:
processes, MySQL, Apache / Nginx, PHP, Ftp, Emails

Best Regards,
 
FreeBSD offers a very easy to use resource controller which could be configured from the GUI: RCTL

RESOURCES
cputime CPU time, in seconds
datasize data size, in bytes
stacksize stack size, in bytes
coredumpsize core dump size, in bytes
memoryuse resident set size, in bytes
memorylocked locked memory, in bytes
maxproc number of processes
openfiles file descriptor table size
vmemoryuse address space limit, in bytes
pseudoterminals number of PTYs
swapuse swap usage, in bytes
nthr number of threads
msgqqueued number of queued SysV messages
msgqsize SysV message queue size, in bytes
nmsgq number of SysV message queues
nsem number of SysV semaphores
nsemop number of SysV semaphores modified in a single
semop(2) call
nshm number of SysV shared memory segments
shmsize SysV shared memory size, in bytes
wallclock wallclock time, in seconds
pcpu %CPU, in percents of a single CPU core

ACTIONS
deny deny the allocation; not supported for cpu and
wallclock
log log a warning to the console
devctl send notification to devd(8)
sig* e.g. sigterm; send a signal to the offending
process

Can be applied at the user or jail level
 
Back
Top