t2000 vs RHEL, RHEL wins?



I'm trying to compare an HP DL360 running RHEL4 with a T2000 and Solaris
10. It's been a number of years since I used Solaris so I probably
don't know how to best tune it anymore.

My test was to setup each with Apache2 to act as a download server.
With nearly equal traffic to each (~240Mbps), the linux box had more
httpd processes and a lower load average.

I really expected the Sun to way out perform the HP/Linux box.

Is there something I over looked?

root@sun-t2000 (/opt/csw/apache2/) 210> ps -eaf | grep http | wc -l
1507
root@sun-t2000 (/opt/csw/apache2/) 215> uptime
4:38pm up 17:40, 3 users, load average: 1.77, 4.04, 3.14

[root@hp-rhel4 conf]# ps -eaf | grep http | wc -l
2028
[root@hp-rhel4 conf]# uptime
17:24:55 up 5 days, 6:15, 2 users, load average: 0.56, 0.69, 0.45

The only significant change I made was to Apache2 as follows:

<IfModule mpm_prefork_module>
StartServers 2000
MinSpareServers 10
MaxSpareServers 50
ServerLimit 2048
MaxClients 2048
MaxRequestsPerChild 10000
</IfModule>

--
matthew zeier | Network Engineer | Mozilla Corp. | (650)903-0800 x219
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



Relevant Pages

  • guidance on SSL certs and Apache2
    ... I'm trying to set up apache2 to use ssl. ... including the fact that the setup is neither automated nor documented ... that a tool, ssl-cert, used at one point by apache2 for debconf, has ... There seem to be at least 3 ways to setup certificates: ...
    (Debian-User)
  • libapache2-mod-rpaf not in Etch
    ... For this setup i've chosen the current stable Debian distribution (Etch) because i need the stability / security that comes with it. ... It would also be a shame to dist-upgrade into Lenny for an apache2 module of only 8K in size... ...
    (Debian-User)
  • Re: tomcat + apache + java
    ... >Here are the current setup. ... Your best off using mod_proxy to connect tomcat and apache2 especially ... threaded apache2 worker MPM, ...
    (freebsd-questions)
  • Apache2 problem with Include statements in apache2.conf
    ... Since yesterday I restarted apache2 and since then it didn't start anymore: ... I am currently running testing, but I got the same error when ... reinstalling apache2 from unstable (this error actually prevents apache2 ...
    (Debian-User)
  • Re: LAMP and MySql
    ... MySql to apache2. ... You'll need to run the setup. ... Substitute www.domain.tld for your webserver hostname or ip address. ...
    (comp.os.linux)