[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Getting Link Utilizations in the C++ Code
> What is the best way to get the present utilization for the links attached
> to a node in C++ code.
look at delay.cc .... you could keep a probe there. the best way is to
have put a C++ probe with a TCl interface in SimpleDelayLink
> Also if there is a way to get the utilization, is there a way to set the
> sample interval for calculating
> the utilization?
you can do that with teh above solution.
debo