From 79b0c6faec665e69c6caa36b44706d6ba954c69c Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 10 Oct 2018 04:33:00 -0700 Subject: [PATCH] add zwatch --- zwatch/zwatch | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 zwatch/zwatch diff --git a/zwatch/zwatch b/zwatch/zwatch new file mode 100755 index 0000000..ca1a83b --- /dev/null +++ b/zwatch/zwatch @@ -0,0 +1,3 @@ +#!/bin/bash + +watch --interval=1 'zpool iostat -y -v 1 1 ; zpool status -v'