Flent-users discussion archives
 help / color / mirror / Atom feed
* [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222)
@ 2021-03-14 16:37 bkiziuk
  2021-03-15 23:32 ` [Flent-users] " Toke Høiland-Jørgensen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bkiziuk @ 2021-03-14 16:37 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed

[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]

I'm trying to use flent for running traffic between different host.
According to what I have read and understand, the following command: 
```
./run-flent --host 192.168.98.5 tcp_2up  --remote-host 0=iperf@192.168.98.42 --remote-host 1=iperf@192.168.98.44 --log-file=log.txt
```
executed on 192.168.98.43 should:
- connect via SSH to hosts 192.168.98.42 and 44
- fork the netperf to connect from above two hosts to 192.168.98.5

The actual result is that traffic is sent from 192.168.98.43 to 192.168.98.5. 192.168.98.42 and 44 do not record any traffic on their interfaces.
However, if I execute the command:
```
./run-flent --host 192.168.98.5 tcp_1up  --remote-host 0=iperf@192.168.98.42 --log-file=log.txt
```
the result is that 192.168.98.42 is sending 1Gbit/s of traffic, 192.168.98.43 is also sending 1Gbit/s traffic and 192.168.98.5 is receiving 1Gbit/s traffic - according to nload tools on every host.

Am I doing any mistake here? I'm using the current master branch.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/222

[-- Attachment #2: Type: text/html, Size: 2078 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Flent-users] Re: [tohojo/flent] --remote-host doesn't seem to work correctly (#222)
  2021-03-14 16:37 [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222) bkiziuk
@ 2021-03-15 23:32 ` Toke Høiland-Jørgensen
  2021-03-16 16:59 ` bkiziuk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Toke Høiland-Jørgensen @ 2021-03-15 23:32 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

bkiziuk ***@***.***> writes:

> I'm trying to use flent for running traffic between different host.
> According to what I have read and understand, the following command: 
> ```
> ./run-flent --host 192.168.98.5 tcp_2up  --remote-host ***@***.*** --remote-host ***@***.*** --log-file=log.txt
> ```

The tcp_2up test has a ping flow, and two runners computing average and
totals. Those take up indexes 0, 1 and 2, so the actual TCP flows start
from 3. You can see this by running the test and looking at the metadata
(with `flent -f metadata mytestfile.flent.gz`) - look for the IDX value
in the objects in SERIES_META.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/222#issuecomment-799830227

[-- Attachment #2: Type: text/html, Size: 1780 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Flent-users] Re: [tohojo/flent] --remote-host doesn't seem to work correctly (#222)
  2021-03-14 16:37 [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222) bkiziuk
  2021-03-15 23:32 ` [Flent-users] " Toke Høiland-Jørgensen
  2021-03-16 16:59 ` bkiziuk
@ 2021-03-16 16:59 ` bkiziuk
  2021-03-16 17:14 ` Toke Høiland-Jørgensen
  3 siblings, 0 replies; 5+ messages in thread
From: bkiziuk @ 2021-03-16 16:59 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

Ok, I can see it now. Many thanks for valuable explanation :-)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/222#issuecomment-800439715

[-- Attachment #2: Type: text/html, Size: 1151 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Flent-users] Re: [tohojo/flent] --remote-host doesn't seem to work correctly (#222)
  2021-03-14 16:37 [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222) bkiziuk
  2021-03-15 23:32 ` [Flent-users] " Toke Høiland-Jørgensen
@ 2021-03-16 16:59 ` bkiziuk
  2021-03-16 16:59 ` bkiziuk
  2021-03-16 17:14 ` Toke Høiland-Jørgensen
  3 siblings, 0 replies; 5+ messages in thread
From: bkiziuk @ 2021-03-16 16:59 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

Closed #222.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/222#event-4465809275

[-- Attachment #2: Type: text/html, Size: 1432 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Flent-users] Re: [tohojo/flent] --remote-host doesn't seem to work correctly (#222)
  2021-03-14 16:37 [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222) bkiziuk
                   ` (2 preceding siblings ...)
  2021-03-16 16:59 ` bkiziuk
@ 2021-03-16 17:14 ` Toke Høiland-Jørgensen
  3 siblings, 0 replies; 5+ messages in thread
From: Toke Høiland-Jørgensen @ 2021-03-16 17:14 UTC (permalink / raw)
  To: tohojo/flent; +Cc: Subscribed

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

You're welcome! :)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/222#issuecomment-800451421

[-- Attachment #2: Type: text/html, Size: 1109 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-16 17:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-14 16:37 [Flent-users] [tohojo/flent] --remote-host doesn't seem to work correctly (#222) bkiziuk
2021-03-15 23:32 ` [Flent-users] " Toke Høiland-Jørgensen
2021-03-16 16:59 ` bkiziuk
2021-03-16 16:59 ` bkiziuk
2021-03-16 17:14 ` Toke Høiland-Jørgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox