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.
大家好,我想计算 ns2 中 2 个节点 n0 和 n1 之间的链路利用率。我有 out.tr 文件,其中包含该链接的跟踪队列输出。请尽快帮助我解决这个问题谢谢
嗨,所有这个非常简单的问题。您应该收集在端节点(n1)中接收到的字节总和并将其除以模拟时间。然后将此数字除以链路容量。谢谢