forked from Deuxfleurs/mknet
Add latency
This commit is contained in:
parent
a40c123542
commit
fa61df5e07
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ggplot(d, aes(y = ms, group = daemon, fill=daemon)) +
|
||||||
x="Count",
|
x="Count",
|
||||||
fill="Daemon",
|
fill="Daemon",
|
||||||
caption="Get the code to reproduce this graph at https://git.deuxfleurs.fr/Deuxfleurs/mknet",
|
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.") +
|
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_classic() +
|
||||||
theme(legend.position = c(.15, .8))
|
theme(legend.position = c(.15, .8))
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 127 KiB |
Loading…
Reference in a new issue