Files
webgui/emhttp/plugins/dynamix/system/VM_usage
bergware 7e53df6924 Use underscores in graph hook scripts
Underscores are translated to space for display in the GUI
2023-12-15 19:04:50 +01:00

3 lines
117 B
Bash

#!/bin/bash
virsh domstats --list-active --balloon 2>/dev/null | awk -F= '/^ *balloon.rss=/{t+=$2}END{print t*1024}'