mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 14:40:36 -06:00
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
awk '/^size/{print $3;exit}' /proc/spl/kstat/zfs/arcstats 2>/dev/null
|