update readme
This commit is contained in:
17
readme.org
17
readme.org
@@ -78,9 +78,7 @@ top -bn 1
|
|||||||
memstat = [
|
memstat = [
|
||||||
"timestamp",
|
"timestamp",
|
||||||
"name",
|
"name",
|
||||||
"mem_active",
|
"mem_used",
|
||||||
"mem_inactive",
|
|
||||||
"mem_wired",
|
|
||||||
"mem_free",
|
"mem_free",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -101,7 +99,7 @@ ifstat -znq 1 1
|
|||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
zpool iostat -Tu -l -p -v -y 15 1
|
zpool iostat -Tu -l -p -v -y 15 1
|
||||||
#+end_src
|
#+end_src
|
||||||
ziostat = [
|
ziostat = [
|
||||||
"timestamp",
|
"timestamp",
|
||||||
"name",
|
"name",
|
||||||
"capacity_alloc",
|
"capacity_alloc",
|
||||||
@@ -123,6 +121,8 @@ zpool iostat -Tu -l -p -v -y 15 1
|
|||||||
"rebuld_wait",
|
"rebuld_wait",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* collection on SCALE
|
* collection on SCALE
|
||||||
|
|
||||||
** Disk
|
** Disk
|
||||||
@@ -169,7 +169,7 @@ cpustat = [
|
|||||||
"%steal",
|
"%steal",
|
||||||
"%idle",
|
"%idle",
|
||||||
]
|
]
|
||||||
|
|
||||||
** Memory
|
** Memory
|
||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
@@ -179,9 +179,7 @@ top -n 1
|
|||||||
memstat = [
|
memstat = [
|
||||||
"timestamp",
|
"timestamp",
|
||||||
"name",
|
"name",
|
||||||
"mem_active",
|
"mem_used",
|
||||||
"mem_inactive",
|
|
||||||
"mem_wired",
|
|
||||||
"mem_free",
|
"mem_free",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -201,7 +199,8 @@ ifstat -znq 1 1
|
|||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
zpool iostat -Tu -l -p -v -y 15 1
|
zpool iostat -Tu -l -p -v -y 15 1
|
||||||
#+end_src
|
#+end_src
|
||||||
ziostat = [
|
|
||||||
|
ziostat = [
|
||||||
"timestamp",
|
"timestamp",
|
||||||
"name",
|
"name",
|
||||||
"capacity_alloc",
|
"capacity_alloc",
|
||||||
|
|||||||
Reference in New Issue
Block a user