Hi,
I have installed ns2 (ns-2.29) on my Suse10 and finish verification
successfully. I completely new at ns2 .....
Now, as it is sead in documentation I tried to do some tests with
scripts that are bundled with ns2. I am still learning....
I go in folder where ns2 is installed and under folder ...../tcl/test I
have found some scripts that I have tried to execute. It is going well
till one moment when I get this message:
>>>>>>>>>>>>>>could't execute "xgraph": no such file or
>>>>>>>>>>>>>>directory<<<<<<<<<<<<<<<<<<<<<
after that message script goes on doing other things ... but I think
this is not ok....
Now I am wondering what to do. Make folder "xgraph" ? Where? Or, I need
to point it out somewhere .... or what to do ?
Thank you for your help.
Al.
[EMAIL PROTECTED]
P.S. Here is a sample output while executing script:
------------------------------------------------------
inux:/tmp/ns2/ns/ns-2.29/tcl/test # ./test-all-xcp
Tests: simple-xcp xcp-tcp parking-lot-topo
Running test simple-xcp:
../../ns test-suite-xcp.tcl simple-xcp
initialized Sender 0 at 0.079000000000000015
initialized Sender 1 at 0.049700000000000001
initialized Sender 2 at 0.0030000000000000001
couldn't execute "xgraph": no such file or directory
while executing
"exec xgraph -nl -m -x time -y $what temp.rands &"
(procedure "_o3" line 25)
(TestSuite post-process line 25)
invoked from within
"$self post-process cwnd_ 0.0"
(procedure "_o3" line 53)
(Test/simple-xcp run line 53)
invoked from within
"$t run"
(procedure "runtest" line 17)
invoked from within
"runtest $argv"
(file "test-suite-xcp.tcl" line 618)
Test output agrees with reference output
next?
y
Running test xcp-tcp:
../../ns test-suite-xcp.tcl xcp-tcp
initialized Sender 0 at 0.079000000000000015
initialized Sender 1 at 0.049700000000000001
initialized Sender 2 at 0.0030000000000000001
initialized Sender 3 at 0.056600000000000011
couldn't execute "xgraph": no such file or directory
while executing
"exec xgraph -nl -m -x time -y $what temp.rands &"
(procedure "_o3" line 25)
(TestSuite post-process line 25)
invoked from within
"$self post-process cwnd_ 0.0"
(procedure "_o3" line 45)
(Test/xcp-tcp run line 45)
invoked from within
"$t run"
(procedure "runtest" line 17)
invoked from within
"runtest $argv"
(file "test-suite-xcp.tcl" line 618)
Test output agrees with reference output
next?
q
--------------------------------------------------------------------------------'