Files
webgui/emhttp/plugins/dynamix/system/ZFS_cache
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
82 B
Bash

#!/bin/bash
awk '/^size/{print $3;exit}' /proc/spl/kstat/zfs/arcstats 2>/dev/null