-
sjorge
Yeah so I had the zone do a lot because nothing else was using it, shortly after 3 zones wanted to do a lot too and the first zone was getting a lot less than 1/4 the available resources (I had them set on equal shares)
-
sjorge
But given the man page that makes sense, also kind of makes sense as the first zone already had more than it's fair share a bit before
-
sjorge
Just not what I was initially expecting
-
sjorge
Switchd to capped-cpu it and it behaves more as expected, as I am not over subscribing
-
sjorge
So zonestat doesn't seem to show memory usage for bhyve zones, is there an easy way to see it?
-
tomww
does prstat -Z 5 show memory usage in the summary section?
-
sjorge
noope
-
sjorge
unless they are all using 0.0%
-
sjorge
Maybe because they are all allocated out of the vmm resevoir?
-
andyf
Right, they are. Even VMs that don't use the reservoir explicitly effectively end up using the reservoir.
-
andyf
You can see the totals with `mdb -ke ::memstat` - the `VMM Memory` row.
-
andyf
but from the host OS perspective, the guest is using all of it.
-
andyf
Well that ed(1) thing is odd in being particular to omnios! I'll take a look.
-
kwaltz
I'm glad I decided to mention what distro I was using!
-
LXGHTNXNG
:O
-
sjorge
andyf ah so mdb -ke ::memstat shows how much the resevoir is using, but not how much eavh VM has allocated from it
-
sjorge
well I guess I can look at the ram line in zadm show output
-
sjorge
But would have been nice if zonestat or prstat -Z showed it, even if it showed it was using all of it
-
andyf
Well I know what's happening with ed(1), but I cannot explain why it works on SmartOS, OI and Tribblix.
-
nikolam
Does this means that Webcam is recognized or not recognized by illumos kernel as an video and audio webcam (Logitech C270) ?
bpa.st/5HGA
-
nikolam
Would like to save some video , based on movement, from that webcam, without HVM
-
jbk
it looks like it recognizes that it has a video and audio device on it, but doesn't have a driver for it
-
richlowe
andyf: is it a read-only string thing?
-
atiq
Howdy!
-
richlowe
andyf: oh, no, I saw the diff now. Eugh