What are the units on the graph?
How loaded are the client and server are when this is measured?
--
You received this message because you are subscribed to the Google Groups "seastar-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seastar-dev...@googlegroups.com.
To post to this group, send email to seast...@googlegroups.com.
Visit this group at https://groups.google.com/group/seastar-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/seastar-dev/e5beac6e-625c-42a4-beb0-f17a0922e7a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What are the units on the graph?
How loaded are the client and server are when this is measured?
On Tuesday, August 16, 2016 at 2:25:24 AM UTC-4, Avi Kivity wrote:What are the units on the graph?
micro seconds on the y access
x axis is the number of req in percentiles
How loaded are the client and server are when this is measured?
This graph is only for the client, full round trip. Effectively I measure from the time I call "send" which does:
output_stream<char>::write(...).then ( flush ). then ( input_stream<char>::read_exactly(40) )
The server and client ran on my old laptop each with 1 core and 1GB of memory using the posix runtime i.e:
./a.out -c 1 -m 1G
I realize this might not be the best scenario since I had chrome open, but I see the same tail latency step function if I justrun the 2 programs (client& server) and I see it on both runtimes.