View Single Post
Old February 19th, 2008, 9:29 AM   #3 (permalink)
Gamer.Saga
php, wha?!
Comfy Contributor
 
Gamer.Saga's Avatar
 
Joined in Feb 2008
163 posts
Gave thanks: 4
Thanked 5 times
I have no idea how to go about seeing how much of the resources it's actually using. My test environment ain't very sophisticated and I've not figured out how to do it with my reseller account yet. All I can find is the server usage... not the detailed information on what user is using what.

I know I can't exceed this:
Quote:
Memory usage may not exceed 10% per domain/file/application
CPU usage may not exceed 20% per domain/file/application
Apache connections may not exceed 30 connections
15 MySQL maximum user connections allowed
350 emails per hour, per domain
but I don't know if I would be exceeding that...

Also, the minimum connection time wouldn't really be 5 seconds. The idea is to provide the data as it happens. Apache has a timeout limit default of 30 seconds. This causes for more reconnections. I'll probably end up making a server that runs on my own personal machine to be a median for data, but I still wanna to get a solid grasp on the feasibility of this concept. Maybe a reoccurring ajax connection without the HTTP connection being held would simply be enough to not peek resource use?
__________________
HD.C | MyTwitter
I am addicted to LINUX.
Gamer.Saga is offline   Reply With Quote