[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Flowmonitor



Daer all,

I've some problem with flowmonitor. I install 20 FTP flow between two nodes,
and hwen i collect the stats for the flow, I get only one row. Which means for
me, that there's only one flow.
Now I used NS 2.1b4, but when I used NS 2.1b3 I didn't have any problem with
this.

Here's my script, which collect the flow stats:

proc flowq {qmon ist} {
global ns ;
set time [$ns now]
set ch [open dump w]
$qmon attach $ch
$qmon dump
$ns at [expr $time + $ist] "flowq $qmon $ist"
set qmon [makeflowmon]
attach-fmon $l $qmon
$ns at 30.0 "flowq $qmon 30" 


Any comment could be helpful.



 * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 *    Gyula Bodog                                      *
 *     e-mail: [email protected]              *
 *     tel.: (06 1) 3-691-839                          *
 *     Student at Technical University of Budapest     *
 *                                                     *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * *