Set response size of TCP_RR test in netperf to 0 bytes
up vote
0
down vote
favorite
I'm trying to figure out how to set response size of TCP_RR test in netperf to 0 bytes.
I am using the following command
netperf -t tcp_rr -- -r 5,0
and I am inspecting packets in Wireshark, and what I see is that even though the request is 5 bytes, as specified by me, sometimes the length of the response packet by netserver is ~16K bytes. If I change it to
netperf -t tcp_rr -- -r 5,1
the length of the response packet is 1 byte. Is it not possible to set the response size to 0 bytes?
What I want is for server to never send me any packets with data in them. The reason for this is because I have a network setup where host 1 sends data to host 2 and I'm trying to measure how fast host 2 is ACKing the data, because host 2 is using a TCP stack I manually wrote as an exercise. I thought TCP_RR test would be best for this test scenario, but if there is a better test, I would rather use that instead of TCP_RR.
Thanks
tcp
add a comment |
up vote
0
down vote
favorite
I'm trying to figure out how to set response size of TCP_RR test in netperf to 0 bytes.
I am using the following command
netperf -t tcp_rr -- -r 5,0
and I am inspecting packets in Wireshark, and what I see is that even though the request is 5 bytes, as specified by me, sometimes the length of the response packet by netserver is ~16K bytes. If I change it to
netperf -t tcp_rr -- -r 5,1
the length of the response packet is 1 byte. Is it not possible to set the response size to 0 bytes?
What I want is for server to never send me any packets with data in them. The reason for this is because I have a network setup where host 1 sends data to host 2 and I'm trying to measure how fast host 2 is ACKing the data, because host 2 is using a TCP stack I manually wrote as an exercise. I thought TCP_RR test would be best for this test scenario, but if there is a better test, I would rather use that instead of TCP_RR.
Thanks
tcp
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to figure out how to set response size of TCP_RR test in netperf to 0 bytes.
I am using the following command
netperf -t tcp_rr -- -r 5,0
and I am inspecting packets in Wireshark, and what I see is that even though the request is 5 bytes, as specified by me, sometimes the length of the response packet by netserver is ~16K bytes. If I change it to
netperf -t tcp_rr -- -r 5,1
the length of the response packet is 1 byte. Is it not possible to set the response size to 0 bytes?
What I want is for server to never send me any packets with data in them. The reason for this is because I have a network setup where host 1 sends data to host 2 and I'm trying to measure how fast host 2 is ACKing the data, because host 2 is using a TCP stack I manually wrote as an exercise. I thought TCP_RR test would be best for this test scenario, but if there is a better test, I would rather use that instead of TCP_RR.
Thanks
tcp
I'm trying to figure out how to set response size of TCP_RR test in netperf to 0 bytes.
I am using the following command
netperf -t tcp_rr -- -r 5,0
and I am inspecting packets in Wireshark, and what I see is that even though the request is 5 bytes, as specified by me, sometimes the length of the response packet by netserver is ~16K bytes. If I change it to
netperf -t tcp_rr -- -r 5,1
the length of the response packet is 1 byte. Is it not possible to set the response size to 0 bytes?
What I want is for server to never send me any packets with data in them. The reason for this is because I have a network setup where host 1 sends data to host 2 and I'm trying to measure how fast host 2 is ACKing the data, because host 2 is using a TCP stack I manually wrote as an exercise. I thought TCP_RR test would be best for this test scenario, but if there is a better test, I would rather use that instead of TCP_RR.
Thanks
tcp
tcp
edited Nov 19 at 0:49
asked Nov 19 at 0:28
Anny G
6429
6429
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53366859%2fset-response-size-of-tcp-rr-test-in-netperf-to-0-bytes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown