commit 2fe5223c72107730f269159503308789a53226fe
parent cd5ee2338cd0c1d2923244d3ac2cc9695c5a8e25
Author: Florian Dold <florian@dold.me>
Date: Tue, 8 Mar 2022 21:56:38 +0100
add missing files for system documentation book
Diffstat:
10 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/doc/.gitignore b/doc/.gitignore
@@ -1,7 +1,6 @@
*.aux
*.dvi
*.log
-*.pdf
*.out
*.snm
*.toc
diff --git a/doc/system/.gitignore b/doc/system/.gitignore
@@ -1,5 +1,7 @@
thesis.pdf
thesis-*.pdf
+system.pdf
+system-*.pdf
thesis.out
summary/summary-english.pdf
*-converted-to.pdf
diff --git a/doc/system/plots/cpu.pdf b/doc/system/plots/cpu.pdf
Binary files differ.
diff --git a/doc/system/plots/latencies.pdf b/doc/system/plots/latencies.pdf
Binary files differ.
diff --git a/doc/system/plots/latency-summary-0.data b/doc/system/plots/latency-summary-0.data
@@ -0,0 +1,7 @@
+http://192.168.42.1:8081/deposit 22.3593
+http://192.168.42.1:8081/keys 1.139
+http://192.168.42.1:8081/reserve/withdraw 22.675
+http://192.168.42.1:8081/refresh/link 7.12287
+http://192.168.42.1:8081/refresh/reveal 63.6377
+http://192.168.42.1:8081/refresh/melt 20.7065
+http://192.168.42.2:8081/admin/add/incoming 0.501
diff --git a/doc/system/plots/latency-summary-100.data b/doc/system/plots/latency-summary-100.data
@@ -0,0 +1,7 @@
+http://192.168.42.1:8081/deposit 223.217
+http://192.168.42.1:8081/keys 201.251
+http://192.168.42.1:8081/reserve/withdraw 222.458
+http://192.168.42.1:8081/refresh/link 205.331
+http://192.168.42.1:8081/refresh/reveal 466.303
+http://192.168.42.1:8081/refresh/melt 223.9
+http://192.168.42.2:8081/admin/add/incoming 0.485
diff --git a/doc/system/plots/req-received.data b/doc/system/plots/req-received.data
@@ -0,0 +1,7 @@
+http://192.168.42.1:8081/deposit 0.339055
+http://192.168.42.1:8081/keys 3.748
+http://192.168.42.1:8081/reserve/withdraw 0.722583
+http://192.168.42.1:8081/refresh/link 3.15716
+http://192.168.42.1:8081/refresh/reveal 2.10851
+http://192.168.42.1:8081/refresh/melt 0.35252
+http://192.168.42.2:8081/admin/add/incoming 0.177
diff --git a/doc/system/plots/req-sent.data b/doc/system/plots/req-sent.data
@@ -0,0 +1,7 @@
+http://192.168.42.1:8081/deposit 1.36432
+http://192.168.42.1:8081/keys 0.145
+http://192.168.42.1:8081/reserve/withdraw 0.711581
+http://192.168.42.1:8081/refresh/link 0.215
+http://192.168.42.1:8081/refresh/reveal 1.42
+http://192.168.42.1:8081/refresh/melt 1.06365
+http://192.168.42.2:8081/admin/add/incoming 0.386
diff --git a/doc/system/plots/speed.pdf b/doc/system/plots/speed.pdf
Binary files differ.
diff --git a/doc/system/taler-arch-full.pdf b/doc/system/taler-arch-full.pdf
Binary files differ.