//
archives

graph

This category contains 5 posts

Create both TCP and UDP traffic, use nam to show animation and TCP variable tracing, use nam graph to show TCP sequence plot

Apply RED queuing disciplines, plot queue statistics with xgraph

Create TCP connection on simple topology, use nam to show animation

Using xgraph to create bar and line graphs

(1) In an xgraph data file list some number of data sets (one per curve). A data set contains an ordered pair of X Y coordinates, each point on a separate line.  The name of the data set can be specified by a line beginning with a double quote.  Here is some sample data for … Continue reading

Creating Output Files for Xgraph

[Source: http://www.isi.edu/nsnam/ns/tutorial/nsscript4.html%5D One part of the ns-allinone package is ‘xgraph’, a plotting program which can be used to create graphic representations of simulation results. In this section, I will show you a simple way how you can create output files in your Tcl scripts which can be used as data sets for xgraph. On the … Continue reading