From owner-freebsd-virtualization@FreeBSD.ORG Fri Oct 11 01:34:52 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5D01070E for ; Fri, 11 Oct 2013 01:34:52 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC2662C5D for ; Fri, 11 Oct 2013 01:34:51 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id z12so1970603wgg.12 for ; Thu, 10 Oct 2013 18:34:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=E9McqQbr5HJe83hYJJxWNYREvt5bwWTU/1JZibZoLVE=; b=f2150C02fhEL3GZFH1pf+ZUiO+xdTPfoi61uhyPi8RMlGa+yRSR0qtNSgeFuugu1+k 1EqTbLDJ79Nrz659wMwqvsa7GWyZbS1ebE2zesQ6AIJas7BGIOZ3ec8L2rKomIayHwFZ j0XrE5161MK3THu1LT28f2lgkB7NwYCFH+zmXkG/r3hyQn3dQpUwiSg0g7WX2YvwHihs lbfJAu8LOg3sHwTUADwosVgP8dyXWwe0ePdIZx/rCjMBId39YidmYtuVnvU9mXcKP9Uc PvZG+7FACdIecaipcRy0drYjJcLDDTHeMTFyYqCNqoeYKUqoFG0Z+ZO0EDIpi4K6ZqEA nSag== X-Received: by 10.180.185.101 with SMTP id fb5mr918437wic.11.1381455290278; Thu, 10 Oct 2013 18:34:50 -0700 (PDT) Received: from [10.10.50.70] (52.91.249.5.rev.vodafone.pt. [5.249.91.52]) by mx.google.com with ESMTPSA id mw9sm1296976wib.0.2013.10.10.18.34.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 18:34:49 -0700 (PDT) Message-ID: <525755B4.7090508@gmail.com> Date: Fri, 11 Oct 2013 02:34:44 +0100 From: "Mike C." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: Bhyve "Exit Console" keyboard shortcut? References: <525738C1.7040401@gmail.com> <5257399A.7020002@freebsd.org> <52575197.4010600@gmail.com> <52575310.8010502@freebsd.org> In-Reply-To: <52575310.8010502@freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 01:34:52 -0000 On 10/11/13 02:23, Peter Grehan wrote: >>> One way to get around this is to start bhyve under tmux/screen. >> >> Its what I've been doing for now, but even in tmux one might want to >> exit the console similar to with we do with Xen. > > I quite like how Xen does it. bhyve will hopefully have something > similar soon. > That would be awesome! Another thing I like in xen is xl/xm list command showing runnig guest, id, name, memory, sate and time Would be nice to a "byve -l" or something like that! >>>> Also is there any way to list running guests? >>> >>> ls /dev/vmm/* >> >> I guees it works for now, I notice that ps also shows some info, >> acttualty it shows the process with the full arguments! > > Try 'top' with the H option - it will show the individual vCPU and i/o > worker threads. > > later, > > Peter. > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org"