[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
question of perflow monitor
Hi,
Does anyone know how to use the perflow Monitor to get aggregate
statistics on specific flows?
Is it possible to get aggregate statistics on flows that passed through
multiple routers?
source----r0------r1------r2-----r3-----dest
set r1fm_ [$ns makeflowmon Fid]
$ns attach-fmon [$ns link $r0 $r1] $r1fm 1
This only allow me to trace from link to link, how do I get aggreate
result for a connection which passes through r0, r1, r2, r3?
---Sonia