From owner-soc-status@FreeBSD.ORG Tue Jul 17 12:08:59 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A61106566C for ; Tue, 17 Jul 2012 12:08:59 +0000 (UTC) (envelope-from rudotx@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id A42AF8FC12 for ; Tue, 17 Jul 2012 12:08:58 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so322555wgb.31 for ; Tue, 17 Jul 2012 05:08:57 -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=OO6dnSbVziB3rv0i0BrBO2qXUYXgxnhmu4EAhWOtY/Y=; b=vatEyj2ebWGVlxeqedLSMr+YclgY060lc44/ihyDsxw2vlX8u/82dbik0flIVFvBQ0 4EYpnGqknVCpsHZrH7MeJyO1lBfHEuuTVTEpPIcbI/SQnxwWmNEdVUE2GuNOJNEkdgBb TLZy/0oCNTa+OspFam7MaQnn98k7w1IcduXVf6FKXgFwpWJF3zgf9gcUC4E1aJgE2LvX 4IzeJ8JaDOts5iz4WJlfzkqu1CVeGAFu2ZcAmgi6zqwJ1snbRfUJFQX3knOrDD6OE4sl IvscsOoJ0pwe14k1Q3yRboJySr5ffLTvANdEPvBth4U4xa0zv1AGeaH4t+o8oPdjrmg5 C6kw== Received: by 10.180.98.200 with SMTP id ek8mr3816396wib.0.1342526937621; Tue, 17 Jul 2012 05:08:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.184.4 with HTTP; Tue, 17 Jul 2012 05:08:37 -0700 (PDT) From: rudo tomori Date: Tue, 17 Jul 2012 14:08:37 +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: Tue, 17 Jul 2012 12:08:59 -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. Last week I added support for the ULE scheduler. One guy that was interested in my work has offered me access to some amd64 computers where I can test my work. I think it is useful to me because so far I have done all my development and debugging only on i386 arch. So this week I want to test my work on amd64 platform. Maybe I will also get my hands also on a sparc machine. rudo