1
     2
     3
     4
     5
     6
     7
     8
     9
set terminal svg size 900, 500
set output "copy-on-write.svg"
set title "Real time of fork and wait in dependence of updated pages"
set xlabel "number of updated pages"
set ylabel "avg time in us"
set key outside
set pointsize 0.5
plot "copy-on-write.out" using 1:2 with linespoints lt 2 \
   title "Linux 4.9.0-8-amd64 on Intel i5-3470 3.20GHz"