diff options
Diffstat (limited to 'code/perflow/flow_interarrival.R')
| -rw-r--r-- | code/perflow/flow_interarrival.R | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/code/perflow/flow_interarrival.R b/code/perflow/flow_interarrival.R deleted file mode 100644 index 5ef69ba..0000000 --- a/code/perflow/flow_interarrival.R +++ /dev/null @@ -1,8 +0,0 @@ -tcp_times = read.csv(file="../../data/perpacket/tcp_arrivel_time.csv", header=TRUE, sep=",") - -tcp_times_cdf = ecdf(tcp_times$time) - -plot(tcp_times_cdf, col="black", main="CDF of TCP inter-arrival time of TCP flows", xlab="time (s)", ylab="probability") -dev.print(png, '../../plots/perflow/interarrival.png', width=500) - -#quit() |
