From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) by mail.toke.dk (Postfix) with ESMTPS id 94F3B80CF6C for ; Sun, 7 Mar 2021 16:24:41 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=EUVS1Lpr Received: from github.com (hubbernetes-node-25c5c3d.va3-iad.github.net [10.48.123.19]) by smtp.github.com (Postfix) with ESMTPA id 8A9C43404A4 for ; Sun, 7 Mar 2021 07:24:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1615130680; bh=BIWEP3Bjpsuuh+j1G+fqyMHgXNEJhJW6ZyEIAZ8QFKM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EUVS1LprHjfop2tbmTJzGcRAGRwxhdUQl4mTVrfRKE3GUAEO+0IjRPjo6xskN2Env 1cOi/iWQ8Vpk1EzjzxPzJ3XjeTpdc4IkvU9K/Y9JlIDkRVrIGXhJnxOIQO/LbJ7REb F5BhufNbMr/KCa0tCAiVvLMwCkFvqqZpbXR+wc7Q= Date: Sun, 07 Mar 2021 07:24:40 -0800 From: Stuart Henderson To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6044f03888006_5aaf17c011828"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: sthen 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: YWV5JYLDGSTRXQBPG4MNOBMVSWRR7BAJ X-Message-ID-Hash: YWV5JYLDGSTRXQBPG4MNOBMVSWRR7BAJ 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] flent on openbsd loops, consuming available cpu/memory, after test completes (#221) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6044f03888006_5aaf17c011828 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit It spins for as long as I let it run or until it bumps into ulimit, RES grows at about 16M per 10 seconds. There's not much difference in output with git head, apart from outputting Executing lines when gathering information at startup the only differences in output are that it doesn't print "[New thread 395121]" after "NetperfDemoRunner TCP download::4 finished" and timers expire in a different order, here's the diff ``` NetperfDemoRunner TCP download::1 finished NetperfDemoRunner TCP download::3 finished NetperfDemoRunner TCP download::4 finished -[New thread 395121] PingRunner Ping (ms) ICMP finished Runner aggregation finished TimerRunner Watchdog [Ping (ms) ICMP]: timer expired TimerRunner Watchdog [Ping (ms) ICMP] finished TimerRunner Watchdog [TCP download::2]: timer expired TimerRunner Watchdog [TCP download::2] finished -TimerRunner Watchdog [TCP download::1]: timer expired -TimerRunner Watchdog [TCP download::4]: timer expired -TimerRunner Watchdog [TCP download::1] finished TimerRunner Watchdog [TCP download::3]: timer expired -TimerRunner Watchdog [TCP download::4] finished TimerRunner Watchdog [TCP download::3] finished +TimerRunner Watchdog [TCP download::4]: timer expired +TimerRunner Watchdog [TCP download::4] finished +TimerRunner Watchdog [TCP download::1]: timer expired +TimerRunner Watchdog [TCP download::1] finished ``` I'll add some prints in aggregators.py to try to figure out where it's spinning and get back to you. -- 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/221#issuecomment-792296152 ----==_mimepart_6044f03888006_5aaf17c011828 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

It spins for as long as I let it run or until it bumps into ulimit, RES grows at about 16M per 10 seconds.

There's not much difference in output with git head, apart from outputting Executing lines when gathering information at startup the only differences in output are that it doesn't print "[New thread 395121]" after "NetperfDemoRunner TCP download::4 finished" and timers expire in a different order, here's the diff

 NetperfDemoRunner TCP download::1 finished
 NetperfDemoRunner TCP download::3 finished
 NetperfDemoRunner TCP download::4 finished
-[New thread 395121]
 PingRunner Ping (ms) ICMP finished
 Runner aggregation finished
 TimerRunner Watchdog [Ping (ms) ICMP]: timer expired
 TimerRunner Watchdog [Ping (ms) ICMP] finished
 TimerRunner Watchdog [TCP download::2]: timer expired
 TimerRunner Watchdog [TCP download::2] finished
-TimerRunner Watchdog [TCP download::1]: timer expired
-TimerRunner Watchdog [TCP download::4]: timer expired
-TimerRunner Watchdog [TCP download::1] finished
 TimerRunner Watchdog [TCP download::3]: timer expired
-TimerRunner Watchdog [TCP download::4] finished
 TimerRunner Watchdog [TCP download::3] finished
+TimerRunner Watchdog [TCP download::4]: timer expired
+TimerRunner Watchdog [TCP download::4] finished
+TimerRunner Watchdog [TCP download::1]: timer expired
+TimerRunner Watchdog [TCP download::1] finished

I'll add some prints in aggregators.py to try to figure out where it's spinning and get back to you.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_6044f03888006_5aaf17c011828--