Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I've had a few complaints of slow performance from different quarters of the globe after a move to AWS.

This is a general question I guess, but how does one go about identifying performance for users who are geographically disparate? I.e. I'd like to see, trace and analyse the experience on a New Zealand user to our European AWS stack.

Obviously proxy's can help (wherever they may be), but are there established ways and means here?

share|improve this question
To provide enough information to point you in the right direction would fill a sizable book. – symcbean Nov 28 '11 at 13:07
Great - thanks very much. – waxical Nov 28 '11 at 13:48

closed as not a real question by symcbean, voretaq7 Jul 28 '12 at 4:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You'd have to define "performance" first. This is harder than it looks.

Other than that, proper log files, DNS latency timings, and a geoIP database to draw from would go a long way.

share|improve this answer
Specifically, I'm getting hassle for slow download speeds of videos. This is going over cloudfront, so would assume it'd be taken care of and logs are restrictive - as I'm not directly passing the stuff. – waxical Nov 28 '11 at 14:22
...that's a bit more specific. How are you serving up these files? Since they will be downloaded in large chunks, the problem has little to do with latency and is all about bandwidth. Which is mainly a problem at the client end. But usniog a CDN should help. – symcbean Nov 28 '11 at 17:53

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