开发者

Packet generation for routing

开发者 https://www.devze.com 2023-01-26 18:11 出处:网络
As part of a coursework i am changing the kernel\'s ip lookup code, i have made the changes and i would like t开发者_Python百科o test it ..

As part of a coursework i am changing the kernel's ip lookup code, i have made the changes and i would like t开发者_Python百科o test it .. how should i go about generating data for these ip lookups .. will changing /proc/sys/net/ip_forward to 1 help me generate the data i want ??

In other words, i have different sets of implementation for ip lookup in kernel and i would like to collect the statistics for these implementations , how should i go about it ..


Can you be more specific? If you want to generate network data/flow easily you can use iperf, if you want to monitor network traffic as its entering/leaving a machine with your modified kernel then use wireshark.

If you are more specific, then I can help more.

0

精彩评论

暂无评论...
验证码 换一张
取 消