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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南