Monitoring packet loss on Windows based EC2

0

A customer is running a proof-of-concept for live video playout using Windows-based EC2 instances running Grass Valley. At bitrates approaching 45 Mbps they start to see packet loss impacting the quality of the video and would like ways to monitor the packet loss directly on the EC2 instances as near to realtime as possible.

What are good ways to do this on Windows with as little latency as possible to allow the customer to monitor and alert on packet loss problems?

AWS
已提问 4 年前487 查看次数
1 回答
0
已接受的回答

You could use Windows Performance Counters to get those metrics directly from Windows.

See: https://docs.microsoft.com/en-us/windows-server/networking/technologies/network-subsystem/net-sub-performance-counters#bkmk_np

And within PerfMon (Performance Monitoring) in Windows you can create data collector sets, to get some data to do further analytics, as well as a performance counter alert to send an email if a specific counter exceeds a set threshold.

AWS
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则