monitoring streaming server and display throughput
Posted
by I__
on Stack Overflow
See other posts from Stack Overflow
or by I__
Published on 2010-06-15T03:49:05Z
Indexed on
2010/06/15
3:52 UTC
Read the original article
Hit count: 135
.NET
Scenario: laptop (running RHEL 5.3 / 5.4) with Wi-Fi allowing incoming connections (the laptop is the DHCP server and default gateway of any device that connects to it). The laptop has a streaming server installed (my app).
I need to program an app that could monitor this link (device / streaming server) and display the throughput. More importantly, I need this app to be able to throttle the throughput.
Think WANem but as an app, or netlimiter but (way) simpler and for RHEL.
If you need clarifications, let me know.
is there a library that could help me? i've done mostly windows business applications programming, and i have no clue about this stuff. please help me to get started!
© Stack Overflow or respective owner