From owner-soc-status@FreeBSD.ORG Wed Aug 15 12:26:24 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C6A31065672 for ; Wed, 15 Aug 2012 12:26:24 +0000 (UTC) (envelope-from rudotx@gmail.com) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB568FC0C for ; Wed, 15 Aug 2012 12:26:23 +0000 (UTC) Received: by wibhq12 with SMTP id hq12so4731693wib.1 for ; Wed, 15 Aug 2012 05:26:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=jrkxIxJ6uSL3W6tJiY5lqd7koMyL7NQqd0cA4LpHT20=; b=sp62uuj6NulGt4IO+SZ9WODgcinAAE1I8MmEvN13ngvRt/xJOv+MpLBRVdJnSRsbPD VHZzwNVx8bNDz9s6QREEQ+WvAX9sG4gFw15J2R+8xnw8oTh+oO58TB/1OPmLhF6N1w1x MHZT716YnbSSNQ5uFidu6QCVf1QqL+Cz0HHJbY27W73vJ+CUZI3KDAzLShqS3Ko9GAJP GgMgK20T9Yg0chhFEz1CHWDlm4/EMe5qO7yzGvSmLMixY5UZ0bVjFmavMT3SMEVEY+ZY g1AfdI4aecCU/7FQJKEdvmgUwDQLadymquANpwpBmxkEW8cqVStrELcr6oSvg0ugOdfc Bbjw== Received: by 10.180.82.230 with SMTP id l6mr1392985wiy.21.1345033577148; Wed, 15 Aug 2012 05:26:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.254.148 with HTTP; Wed, 15 Aug 2012 05:25:56 -0700 (PDT) From: rudo tomori Date: Wed, 15 Aug 2012 14:25:56 +0200 Message-ID: To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: cpu limits status report X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2012 12:26:24 -0000 Hi, the goal of my gsoc project is to enable the system administrators to configure %CPU limits using the rctl command. So that they can for example limit a particular user to 50% cpu time. This is my last status report. Last week I finished the work on decaying racct %cpu resource. This week I cleaned a litttle my code and published my patches on my project wiki page http://wiki.freebsd.org/SummerOfCode2012/CPULimits. The next thing I will do is to test these final patches. I will then post them to some mailing list, probably freebsd-hackers and ask for feedback. If any issues arise, I will try to fix them and then my patch could find its way to the FreeBSD source tree. rudo