mirror of https://gitee.com/openkylin/sysstat.git
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
. tests/variables
|
||
|
if [ ! -z "$VER_JSON" ]; then
|
||
|
rm -f tests/root
|
||
|
ln -s root1 tests/root
|
||
|
./iostat -xs 1 3 -o JSON ALL -p ALL | $VER_JSON >/dev/null
|
||
|
else
|
||
|
echo Skipped
|
||
|
fi
|