Hi sir
I try to get a graph by using xgraph at ns2 , i want to show the loss paquet rate in graph .
i use a file awk to get it but when i try to execute "awk -f lpr.awk out.tr " an error message showen " syntax error " .
I want to know how can i get a graph using xgraph and awk code ?
hello sir
plz do tell how to create xgraph in ns2.
im giving following code to execute
exec xgraph -M -bb -geomatery 800*400 test1.tr &
and its not ploting the graph, rather giving some parameters passed to graph as output
hello sir,
please help me in generating xgraph. when i type xgraph I get an error message "Command not found" or "Nothing to plot" though I have installed xgraph.I use NS 2.34.
Hi,
Whenever I run xgraph command, the output is
[1] 6177
For 2nd instance, the output is
[2] 6179
[1] Segmentation fault (core dumped)
and so on.
The command which I have used is "exec xgraph Throughput &"
If i use command "xgraph Throughput &", I get
Segmentation fault (core dumped)
I am unable to get the graph.
Please help me!!!
PHP Code:
Hello guys!
Does anyone have a solution to trace graph windows not loading properly. I am using ubuntu 14.10 and when i run something like "paulchiedo@paulchiedo-virtual-machine:~/Documents/tracegraph202$ ./trgraph /home/paulchiedo/mobilesense.tcl" I get "ERROR: No data! choose another time interval" on the terminal. The three trace file windows open but the problem is that for the "Graph's" window only the -file, -options on the menu bar is highlighted. For the "Trace garph 2.02" window -file, - Options menus are highlighted but no data apears and finally for the "Network Information" window only -Options on the menu tab is highlited.
* It is however noteworthy that this problem did not start from the point of installation as the trace graph had worked fine prior to this problem..
I would really appreciate it if someone would be so nice to help me through this problem. Thank you in advance!
What to do if this line appears in the Xgraph
Parameter LabelFont: can't translate `helvetica-10' into a font (defaulting to `fixed )
I am currently doing my project in NS2. i need to analyze my tracefile with xgraph. so i am in need of AWK scripts that are used to generate xgraph(eg:Time vs Throughput). Can any one pls help me??
Hi!
I wrote a script shell about changing IP of the httpd.conf from text file and saving a new httpd.conf file for all IPs in the text file. The code is below, Im using mremote on windows (RHEL Release 5.7), and getting this error:
./script1.sh: line 19: syntax error: unexpected end of file
Please help me about that error. Thanks!
(ps: line 19 is the last line in the code => done < "$filename" )
#!/bin/bash
DATE='date +%Y%m%d_%H:%M:%S'
NAME=httpd_ip_change
EXTENSION=conf
max=10
filename="$1"
while read -r line
for ((i=2; i<=$max; ++i ))
do
touch $NAME$i.$EXTENSION.$DATE
sed "s/<VirtualHost 10.11.92.81:80>/$line/g" ./httpd.conf > $NAME$i.$EXTENSION.$DATE
done < "$filename"
Hi
i ve installed ns2.35 in ubantu14.04,
i hav successfully run tcl script, bt when i've tried to execute nam command, it gave me " Segmentation fault (core dump)" .
although i can sucessfully run awk & Xgraph commands, bt unable to run nam
plz help me out...
I have simple c code and I want to make .bin file to run on friendly arm board. In redhat I install cross compile gcc and Use "gcc -o hello hello.c" this command to make object file. when I run this file in friendly arm it give "line 1: syntax error: unexpected "(" "
Thanks
--
Abdul Wahab
Hello,
Please find attached the code.
The code is correct but when i execute the nam i have this error:
najat@najat-laptop:~/test$ Cannot connect to existing nam instance. Starting a new one...
nam: Unable to open the file "mih.nam.nam"
Can someone help me??
Thanks in advance.