20 lines
310 B
Org Mode
20 lines
310 B
Org Mode
* about
|
|
This program has been tested on TrueNAS CORE.
|
|
Will run zpool iostat & gstat with colletion to /root/*.csv
|
|
|
|
|
|
* clone repo
|
|
|
|
#+begin_src shell
|
|
git clone https://gitlab.komputernerds.com/mmance/perfcollect.git
|
|
#+end_src
|
|
|
|
* run program
|
|
|
|
#+begin_src shell
|
|
cd perfcollect
|
|
./collect.sh MINUTES
|
|
#+end_src
|
|
|
|
|