4 lines
138 B
Bash
Executable file
4 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
sudo dnf install -y sysstat
|
|
iostat -y -x -o JSON 5 > iostats.json &
|
|
echo "PERFLOG $(date --rfc-3339=seconds) starting iostat"
|