views:

315

answers:

1

In my struggles to make our customer's experience of our web services as good as possible I am creating a webpage where the individual customer can measure their latency and bandwidth to our site.

Not really a hard task but I need some feedback on how to efficiently measure client upload bandwidth.

Anyone got an exmample/hint on how to create 1-5Mb of data and post it back to the server using jQuery?

BR

/Jens

+1  A: 

I found this via Google...

http://johan.andersson.net/blog/2009/03/simple-bandwidth-test-based-on-http.html

Josh Stodola
Thanks, clearly need to sharpen my Google skills.
JensJ