FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: Dan on March 12, 2006, 03:42:07 PM

Title: cpu usage
Post by: Dan on March 12, 2006, 03:42:07 PM
I'm not sure if cpu is the right word for it but anyway you know what I mean. Is there a limit on this/and is there any way to monitor it if so? if any of my php scripts were using excessive cpu I could disable them, if I had a way of knowing.
Cheers.
Title: Re: cpu usage
Post by: webzone (archived) on March 12, 2006, 07:27:04 PM
There is no way to check that. The best thing you can do is to optimize your scripts. The PHP manual is a valuable resource for that. When you look for a function in the manual, you may find a note that tells you which functions are a better and faster way to do what you want.
Title: Re: cpu usage
Post by: Ben on March 12, 2006, 10:15:03 PM
Yeah, the only access I have to see CPU usage is on a server-wide basis.. which, at this time, is 22.7%.. so there aren't really any worries.
Title: Re: cpu usage
Post by: Dan on March 13, 2006, 03:28:50 PM
Okay. I guess i'll be contacted if i use too much. :D