ispCP - Board - Support
How many domains are you running? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Small Talk (/forum-20.html)
+--- Thread: How many domains are you running? (/thread-1028.html)

Pages: 1 2 3 4 5 6 7


RE: How many domains are you running? - ispcomm - 05-05-2008 05:33 PM

This thread is old, but I would like to contribute.

I run an average of 150-250 domains per server using vhcs2 (modified for the purpose ;-). I also have an old server which is serving the same amount of domains (~200) with no control panel (hand installed and tuned). This old server is a dual P-III with 1024MB of ram and 3-disk soft raid-5 running on 120gbyte pata disks. The point is: any server should be enogh provided it's properly installed and tuned. I have notice of P4-3000 with 2Gbyte memory and hardware raid10 pushing an excess of 500 domains per server.

However, vhcs2 and omega (judging from some source code reading) will have trouble crossing the 100domain mark in their default configuration.

The problem is not how fast are the servers but the design and handling of logs, backups, statistics analysis etc. The continuous copying of files, analyzing and updating is killing performance as most of the time is spent copying and handling old data rather than serving sites.

The original vhcs2 I was using (3 years ago) hit it's dead point as soon as I reached the 50 domains mark. The problem gets even worse if a few of the sites are medium-traffic ones (I mean in the range of 1gbyte logs per day).

I would like to start a new thread for optimizing all this stuff (and post my mods) however I'm waiting for 1.0.0 to get out of the gates as any "distraction" would probably delay it's release.

ispcomm


RE: How many domains are you running? - xister - 05-05-2008 05:57 PM

The big problem are the log files.
We have five open logs files for one domain. Sad

see here:
http://www.isp-control.net/forum/max-domainanzahl-in-ispcp-t-2929.html
http://www.isp-control.net/forum/real-time-statistics-t-3137.html
http://www.isp-control.net/forum/log-centralisation-mining-t-2197.html


RE: How many domains are you running? - rsmithgs - 05-05-2008 06:12 PM

ispcomm Wrote:This thread is old, but I would like to contribute.

I run an average of 150-250 domains per server using vhcs2 (modified for the purpose ;-). I also have an old server which is serving the same amount of domains (~200) with no control panel (hand installed and tuned). This old server is a dual P-III with 1024MB of ram and 3-disk soft raid-5 running on 120gbyte pata disks. The point is: any server should be enogh provided it's properly installed and tuned. I have notice of P4-3000 with 2Gbyte memory and hardware raid10 pushing an excess of 500 domains per server.

However, vhcs2 and omega (judging from some source code reading) will have trouble crossing the 100domain mark in their default configuration.

The problem is not how fast are the servers but the design and handling of logs, backups, statistics analysis etc. The continuous copying of files, analyzing and updating is killing performance as most of the time is spent copying and handling old data rather than serving sites.

The original vhcs2 I was using (3 years ago) hit it's dead point as soon as I reached the 50 domains mark. The problem gets even worse if a few of the sites are medium-traffic ones (I mean in the range of 1gbyte logs per day).

I would like to start a new thread for optimizing all this stuff (and post my mods) however I'm waiting for 1.0.0 to get out of the gates as any "distraction" would probably delay it's release.

ispcomm

Maybe it's worth starting this thread now? Wouldn't have thought there would be that many effecting factors between now and 1.0.0 stable?


RE: How many domains are you running? - ispcomm - 05-05-2008 06:35 PM

xister Wrote:The big problem are the log files.
We have five open logs files for one domain. Sad
Yes, their number and their handling is what I'm painfully aware of. Thanks for the pointers. I had already found the mod_log_spread one, but since my language is not german I hadn't found the other one.

I have studied the way gplhost solved their stuff (and for that matter I have studied all other open and many proprietary control panels released in the last 10 years). I have a solution for my own vhcs servers (but it breaks compatibility so it's a post 1.0.0 thing).

If you're curious, my solution only uses a single combined log file for all domains (and an extra error file, also for all domains). Logs are then tailed and fed in the database by a single process. A separate process filters them and feeds awstats. There's a house-keeping process that makes sure databases are compact and fast (i.e. not rrd as that looses too much data, but also well under the 2-3 million rows that vhcs would keep if I let it).

I could not believe it when I first discovered vhcs had set up a separate log file just for the bytes exchange on each request (that is just plain lazy and stupid).

ispcomm.

PS: Omega started when I was to fork vhcs by myself. So I've been lurking ispcp since the beginning and I've been hoping it would move on from where vhcs left. While seeing much effort from the developers, I won't hide my disappointment versus the actual results. Ispcp looks more like a facelift to vhcs instead of dealing with the structural problems that are present in it. This is why I decided to become more active in the development trying to help out amaic (as much as I can).


RE: How many domains are you running? - ergo - 05-07-2008 04:53 PM

i have 30 domains on my VPS so far.


RE: How many domains are you running? - KeNt - 05-08-2008 08:58 PM

I have IQ - 25 cm =)))


RE: How many domains are you running? - momo - 06-14-2008 12:20 PM

I have 47 domaine and it is very smooth


RE: How many domains are you running? - peman - 07-29-2008 10:30 PM

We have 5 so far.


RE: How many domains are you running? - nuno - 07-30-2008 06:18 AM

so far 22 Smile good product


RE: How many domains are you running? - xister - 07-30-2008 06:45 AM

279 Domains and 82 Subdomains but a big problems with the logfiles (the old story).