Re: Bhyve infos about a vm

2014-01-15 Thread Andrea Brancatelli
14, 2014 at 8:25 PM, dte...@freebsd.org wrote: -Original Message- From: Andrea Brancatelli [mailto:abrancate...@schema31.it] Sent: Tuesday, January 14, 2014 9:27 AM To: Markiyan Kushnir Cc: freebsd-virtualization@freebsd.org Subject: Re: Bhyve infos about a vm I don't

Re: Bhyve infos about a vm

2014-01-14 Thread Andrea Brancatelli
How should I see it with ps? [root@environment-rm-01 ~]# ps -aux | grep bhyve root 88142.4 0.0 4221912 60804 3 D+1:15PM3:11.43 bhyve: lin3 (bhyve) root 61870.0 0.0 4221784 34900 0 D+ 11:09AM0:52.81 bhyve: FreeBSD10.5RC5.img (bhyve) root 8863

Re: Bhyve infos about a vm

2014-01-14 Thread Markiyan Kushnir
may be fstat -p `pgrep bhyve` would give you some info? -- Markiyan 2014/1/14 Andrea Brancatelli abrancate...@schema31.it: How should I see it with ps? [root@environment-rm-01 ~]# ps -aux | grep bhyve root 88142.4 0.0 4221912 60804 3 D+1:15PM3:11.43 bhyve: lin3

Re: Bhyve infos about a vm

2014-01-14 Thread Andrea Brancatelli
I don't think so. I'm interested in seeing what ISO or IMG are attached i dont' see any such info here... [root@environment-rm-01 /repository]# fstat -p `pgrep bhyve` USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root bhyve 4212 text /1044852

RE: Bhyve infos about a vm

2014-01-14 Thread dteske
-Original Message- From: Andrea Brancatelli [mailto:abrancate...@schema31.it] Sent: Tuesday, January 14, 2014 9:27 AM To: Markiyan Kushnir Cc: freebsd-virtualization@freebsd.org Subject: Re: Bhyve infos about a vm I don't think so. I'm interested in seeing what ISO or IMG

Bhyve infos about a vm

2014-01-13 Thread Andrea Brancatelli
Hello, Whats the command to list all the attached devices to a vm? Bhyctl --vm=vm0 --get-all seemsto write of funny but totally irrelevant info for an user (instead of a developer...) Is there a way to get a list of the attached devices, say virtio-blk, ethernet stuff... Andrea Brancatelli

Re: Bhyve infos about a vm

2014-01-13 Thread Peter Grehan
Hi Andrea, Whats the command to list all the attached devices to a vm? The only way currently is to list the bhyve command line using ps. Any preferences for how you'd like to see this ? later, Peter. ___ freebsd-virtualization@freebsd.org

Re: Bhyve infos about a vm

2014-01-13 Thread Andrea Brancatelli
Hello Peter. Funny but my ps doesn't seem to report it, it only shows bhyve vm0. Maybe it is because it was run as Bhyve vm0 \ -something \ -something Btw I think the bhyvectl is the candidate for this, maybe bhyvectl --vm=vm0 --get-devices ? Is devices the correct name for those