diff options
author | Florian Dold <florian@dold.me> | 2022-03-08 21:56:38 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-03-08 21:56:46 +0100 |
commit | 2fe5223c72107730f269159503308789a53226fe (patch) | |
tree | 9e8fd647a2fbfff5540ae6118f1c56fab53f315e /doc/system | |
parent | cd5ee2338cd0c1d2923244d3ac2cc9695c5a8e25 (diff) |
add missing files for system documentation book
Diffstat (limited to 'doc/system')
-rw-r--r-- | doc/system/.gitignore | 2 | ||||
-rw-r--r-- | doc/system/plots/cpu.pdf | bin | 0 -> 11450 bytes | |||
-rw-r--r-- | doc/system/plots/latencies.pdf | bin | 0 -> 11163 bytes | |||
-rw-r--r-- | doc/system/plots/latency-summary-0.data | 7 | ||||
-rw-r--r-- | doc/system/plots/latency-summary-100.data | 7 | ||||
-rw-r--r-- | doc/system/plots/req-received.data | 7 | ||||
-rw-r--r-- | doc/system/plots/req-sent.data | 7 | ||||
-rw-r--r-- | doc/system/plots/speed.pdf | bin | 0 -> 8161 bytes | |||
-rw-r--r-- | doc/system/taler-arch-full.pdf | bin | 0 -> 293976 bytes |
9 files changed, 30 insertions, 0 deletions
diff --git a/doc/system/.gitignore b/doc/system/.gitignore index 3156fa055..368efd05f 100644 --- 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 differnew file mode 100644 index 000000000..6ac08a2b5 --- /dev/null +++ b/doc/system/plots/cpu.pdf diff --git a/doc/system/plots/latencies.pdf b/doc/system/plots/latencies.pdf Binary files differnew file mode 100644 index 000000000..f85609606 --- /dev/null +++ b/doc/system/plots/latencies.pdf diff --git a/doc/system/plots/latency-summary-0.data b/doc/system/plots/latency-summary-0.data new file mode 100644 index 000000000..8ba510704 --- /dev/null +++ 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 new file mode 100644 index 000000000..4b282e66a --- /dev/null +++ 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 new file mode 100644 index 000000000..d26da40f1 --- /dev/null +++ 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 new file mode 100644 index 000000000..40f524d30 --- /dev/null +++ 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 differnew file mode 100644 index 000000000..b809c1d21 --- /dev/null +++ b/doc/system/plots/speed.pdf diff --git a/doc/system/taler-arch-full.pdf b/doc/system/taler-arch-full.pdf Binary files differnew file mode 100644 index 000000000..9c3d8f2c4 --- /dev/null +++ b/doc/system/taler-arch-full.pdf |