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?

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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ