From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DECF01F463; Fri, 13 Sep 2019 07:03:39 +0000 (UTC) Date: Fri, 13 Sep 2019 07:03:39 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: httpd 502s [was: trying to figure out 100% CPU usage in nntpd...] Message-ID: <20190913070339.mm47udwg2ekcsttq@dcvr> References: <20190910181224.urhyoo6av7mhjs67@dcvr> <20190911022215.GA309@dcvr> <20190911102436.GA21959@pure.paranoia.local> <20190911171250.vqqpaeb7sn34hv3s@dcvr> <20190911173628.GA14147@pure.paranoia.local> <20190912000541.gikjoimbdeahh7lx@whir> <20190912024942.7dejzf47swpzkdux@dcvr> <20190912083503.GA10657@dcvr> <20190912113758.GB29277@pure.paranoia.local> <20190913031212.dkbtvj3ij6qqm6im@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190913031212.dkbtvj3ij6qqm6im@dcvr> List-Id: Eric Wong wrote: > Konstantin Ryabitsev wrote: > > I sent you a dump of lsof -p of all 4 processes after about 20 minutes > > of running. For another data point, the daemon was running in > > SELinux-permissive mode, to make sure unlinks aren't failing because of > > any permission errors. Oh, another curiosity. It would be good to know the /proc/$pid/fdinfo/$fd_of_eventpoll to know what state the pipes in the epoll descriptor to tie those with lsof output. It won't help with deleted regular files, though...