[duplicte of #657] vHive Latency components #676
niravnshah
started this conversation in
General
Replies: 1 comment
-
Sorry for the repetition of the question. I did not realize @ustiugov has already replied for some of the answers on another thread here in #657. Continuing the discussion there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While experimenting with vhive cluster, I wanted to get the benchmark latency components for various functions that has been published in ASPLOS 21 paper
I am trying to benchmark following two charts mentioned in the paper..
To capture the data, I am using following command.
sudo env "PATH=$PATH" go test -v -run TestBenchServe -args -iter 10 -benchDirTest /home/user/vhive/logs -metricsTest -funcName pyaes -snapshotsTest -upfTest 1>/home/user/vhive/logs/pyaes.out 2>/home/user/vhive/logs/pyaes.err
With this command I am getting the following components.
From the charts, can you please confirm which of the above component correspond to the following? Or else, how to obtain these?
Also, it would be nice if you can provide a brief explanation on what each of the following component would mean in the context of a cluster. A more precise explanation about starting and ending point for these time components would be helpful.
Thanks in advance,
Nirav.
Beta Was this translation helpful? Give feedback.
All reactions