Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 Java 的 Windows 机器上。我想获得我的带宽和接收信号强度 (RSSI) 读数。
在我的 Mac 上,我分别使用 iperf 和 tcpdump 实用程序。
1) 我似乎无法从 winpdump 获取 RSS 读数
2) 我不确定如何从 Java 环境中调用这些实用程序
解决这些问题会容易吗,或者如果我只是切换到 *nix 平台来解决这些问题会更容易吗?