From owner-freebsd-current@FreeBSD.ORG Fri Feb 15 23:33:13 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C627416A478 for ; Fri, 15 Feb 2008 23:33:13 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outU.internet-mail-service.net (outU.internet-mail-service.net [216.240.47.244]) by mx1.freebsd.org (Postfix) with ESMTP id B3C8413C442 for ; Fri, 15 Feb 2008 23:33:13 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Fri, 15 Feb 2008 15:33:12 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 4C78912725D; Fri, 15 Feb 2008 15:33:12 -0800 (PST) Message-ID: <47B6213B.5060905@elischer.org> Date: Fri, 15 Feb 2008 15:33:15 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Quake Lee References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Proposals to jail subsystem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 23:33:13 -0000 Quake Lee wrote: > Hi all, > > The virtualization is trend now, we have zone on solaris, xen, kvm on > linux, > especially xen takes a important role in Amazon's Cloud computing, > so I think the following functionalities would be quite useful for jail > users: > > - Per-jail memory quota; > - Per-jail CPU usage quota (like, we only schedule processes in this > jail to N CPUs); > - Allow the use of multiple IPs inside a jail; > > Is it possible to implement these functionalities? look at vimage google for vimage and FreeBSD >