I want to compare my home server (Debian 6) and Amazon EC2 (Ubuntu 10.04)

Is there a program that I can simply and download and run to get the comparison values?

I want to compare harddrive I/O, CPU, memory and etc.

link|improve this question

feedback

closed as off topic by Zypher Jan 20 at 17:49

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

To measure actual throughput Apachebench is simple but can give you a good first approximation.

After that perhaps you should look into a tool like Jmeter, which allows you to save test cases relevant to your websites and do stress testing using them.

On Debian the respective packages are apache2-utils and jmeter.

If you want to stress test the server itself you can run bonnie++ locally for I/O testing.

To get a comparable approximation on the CPU speed I always run openssl speed. It has the advantage of already being there on the majority of servers.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.