sysstat/tests/00340

9 lines
165 B
Plaintext
Raw Normal View History

2023-02-28 13:51:48 +08:00
. tests/variables
if [ ! -z "$VER_JSON" ]; then
rm -f tests/root
ln -s root1 tests/root
./iostat -p ALL -o JSON 1 10 | $VER_JSON >/dev/null
else
echo Skipped
fi