监控本地网络流量问题

发布于 2024-08-03 02:07:37 字数 240 浏览 2 评论 0原文

我正在使用 Windows 任务管理器的“网络”选项卡来监视本地网络流量,以测试我的应用程序将使用多少带宽。我的场景是,我将使用本地控制台客户端应用程序将数据(使用 Http POST 方法)发送到本地 IIS 7.0 服务器。

我的问题是无法使用 Windows 任务管理器的“网络”选项卡监控流量。我的环境是,VSTS 2008 + C# + .Net 3.5 + Windows Vista x86 Enterprise。任何想法有什么问题吗?

I am using Networking Tab of Windows Task manager to monitor local network traffic to test how much bandwidth my application will use. My scenario is, I will use a local console client application to send data (using Http POST method) to local IIS 7.0 server.

My issue is no traffic could be monitored using Networking Tab of Windows Task manager. My environment is, VSTS 2008 + C# + .Net 3.5 + Windows Vista x86 Enterprise. Any ideas what is wrong?

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

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

发布评论

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

评论(2

樱桃奶球 2024-08-10 02:07:37

本地环回范围内的流量不受监控,因为它并不真正使用网络。我想您必须在自己的程序中以编程方式收集这些统计信息,除非您有另一台机器。

Traffic in local loopback scope is not monitored as it don't really use the network. I guess you will have to collect these statistics programatically in your own program, unless you have another machine.

野生奥特曼 2024-08-10 02:07:37

我想,由于它都是本地的,我相信Windows将解析本地主机而不是将其转发到NIC,因此不会产生任何网络流量。

I imagine that as it's all local, I belive Windows will resolve localhost and not forward it to the NIC, thus not producing any network traffic.

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