I am working on a project where a user would connect to an AWS Ec2 instance using most probably UDP and I was wondering what the best service would be to test the network performance of an user connecting to the instance from the browser, from a Web page. An example of my requirement would be the ping test by The Gaming Project.
Any help would be greatly appreciated.
P.S: I am not very sure what the best tag to give for this, so I've given all that stackoverflow suggested.
Edit: I forgot to add that I need to do it from a website.
If this is about bandwidth, have a look at this discussion:
https://superuser.com/questions/1275043/measure-bandwidth-between-two-computer-in-a-lan
There are a few tools that can help you measure the bandwidth between any two computers, e.g iPerf, which apparently also allows you to measure UDP connections. Haven't tested it myself, but it looks promising...