Re: [GENERAL] Amazon EC2 CPU Utilization

From: John R Pierce <pierce(at)hogranch(dot)com>
To: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [GENERAL] Amazon EC2 CPU Utilization
Date: 2010-01-29 19:55:16
Message-ID: 4B633D24.6010407@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general


> top is not the be-all and end-all of analysis tools. I'm sure you
> know that, but it bears repeating.
>
> More importantly, in a virtualised environment the tools on the inside
> of the guest don't have a full picture of what's really going on.

Indeed, you have hit the nail on the head.

does anyone know what the ACTUAL hardware ec2 is using is? and, does
anyone know how much over-subscribing they do? eg, if you're paying
for 8 cores, do you actually have 8 dedicated cores, or will they put
several "8 virtual core" domU's on the same physical cores?

OOOOH.... I'm reading http://aws.amazon.com/ec2/instance-types/

As I'm interpreting that, an "XL" instance is FOUR /virtual/ cores,
allocated the horsepower equivalent of 2 1.0 Ghz core2duo style cores
each, or 1.7Ghz P4 style processors.

So we've been WAY off base here, the XL is *FOUR*, not EIGHT cores.
This XL is nominally equivalent to a dual socket dual core 2Ghz Xeon
3050 "Conroe".

Does this better fit the observations?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2010-01-29 20:05:53 Re: [GENERAL] Amazon EC2 CPU Utilization
Previous Message Kevin Grittner 2010-01-29 19:53:21 Re: BUG #5301: difference of behaviour between 8.3 and 8.4 on IS NULL with sub rows of nulls

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-01-29 20:05:53 Re: [GENERAL] Amazon EC2 CPU Utilization
Previous Message Chris Ernst 2010-01-29 19:54:37 Re: Learning more about attaches