interfasys
Verified User
I'd love to be able to set a CPU limit on some accounts, so that those don't take a server down.
ExtendedStatus On
<Location /serverstatus>
allow from YOURIP
deny from all
SetHandler server-status
</Location>
l0rdphi1 said:Very, very interesting. If only the 'CPU' column could be monitored, a script could VERY EASILY keep a running total per domain. Then you could "limit X CPU per minute" or something.
S2S-Robert said:And if this script is not a resource hog, you could just let it run every second and print out the results 'realtime'. Or run a graph next to it.