-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation/Display issue with rates #90
Comments
Hi @ck-9000 , |
Ah, thanks. What about the data rate thing? Isn’t that about bytes rather than sessions?
…Sent from my iPhone
On Nov 30, 2018, at 5:15 AM, Matteo Triggiani <[email protected]<mailto:[email protected]>> wrote:
Hi @ck-9000<https://github.com/ck-9000> ,
we mean "session sends per second" from an application perspective, so not necessarily a single packet per send
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#90 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ArMj6cwyrcObYovyD3WuWuIPRMddPViDks5u0QUlgaJpZM4Y6iEA>.
|
setup rate is the number of connections that the clients in the test are allowed to initiate [per second] is this what you need to know? |
Based on my testing it would appear to be an actual data rate, like in bytes per second because when I double that value, the switch interfaces show double the bandwidth regardless of how many connections or how fast they open. It seems to be a bandwidth cap. Like if I set it to 10,000, I get a bit over 10 megabit on the switch interfaces it is using, and if I set it to 100,000 I get a little over 100 megabit. |
when you set 100000 as send rate, per each data packet you have:
is it clear now? |
That jibes with what I'm seeing. Essentially it caps how many sessions are going at once, so total bandwidth becomes a function of the value of data-req-plen/resp-plen and that rate? |
@ck-9000 exactly |
I'm running a test based on the raw latency test case and I noticed an issue with the docs and how the config is displayed in the UI.
Relevant part of the profile here:
These are obviously small numbers; just for illustration.
In the docs, the "Configure test profile rates" section, the data rate definition is word-for-word identical to the setup rate. The setup rate seems to be to what it refers.
When running the tests, the config view shows:
|Rate Open : 10s/s
|Rate Close : 10s/s
|Rate Send : 10s/s
So I don't know what s/s is, but with open and close it is obviously connections opened or closed per second. But with rate send, is it bytes? kbytes? The documentation doesn't help here.
The text was updated successfully, but these errors were encountered: