CPU Usage and VM's

drsassafras

Dabbler
Joined
Dec 16, 2020
Messages
15
On the dashboard there is an overview of what all the CPU's are doing. I would love to be able to see which ones are assigned to which VM's and their current usage. So a quick visual inspection could help me see what VM's are using more or less CPU usage.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
bhyve, the Type-2 hypervisor in TrueNAS, doesn't statically assign CPU cores to VMs.
 

drsassafras

Dabbler
Joined
Dec 16, 2020
Messages
15
I was just reading about that. Might make it difficult to implement my suggestion in that case. I guess I am just use to it doing that in lower operating systems like Darwin.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You can have a look in htop, it's really obvious what's going on:

Code:
  PID USER      PRI  NI  VIRT   RES S CPU% MEM%   TIME+  Command
2973  root       20   0 4156M 1219M S  4.5  3.7 16h08:23 bhyve: 30_Linux
14685 root       20   0 16.0G 9050M S  1.6 27.7 50:14.88 bhyve: 18_Windows
 
Top