From b031179cfdf40cc69e6f79f5488c87e2b7c83293 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Wed, 31 Jul 2024 13:21:32 -0400 Subject: [PATCH] update readme --- readme.org | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/readme.org b/readme.org index 921d57d..0485cd5 100644 --- a/readme.org +++ b/readme.org @@ -78,9 +78,7 @@ top -bn 1 memstat = [ "timestamp", "name", - "mem_active", - "mem_inactive", - "mem_wired", + "mem_used", "mem_free", ] @@ -101,7 +99,7 @@ ifstat -znq 1 1 #+begin_src shell zpool iostat -Tu -l -p -v -y 15 1 #+end_src - ziostat = [ +ziostat = [ "timestamp", "name", "capacity_alloc", @@ -123,6 +121,8 @@ zpool iostat -Tu -l -p -v -y 15 1 "rebuld_wait", ] + + * collection on SCALE ** Disk @@ -169,7 +169,7 @@ cpustat = [ "%steal", "%idle", ] - + ** Memory #+begin_src shell @@ -179,9 +179,7 @@ top -n 1 memstat = [ "timestamp", "name", - "mem_active", - "mem_inactive", - "mem_wired", + "mem_used", "mem_free", ] @@ -201,7 +199,8 @@ ifstat -znq 1 1 #+begin_src shell zpool iostat -Tu -l -p -v -y 15 1 #+end_src - ziostat = [ + +ziostat = [ "timestamp", "name", "capacity_alloc",