瀏覽代碼

Output the Floram data points for each plot

Ian Goldberg 1 年之前
父節點
當前提交
87ba837d2b
共有 1 個文件被更改,包括 25 次插入0 次删除
  1. 25 0
      repro

+ 25 - 0
repro

@@ -141,3 +141,28 @@ parse *.out > floram.dat
 
 echo
 echo "# Figure 7(a)"
+egrep 'Floram readwrite .* 30ms 100mbit .* s$' floram.dat | sort -k3 -n
+echo
+echo "# Figure 7(b)"
+egrep 'Floram readwrite 20 30ms .* s$' floram.dat | sort -k5 -n
+echo
+echo "# Figure 7(c)"
+egrep 'Floram readwrite 20 .* 100mbit .* s$' floram.dat | sort -k4 -n
+echo
+echo "# Figure 8(a)"
+egrep 'Floram read .* 1us 100gbit .* KiB$' floram.dat | sort -k3 -n
+echo
+echo "# Figure 8(b)"
+egrep 'Floram write .* 1us 100gbit .* KiB$' floram.dat | sort -k3 -n
+echo
+echo "# Figure 8(c)"
+egrep 'Floram readwrite .* 1us 100gbit .* KiB$' floram.dat | sort -k3 -n
+echo
+echo "# Figure 9(a)"
+egrep 'Floram read .* 30ms 100mbit .* s$' floram.dat | sort -k3 -n
+echo
+echo "# Figure 9(b)"
+egrep 'Floram read .* 1us 100gbit .* s$' floram.dat | sort -k3 -n
+echo
+echo "# Figure 9(c)"
+egrep 'Floram read .* 1us 100gbit .* KiB$' floram.dat | sort -k3 -n