diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-23 22:53:35 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-23 22:53:35 +0200 |
commit | fa61df5e0782b55084fe73ccfdf527564f87f771 (patch) | |
tree | 545213fa758e2cd3f33cb37f4a387fe151fa9bfc /artifacts/2022-09-23-s3ttfb | |
parent | a40c12354257418e686892a7612d7e11a1a58235 (diff) | |
download | mknet-fa61df5e0782b55084fe73ccfdf527564f87f771.tar.gz mknet-fa61df5e0782b55084fe73ccfdf527564f87f771.zip |
Add latency
Diffstat (limited to 'artifacts/2022-09-23-s3ttfb')
-rw-r--r-- | artifacts/2022-09-23-s3ttfb/plot.R | 2 | ||||
-rw-r--r-- | artifacts/2022-09-23-s3ttfb/plot.png | bin | 127717 -> 129806 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/artifacts/2022-09-23-s3ttfb/plot.R b/artifacts/2022-09-23-s3ttfb/plot.R index 84d4872..a505a14 100644 --- a/artifacts/2022-09-23-s3ttfb/plot.R +++ b/artifacts/2022-09-23-s3ttfb/plot.R @@ -17,7 +17,7 @@ ggplot(d, aes(y = ms, group = daemon, fill=daemon)) + x="Count", fill="Daemon", caption="Get the code to reproduce this graph at https://git.deuxfleurs.fr/Deuxfleurs/mknet", - title="TTFB (Time To First Byte) on GetObject over a slow network (5 Mbps)", + title="TTFB (Time To First Byte) on GetObject over a slow network (5 Mbps, 500 µs)", subtitle="A 1MB file is uploaded and then fetched 60 times.\nExcept for Minio, the queried node does not store any data (gateway) to force net. communications.") + theme_classic() + theme(legend.position = c(.15, .8)) diff --git a/artifacts/2022-09-23-s3ttfb/plot.png b/artifacts/2022-09-23-s3ttfb/plot.png Binary files differindex 774e0f8..1909ab2 100644 --- a/artifacts/2022-09-23-s3ttfb/plot.png +++ b/artifacts/2022-09-23-s3ttfb/plot.png |