From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) by mail.toke.dk (Postfix) with ESMTPS id D876481A5D1 for ; Tue, 16 Mar 2021 00:32:06 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=m+eEgE2D Received: from github.com (hubbernetes-node-ac14c71.ash1-iad.github.net [10.56.120.41]) by smtp.github.com (Postfix) with ESMTPA id 96D8D900851 for ; Mon, 15 Mar 2021 16:32:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1615851125; bh=IM8R50KpbkIPJg3OUamylMSHOUvDOrinU4AuLAcIP6E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m+eEgE2D0mxAS7myC9iKa4qmiD8UVqnjmiDZe7uhOUUmXS4Q4vMiNRM1AIJZcbfS/ KZWkABVUZQFtM59TLYt88j1nPW7p0PlYWPh2hGsunSBFcvWzI71lqC640oaM80/6pB +A3xFDsxoI3kSaYL3XWhH2lnr6WR6ajIzojOu0eU= Date: Mon, 15 Mar 2021 16:32:05 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_604fee7593e51_6017d4114932"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: JCIIFWAZK7G4K3A6BSRQBX3R67MGJZ3O X-Message-ID-Hash: JCIIFWAZK7G4K3A6BSRQBX3R67MGJZ3O X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.2 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] --remote-host doesn't seem to work correctly (#222) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_604fee7593e51_6017d4114932 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 ----==_mimepart_604fee7593e51_6017d4114932 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

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, view it on GitHub, or unsubscribe.

----==_mimepart_604fee7593e51_6017d4114932--