2010/11/10 Gianluca Cecchi <gianluca.cec...@gmail.com>:
> Probably on friday morning (Italy time) I'll have some time to access
> and compare 2 quite identical Dell M610 blades.
> One with an up2date 5.5 and another with rh el 6 beta2 + kernel
> update. Both x86_64.
> These ones are connected to internal storage and also to 10Gbit/s
> iSCSI SAN (the target of my initial comparison).
> I could do some tests (in the mean time official rh el 6 could be out...)
> But as my time slot will be short and I'm more an Apache user than an
> admin... it could help if anyone provides a quick howto/setup for the
> benchmark (parameters and so on).

Hi Gianluca,

I think this is a great idea.

To compare with my results here are the instructions:
I suggest to use default file system options!

1) yum install httpd
2) cd /var/www/html
3) touch test.html
4) test.html code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Webserver test</title>
</head>
<body>
This is a webserver test page.
</body>
</html>

and the benchmark:

5) ab -n 100000 -c 5 http://yourip/test.html

This takes no longer than 5 minutes.

Thank you.

Best regards,

Morten

_______________________________________________
rhelv6-beta-list mailing list
rhelv6-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv6-beta-list

Reply via email to