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.
|
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.
| |||
|
feedback
|
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
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 If you want to stress test the server itself you can run To get a comparable approximation on the CPU speed I always run | ||||
|
feedback
|