save output in /dev/shm
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 17 Feb 2020 16:33:21 +0000 (17:33 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 17 Feb 2020 16:33:21 +0000 (17:33 +0100)
gnt-pv-usage.sh

index 8b26ff8..5e3f39f 100755 (executable)
@@ -1,2 +1,4 @@
-gnt-cluster command -M pvs --units t --noheadings | grep -v '^return' | awk '{ print $0 " " $6 - $7 }'
+#!/bin/sh -xe
+
+gnt-cluster command -M pvs --units t --noheadings | grep -v '^return' | awk '{ print $0 " " $6 - $7 }' | tee /dev/shm/gnt-pv-usage