Greetings,
I use PVE on my server. Some things like FAN, CPU and HDD temperature I monitor with external plugin.
Recently one of my apps had memory leak that ate almost all of RAM and it took a bit of effort to figure out who ate RAM.
Having ZFS ram usage on RAM usage graph would significantly reduce effort.
For example use this command to determine current ZFS RAM usage and render percent to graph in specific color.
I use PVE on my server. Some things like FAN, CPU and HDD temperature I monitor with external plugin.
Recently one of my apps had memory leak that ate almost all of RAM and it took a bit of effort to figure out who ate RAM.
Having ZFS ram usage on RAM usage graph would significantly reduce effort.
For example use this command to determine current ZFS RAM usage and render percent to graph in specific color.
Bash:
awk '/^size/ { print $1 " " $3 / 1048576 }' < /proc/spl/kstat/zfs/arcstats