From fe14a5b775a889cb98a11aed8722fbcc86b7c24f Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 15 Nov 2004 21:10:43 +0000 Subject: Add latency --- web/latency/ploticus/plot-samerange.pls | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 web/latency/ploticus/plot-samerange.pls (limited to 'web/latency/ploticus/plot-samerange.pls') diff --git a/web/latency/ploticus/plot-samerange.pls b/web/latency/ploticus/plot-samerange.pls new file mode 100644 index 0000000..f6af53c --- /dev/null +++ b/web/latency/ploticus/plot-samerange.pls @@ -0,0 +1,49 @@ +# + +#set X1 = 1 +#set Y1 = 1 +#set X2 = 5 +#set Y2 = 2 + +#proc getdata + file: tmp/values +#endproc + +#set SAMPLES = @NRECORDS +#set XMAX = 180 + +#proc areadef + rectangle: @X1 @Y1 @X2 @Y2 + yrange: 0 1 + #xautorange: datafields=1 + xrange: 0 @XMAX +#proc yaxis + label: received pings + stubs: incremental 0.5 + tics: none +#proc yaxis + stubs: none + ticincrement: 0.25 + grid: color=green +#proc xaxis + tics: yes + stubs: incremental + label: latency [m] +#proc xaxis + tics: none + selflocatingstubs: file tmp/stubs + grid: color=blue width=1 + stubdetails: adjust=0,+1.3 + +///////////////////////////////////// + +#proc areadef + rectangle: @X1 @Y1 @X2 @Y2 + yrange: 0 @SAMPLES + #xautorange: datafields=1 + xrange: 0 @XMAX +#proc lineplot + xfield: 1 + // sort: yes + accum: yes + instancemode: yes -- cgit v1.2.3