计算可用带宽

发布于 2024-10-04 18:34:26 字数 104 浏览 5 评论 0原文

我需要在 Windows 中用 C++ 编写代码来计算可用带宽。 我目前计划使用云杉算法。 我想知道在 Windows 中是否有任何可用于该算法的代码。 或者是否有任何其他技术来获取互联网带宽。

I need write a code in C++ in Windows , to calculate available bandwidth.
I'm currently planing to use spruce algorithm.
i wanted to know is there any code available for this algorithm in windows .
or is there any other technique to get the internet bandwidth.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤独患者 2024-10-11 18:34:26

搜索“云杉算法”给我这个结果 http://iris.csail.mit.edu/spruce/

Spruce 是一种用于测量 Internet 路径上的可用带宽的工具。
下载源码

它是 GPLv2,用 C 编写 - 应该很容易移植到 C++。

Searching for "spruce algorithm" gives me this result http://iris.csail.mit.edu/spruce/ :

Spruce is a tool for measuring available bandwidth over Internet paths.
Download source code

It's GPLv2 and written in C - should be easily portable to C++.

若水般的淡然安静女子 2024-10-11 18:34:26

thrulay 是另一个网络容量测试器,它除了计算带宽外,还进行 rtt 并使用中值来总结延迟,正如它的作者 Stanislav Shalunov 在 平均延迟被认为有害 中所说,平均值是正确的如果样本的分布不固定,则几乎毫无意义

thrulay is another network capacity tester, which along with calculating the bandwidth, does the rtt and uses median for summarizing delay which as it's author Stanislav Shalunov in Mean Delay Considered Harmful is right as averages are mostly meaningless if the distribution from which the samples are taken isn't fixed

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文