How to check bandwidth of websocket connection?
As per title. I'm currently using websocket-sharp, but I'm wondering if there is a universal way to do it.
I am thinking of sending 5 * 30 fps data (so basically 150 fps) and don't know if my websocket connection can handle it.
3 Replies
you could use the resource monitor to look at bandwidth of your connection
if u really just wanna check the bandwidth, u simply upload and/or download some data and check how long that takes.
but this sounds more like u want to measure how long the server needs to process the actual data.
for that kind of thing u need to upload the data and check how long it takes to get the response.
No I wanna check the throughput
Like if I can actually send 150 fps and get 150 fps (over subnet)