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