Network profiling tool

The best profiling tool for routing , tcp, udp and other network related stuff is under study. Initially I thought it would be like socket programming in general. But it is no way related to programming. The concept of profiling does not relate to programming , design, experimenting and other issues, but comes much later. It does stuff which include performance evaluation and modeling the future architecture of the sought after design.


It will be helpful if you have u heard of gprof. It is a performance tool which shows you how much of the resource is used, in case of a program which you write. The
gprof is a profiling tool for a gcc compiler based codes (c , c++) that tells you which piece of code runs for the longest time. By using this profiler, you can ascertain the probable hot spots in your code and hence fine tune your part of the code, that is buggy and make the entire software run faster.

test blog

bharath