Re: Understanding CPU and memory usage in Bhyve

2014-04-27 Thread Roman Bogorodskiy
Peter Grehan wrote: Hi Roman, But the summary is: is there a way to figure out how much CPU time bhyve and the guest spends on host CPUs N (N = 0, 1, ...)? I don't think FreeBSD records that for a process, and bhyve doesn't record the guest vCPU time on individual host CPUs (it's

Re: Understanding CPU and memory usage in Bhyve

2014-04-25 Thread Peter Grehan
Hi Roman, But the summary is: is there a way to figure out how much CPU time bhyve and the guest spends on host CPUs N (N = 0, 1, ...)? I don't think FreeBSD records that for a process, and bhyve doesn't record the guest vCPU time on individual host CPUs (it's an aggregate over all CPUs).

Re: Understanding CPU and memory usage in Bhyve

2014-04-21 Thread Peter Grehan
Hi Roman, For the CPU, there's some info provided by bhyvectl, e.g.: /usr/sbin/bhyvectl --vm=bhyve --get-stats --cpu=1 in the field 'vcpu total runtime', for example: vcpu total runtime 8178870653 Two question about that: 1. What are the units used here?