There is this R*st-based project (R*st, because don't want to get in trouble with the famous foundation :smile:) that exposes rctl metrics for live FreeBSD jails:
https://github.com/phyber/jail_exporter
Basically, I'll do the same thing using Go, but for bhyve VMs and Jails. I'll also add a one-time CLI flag to view the current metrics in your terminal (something like hoster vm metrics vmName and hoster jail metrics jailName).
There is this
R*st
-based project (R*st
, because don't want to get in trouble with the famous foundation :smile:) that exposesrctl
metrics for liveFreeBSD
jails: https://github.com/phyber/jail_exporterBasically, I'll do the same thing using
Go
, but forbhyve
VMs and Jails. I'll also add a one-time CLI flag to view the current metrics in your terminal (something likehoster vm metrics vmName
andhoster jail metrics jailName
).