Index: doc/theses/thierry_delisle_PhD/thesis/Makefile
===================================================================
--- doc/theses/thierry_delisle_PhD/thesis/Makefile	(revision 0d24ff2dd7c47457bb583e12ae019d6c9b6e19a6)
+++ doc/theses/thierry_delisle_PhD/thesis/Makefile	(revision 8f092423f5b5472bdbda3d810230de4a1bf5def6)
@@ -28,9 +28,5 @@
 }}
 
-FIGURES = ${addsuffix .tex, \
-}
-
-PICTURES = ${addsuffix .pstex, \
-	base \
+FIGURES = base \
 	base_avg \
 	base_ts2 \
@@ -54,14 +50,22 @@
 	cycle \
 	result.cycle.jax.ops \
+	result.cycle.nasus.ops \
 	result.yield.jax.ops \
+	result.yield.nasus.ops \
 	result.churn.jax.ops \
 	result.cycle.jax.ns \
+	result.cycle.nasus.ns \
 	result.yield.jax.ns \
+	result.yield.nasus.ns \
 	result.churn.jax.ns \
 	result.cycle.low.jax.ops \
+	result.cycle.low.nasus.ops \
 	result.yield.low.jax.ops \
+	result.yield.low.nasus.ops \
 	result.churn.low.jax.ops \
 	result.cycle.low.jax.ns \
+	result.cycle.low.nasus.ns \
 	result.yield.low.jax.ns \
+	result.yield.low.nasus.ns \
 	result.churn.low.jax.ns \
 	result.memcd.updt.qps \
@@ -69,6 +73,8 @@
 	result.memcd.rate.qps \
 	result.memcd.rate.99th \
-	SQMS \
-}
+	result.swbsrv.25gb \
+	SQMS
+
+PICTURES = ${addsuffix .pstex, ${FIGURES} }
 
 PROGRAMS = ${addsuffix .tex, \
@@ -80,5 +86,5 @@
 ## Define the documents that need to be made.
 all: thesis.pdf
-thesis.pdf: ${TEXTS} ${FIGURES} ${PICTURES} thesis.tex glossary.tex local.bib ${LaTMac}/common.tex ${LaTMac}/common.sty ${BibRep}/pl.bib
+build/thesis.dvi: ${TEXTS} ${PICTURES} thesis.tex glossary.tex local.bib ${LaTMac}/common.tex ${LaTMac}/common.sty ${BibRep}/pl.bib
 
 DOCUMENT = thesis.pdf
@@ -144,31 +150,42 @@
 	python3 $< $@
 
-cycle_jax_ops_FLAGS = --MaxY=120000000
-cycle_low_jax_ops_FLAGS = --MaxY=120000000
-cycle_jax_ns_FLAGS = --MaxY=2000
-cycle_low_jax_ns_FLAGS = --MaxY=2000
-
-yield_jax_ops_FLAGS = --MaxY=150000000
-yield_low_jax_ops_FLAGS = --MaxY=150000000
+cycle_jax_ops_FLAGS = --MaxY=500000000
+cycle_low_jax_ops_FLAGS = --MaxY=500000000
+cycle_jax_ns_FLAGS = --MaxY=4000
+cycle_low_jax_ns_FLAGS = --MaxY=4000
+
+cycle_nasus_ops_FLAGS = --MaxY=1250000000
+cycle_low_nasus_ops_FLAGS = --MaxY=1250000000
+cycle_nasus_ns_FLAGS = --MaxY=1500
+cycle_low_nasus_ns_FLAGS = --MaxY=1500
+
+yield_jax_ops_FLAGS = --MaxY=1000000000
+yield_low_jax_ops_FLAGS = --MaxY=1000000000
 yield_jax_ns_FLAGS = --MaxY=1500
 yield_low_jax_ns_FLAGS = --MaxY=1500
 
-build/result.%.ns.svg : data/% Makefile | ${Build}
+build/result.%.ns.svg : data/% Makefile ../../../../benchmark/plot.py | ${Build}
 	../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops/procs" $($(subst .,_,$*)_ns_FLAGS)
 
-build/result.%.ops.svg : data/% Makefile | ${Build}
+build/result.%.ops.svg : data/% Makefile ../../../../benchmark/plot.py | ${Build}
 	../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second" $($(subst .,_,$*)_ops_FLAGS)
 
-build/result.memcd.updt.qps.svg : data/memcd.updt Makefile | ${Build}
+build/result.memcd.updt.qps.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
 	../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Update Ratio"
 
-build/result.memcd.updt.lat.svg : data/memcd.updt Makefile | ${Build}
+build/result.memcd.updt.lat.svg : data/memcd.updt Makefile ../../../../benchmark/plot.py | ${Build}
 	../../../../benchmark/plot.py -f $< -o $@ -y "Average Read Latency" -x "Update Ratio"
 
-build/result.memcd.rate.qps.svg : data/memcd.rate Makefile | ${Build}
+build/result.memcd.rate.qps.svg : data/memcd.rate Makefile ../../../../benchmark/plot.py | ${Build}
 	../../../../benchmark/plot.py -f $< -o $@ -y "Actual QPS" -x "Target QPS"
 
-build/result.memcd.rate.99th.svg : data/memcd.rate Makefile | ${Build}
+build/result.memcd.rate.99th.svg : data/memcd.rate Makefile ../../../../benchmark/plot.py | ${Build}
 	../../../../benchmark/plot.py -f $< -o $@ -y "Tail Read Latency" -x "Target QPS"
+
+build/swbsrv.% : data/swbsrv.%.nginx data/swbsrv.%.cfa Makefile ../../../../benchmark/process-trun.py | ${Build}
+	../../../../benchmark/process-trun.py --out $@ $^
+
+build/result.swbsrv.%.svg : build/swbsrv.% Makefile ../../../../benchmark/plot.py | ${Build}
+	../../../../benchmark/plot.py -f $< -o $@ -y "Data Rate" -x "Request Rate"
 
 ## pstex with inverted colors
