mirror of https://gitee.com/openkylin/sysstat.git
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
# Create a datafile with CPU 8 offline
|
|
rm -f tests/data-CPUoff.tmp
|
|
|
|
rm -f tests/root
|
|
ln -s root1 tests/root
|
|
TZ=GMT ./sadc --unix_time=1555593609 tests/data-CPUoff.tmp -S XALL 1 1 >/dev/null
|
|
|
|
rm -f tests/root
|
|
ln -s root2 tests/root
|
|
TZ=GMT ./sadc --unix_time=1555593619 tests/data-CPUoff.tmp -S XALL 1 1 >/dev/null
|
|
|