Skip to content

Instantly share code, notes, and snippets.

@rfjakob
Created May 2, 2020 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfjakob/c5ea9ab6c1bebeb2f391eb3f78e83557 to your computer and use it in GitHub Desktop.
Save rfjakob/c5ea9ab6c1bebeb2f391eb3f78e83557 to your computer and use it in GitHub Desktop.
./stats.sh &> stats-ext4.txt
+ date
Sat 02 May 2020 03:11:29 PM UTC
+ cat /proc/spl/kstat/zfs/arcstats
cat: /proc/spl/kstat/zfs/arcstats: No such file or directory
+ free -m
total used free shared buff/cache available
Mem: 3918 159 2996 1 761 3499
Swap: 0 0 0
+ echo 3
+ sleep 1
+ cat /proc/spl/kstat/zfs/arcstats
cat: /proc/spl/kstat/zfs/arcstats: No such file or directory
+ free -m
total used free shared buff/cache available
Mem: 3918 160 3473 1 284 3508
Swap: 0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment