mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 13:59:21 -05:00
7e53df6924
Underscores are translated to space for display in the GUI
3 lines
82 B
Bash
3 lines
82 B
Bash
#!/bin/bash
|
|
awk '/^size/{print $3;exit}' /proc/spl/kstat/zfs/arcstats 2>/dev/null
|