Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754561AbcKYNFF (ORCPT ); Fri, 25 Nov 2016 08:05:05 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36062 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753620AbcKYNEY (ORCPT ); Fri, 25 Nov 2016 08:04:24 -0500 Subject: Re: RFC: documentation of the autogroup feature [v2] To: Afzal Mohammed References: <41d802dc-873a-ff02-17ff-93ce50f3e925@gmail.com> <1479901185.4306.38.camel@gmx.de> <327586fa-4672-d070-0ded-850654586273@gmail.com> <1479915229.4306.106.camel@gmx.de> <7513b0a5-c5d0-3a92-5849-995af22601e4@gmail.com> <1479921075.4306.153.camel@gmx.de> <20161125125246.GA7600@afzalpc> Cc: mtk.manpages@gmail.com, Mike Galbraith , Peter Zijlstra , Ingo Molnar , linux-man , lkml , Thomas Gleixner From: "Michael Kerrisk (man-pages)" Message-ID: Date: Fri, 25 Nov 2016 14:04:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161125125246.GA7600@afzalpc> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 36 On 11/25/2016 01:52 PM, Afzal Mohammed wrote: > Hi, > > On Thu, Nov 24, 2016 at 10:41:29PM +0100, Michael Kerrisk (man-pages) wrote: > >> Suppose that there are two autogroups competing for the same >> CPU. The first group contains ten CPU-bound processes from a >> kernel build started with make -j10. The other contains a sin‐ >> gle CPU-bound process: a video player. The effect of auto‐ >> grouping is that the two groups will each receive half of the >> CPU cycles. That is, the video player will receive 50% of the >> CPU cycles, rather just 9% of the cycles, which would likely > ^^^^ > than ? > > Regards > afzal Thanks, Afzal. Fixed! Cheers, Michael > >> lead to degraded video playback. Or to put things another way: >> an autogroup that contains a large number of CPU-bound pro‐ >> cesses does not end up overwhelming the CPU at the expense of >> the other jobs on the system. > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/