From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) by mail.toke.dk (Postfix) with ESMTPS id A146F8C34B4 for ; Sun, 26 Sep 2021 21:10:39 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=b5FTOsfV Received: from github-lowworker-fa7043e.ash1-iad.github.net (github-lowworker-fa7043e.ash1-iad.github.net [10.56.109.45]) by smtp.github.com (Postfix) with ESMTP id D036C560031 for ; Sun, 26 Sep 2021 12:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632683437; bh=3u4ZB6mLilbPkzNlYo2djnBdU40tX1Q/Pob3D227Iko=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=b5FTOsfVWRrH/Er6Dum2bLx0mbrdRco43J4ujdbDGvTtpoqlG1kDlZ7lywXFYqzxs BWS49HSVW+AcNwZK1F+W2Wa247zsT1uTFp+b6VbZY2dcgXNhCG0mUqfKVUfkfHzasa R3FUq3zUtAdnDg8Y+ToOIB5PnCuHTcreLJPQcxO0= Date: Sun, 26 Sep 2021 12:10:37 -0700 From: Shashank D To: tohojo/flent Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6150c5adc1dc7_3fa4c760260239"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: shashank68 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: FF6IJBMUFICN3SD4CPH7WMDNN3RF7VSM X-Message-ID-Hash: FF6IJBMUFICN3SD4CPH7WMDNN3RF7VSM 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; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] [tohojo/flent] Draft: Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6150c5adc1dc7_3fa4c760260239 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Closes #236 Signed-off-by: Shashank D <shashankindiamanoj@gmail.com> You can view, comment on, or merge this pull request online at: https://github.com/tohojo/flent/pull/237 -- Commit Summary -- * RunnerScripts: Stop collecting stats based on test endtime -- File Changes -- M flent/runners.py (7) M flent/scripts/ss_iterate.sh (9) M flent/scripts/tc_iterate.sh (6) -- Patch Links -- https://github.com/tohojo/flent/pull/237.patch https://github.com/tohojo/flent/pull/237.diff -- 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/pull/237 ----==_mimepart_6150c5adc1dc7_3fa4c760260239 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Closes #236

Signed-off-by: Shashank D shashankindiamanoj@gmail.com


You can view, comment on, or merge this pull request online at:

  https://github.com/tohojo/flent/pull/237

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6150c5adc1dc7_3fa4c760260239-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) by mail.toke.dk (Postfix) with ESMTPS id 82AF68CF802 for ; Wed, 13 Oct 2021 15:28:00 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=ceu7CXtk Received: from github-lowworker-f373a82.va3-iad.github.net (github-lowworker-f373a82.va3-iad.github.net [10.48.114.27]) by smtp.github.com (Postfix) with ESMTP id BBDFF6007F7 for ; Wed, 13 Oct 2021 06:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1634131679; bh=gDROsp3jYkj75qmDrFMRwARiFJRDNvjGibkS0g39+K8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ceu7CXtk+NdFxSJfXuD3ZdF9Ddpy7IQuPJhXzmbqABPTZjZMhS5im7g+B+dzLM8cm YpzaqxVhz5cWBQFD1iC1eqmQyiXdxxhBZA+Z7Es0ZsF+McGj5Zl8EpYjjEeQ04WZY8 Vr/RqsIJ1iahkHNNWIRVaEyK83htINPXiF5KCqPc= Date: Wed, 13 Oct 2021 06:27:59 -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_6166dedfad719_5c93c7102117c2"; 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: HCLZARF3VH4UF523QBUZNGUQPVRVLF47 X-Message-ID-Hash: HCLZARF3VH4UF523QBUZNGUQPVRVLF47 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; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6166dedfad719_5c93c7102117c2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @tohojo requested changes on this pull request. Unfortunately this approach doesn't work on openwrt; but then the existing timestamped output doesn't either, we need to use the tc_iterate C program on there anyway. So maybe that's okay, and since the binary uses a timerfd, maybe we don't even need to switch that over to using 'length' either (since the 'count' should be accurate enough when the kernel runs the timer). Some comments on the code below... > } while getopts "c:I:H:t:p:f:" opt; do case $opt in - c) count="$OPTARG" ;; + l) length="$OPTARG" ;; You also need to change the opts string passed to getopts (`c:` to `l:`) > @@ -10,6 +12,7 @@ while getopts "i:c:I:C:H:" opt; do case $opt in i) interface=$OPTARG ;; c) count=$OPTARG ;; + l) length=$OPTARG ;; Same thing as above re: changing the optstring, also here you're not removing the `count` option... > @@ -1,7 +1,9 @@ #!/bin/bash +# set -x Leftover debug setting? > @@ -41,7 +41,8 @@ then fi command_string=$(cat < @@ -22,7 +25,8 @@ buffer="" command_string=$(cat </dev/null && exec tc_iterate $buffer -i $interface -c $count -I $interval -C $command; -for i in \$(seq $count); do +endtime=\$(date -d "\$length sec" +%s%N); As above > @@ -10,6 +12,7 @@ while getopts "i:c:I:C:H:" opt; do case $opt in i) interface=$OPTARG ;; c) count=$OPTARG ;; + l) length=$OPTARG ;; Ah, you're still passing `-c` to the C binary. Guess that should be changed as well to support the `-l` option. Which means we'll need to detect if it understands it; ugh... -- 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/pull/237#pullrequestreview-778537436 ----==_mimepart_6166dedfad719_5c93c7102117c2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@tohojo requested changes on this pull request.

Unfortunately this approach doesn't work on openwrt; but then the existing timestamped output doesn't either, we need to use the tc_iterate C program on there anyway. So maybe that's okay, and since the binary uses a timerfd, maybe we don't even need to switch that over to using 'length' either (since the 'count' should be accurate enough when the kernel runs the timer).

Some comments on the code below...


In flent/scripts/ss_iterate.sh:

>  }
 
 while getopts "c:I:H:t:p:f:" opt; do
     case $opt in
-        c) count="$OPTARG" ;;
+        l) length="$OPTARG" ;;

You also need to change the opts string passed to getopts (c: to l:)


In flent/scripts/tc_iterate.sh:

> @@ -10,6 +12,7 @@ while getopts "i:c:I:C:H:" opt; do
     case $opt in
         i) interface=$OPTARG ;;
         c) count=$OPTARG ;;
+        l) length=$OPTARG ;;

Same thing as above re: changing the optstring, also here you're not removing the count option...


In flent/scripts/tc_iterate.sh:

> @@ -1,7 +1,9 @@
 #!/bin/bash
+# set -x

Leftover debug setting?


In flent/scripts/ss_iterate.sh:

> @@ -41,7 +41,8 @@ then
 fi
 
 command_string=$(cat <<EOF
-for i in \$(seq $count); do
+endtime=\$(date -d "\$length sec" +%s%N);

Here you shouldn't be escaping the $ - we want it evaluated while setting the command, not on the remote host.


In flent/scripts/tc_iterate.sh:

> @@ -22,7 +25,8 @@ buffer=""
 
 command_string=$(cat <<EOF
 which tc_iterate >/dev/null && exec tc_iterate $buffer -i $interface -c $count -I $interval -C $command;
-for i in \$(seq $count); do
+endtime=\$(date -d "\$length sec" +%s%N);

As above


In flent/scripts/tc_iterate.sh:

> @@ -10,6 +12,7 @@ while getopts "i:c:I:C:H:" opt; do
     case $opt in
         i) interface=$OPTARG ;;
         c) count=$OPTARG ;;
+        l) length=$OPTARG ;;

Ah, you're still passing -c to the C binary. Guess that should be changed as well to support the -l option. Which means we'll need to detect if it understands it; ugh...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6166dedfad719_5c93c7102117c2-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) by mail.toke.dk (Postfix) with ESMTPS id D3DE88CF99D for ; Wed, 13 Oct 2021 20:12:48 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=PqXsegY2 Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 0248FE050F for ; Wed, 13 Oct 2021 11:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1634148768; bh=gK06xxsbcto+fFQHBIt7H6lhtiHXN/OcMnlGCnflGaM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PqXsegY2Dwyd7Ljmws9PF2hpQ42/B2Ofs59CsAPwmqcbv3YMg2Y8bHrc76wiPD9in Drm4kKVnYY3j/8fR5dJA5FHlH/J3JKuh46V6ptdQjL2FORYV1n9L+iltppA3nHbcVR xj3ORlLuckIaJUgarSCDkRbxVO49WEP9udDM7m0c= Date: Wed, 13 Oct 2021 11:12:47 -0700 From: Shashank D To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6167219fe5f7f_1432c71016375d"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: shashank68 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: RNQ6RN4B5Q5DFJY46ECU3U4KJ6NQ2KKA X-Message-ID-Hash: RNQ6RN4B5Q5DFJY46ECU3U4KJ6NQ2KKA 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; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6167219fe5f7f_1432c71016375d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @shashank68 commented on this pull request. > @@ -41,7 +41,8 @@ then fi command_string=$(cat <

@shashank68 commented on this pull request.


In flent/scripts/ss_iterate.sh:

> @@ -41,7 +41,8 @@ then
 fi
 
 command_string=$(cat <<EOF
-for i in \$(seq $count); do
+endtime=\$(date -d "\$length sec" +%s%N);

Oh, But wouldn't it be better if the endtime was calculated in the remote host (For e.g if ssh took few seconds to connect, then the stats collection time will be reduced) or am I missing something?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6167219fe5f7f_1432c71016375d-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) by mail.toke.dk (Postfix) with ESMTPS id 81AD08CF9D6 for ; Wed, 13 Oct 2021 20:23:38 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=Lmdz5QYz Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 550DBE021D for ; Wed, 13 Oct 2021 11:23:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1634149417; bh=9yTJd7tgJkzDoNnXbGwRzZN8dNUBIsJ9gRZA8ydYSis=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lmdz5QYzD2ZYZUu1EtFS8LXjXUo/Q/jbIt8DHFP+T4WMwWGFm9b59RvYPOqwtZi3K 7FpFQT3+LsdmH63hd9oG1UWtyfSz715finetBGjLFah1sWKGFvFNISqjaUtdq5U1nB q6CWeFQVLgljsFApelICwLAFyzbZW3d9FqIxWd0E= Date: Wed, 13 Oct 2021 11:23:37 -0700 From: Shashank D To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_61672429461c0_37d8c7101586e0"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: shashank68 X-GitHub-Recipient: flent-users X-GitHub-Reason: push X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: IEGWH4RXKKJT6TNGZBBPBOSBU2KE5QZI X-Message-ID-Hash: IEGWH4RXKKJT6TNGZBBPBOSBU2KE5QZI 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; digests; suspicious-header CC: Push X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_61672429461c0_37d8c7101586e0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @shashank68 pushed 1 commit. 794042fc001c08b4b2457ef3e27936dcacd02d8d RunnerScripts: Stop collecting stats based on test endtime -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/tohojo/flent/pull/237/files/83def6ef91865dc6dc51bb74f8803518a095d9ea..794042fc001c08b4b2457ef3e27936dcacd02d8d ----==_mimepart_61672429461c0_37d8c7101586e0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@shashank68 pushed 1 commit.

  • 794042f RunnerScripts: Stop collecting stats based on test endtime


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_61672429461c0_37d8c7101586e0-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) by mail.toke.dk (Postfix) with ESMTPS id 920478CFAFC for ; Wed, 13 Oct 2021 22:58:35 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=QBVzFLM8 Received: from github-lowworker-bc343b9.ash1-iad.github.net (github-lowworker-bc343b9.ash1-iad.github.net [10.56.122.73]) by smtp.github.com (Postfix) with ESMTP id 1E062520E98 for ; Wed, 13 Oct 2021 13:58:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1634158712; bh=VEl4xMX6a4SaqSuBiYcqIyyMAWhaf+krAkHHs4/fBH8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QBVzFLM8axUtJ2cfB1X3OLdVle+CjvO9Qt160vyQg6eGFWyrbifH5s+5SeYARUPs/ s4u39R8hYL66FbotnMILnszkXR20KUCYXlpC3YJB+UGi+7mc4UCqy6NDOF2QNRn+LQ Fn6hLOKNzToPycdhPK5rqVD+lgRpcQWPIp19zEB4= Date: Wed, 13 Oct 2021 13:58:32 -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_61674878f9c1_58f5c710726e5"; 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: OVDJ4QNHZQAS2GPF5OSLJG3SIM54BHMO X-Message-ID-Hash: OVDJ4QNHZQAS2GPF5OSLJG3SIM54BHMO 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; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_61674878f9c1_58f5c710726e5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @tohojo commented on this pull request. > @@ -41,7 +41,8 @@ then fi command_string=$(cat <

@tohojo commented on this pull request.


In flent/scripts/ss_iterate.sh:

> @@ -41,7 +41,8 @@ then
 fi
 
 command_string=$(cat <<EOF
-for i in \$(seq $count); do
+endtime=\$(date -d "\$length sec" +%s%N);

Ah, yes, the sorry, the first $ should be escaped, but not the second one. I.e., $length should be evaluated straight away...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_61674878f9c1_58f5c710726e5-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) by mail.toke.dk (Postfix) with ESMTPS id A53CE8D026A for ; Thu, 14 Oct 2021 15:34:06 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=eMrS4Jdk Received: from github-lowworker-1dbcc59.ash1-iad.github.net (github-lowworker-1dbcc59.ash1-iad.github.net [10.56.105.54]) by smtp.github.com (Postfix) with ESMTP id 5E899840048 for ; Thu, 14 Oct 2021 06:34:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1634218445; bh=sSGCHLRmuVaNGJk0heIL+YuMc2RnuZdYwGQF0qTyx4k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eMrS4JdkByn+mzhfb+0cT79dnqgeT1u91rHBz8IMzg/iGuowz7yT6Opu2l3tO8fdT CSeTtRvDpXhyI/LgzoHHFDGOeGcTwhwrPCIBIDVacjNfzYtZ8UJuSldLoQcqxNndSp a9JlHfzgqn9gvB2eeirl4Abb2E3IJ2we4sAsAOKI= Date: Thu, 14 Oct 2021 06:34:05 -0700 From: Shashank D To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_616831cd51694_159fc7104104a"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: shashank68 X-GitHub-Recipient: flent-users X-GitHub-Reason: push X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: 44T67HMXQ54Y4POCK23EE2ULNQILBTOW X-Message-ID-Hash: 44T67HMXQ54Y4POCK23EE2ULNQILBTOW 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; digests; suspicious-header CC: Push X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] Runners: stop stats collection iterators after test-time is completed (#237) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_616831cd51694_159fc7104104a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit @shashank68 pushed 1 commit. 0c164f45268b578bffdb5bbe857a86af3c4b629d RunnerScripts: Stop collecting stats based on test endtime -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/tohojo/flent/pull/237/files/794042fc001c08b4b2457ef3e27936dcacd02d8d..0c164f45268b578bffdb5bbe857a86af3c4b629d ----==_mimepart_616831cd51694_159fc7104104a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

@shashank68 pushed 1 commit.

  • 0c164f4 RunnerScripts: Stop collecting stats based on test endtime


You are receiving this because you are subscribed to this thread.
View it on GitHub or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_616831cd51694_159fc7104104a--