mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 10:10:05 -06:00
3 lines
117 B
Bash
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}'
|