You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
322 B
8 lines
322 B
#!/usr/bin/env bash
|
|
# from ansible/resources
|
|
|
|
mkdir -p /tank/stressberry/${HOSTNAME}
|
|
cd /tank/stressberry/${HOSTNAME}
|
|
/usr/local/bin/stressberry-run -n "${HOSTNAME}" -d 1800 -i 300 -c 4 ${HOSTNAME}.out
|
|
/usr/local/bin/stressberry-plot ${HOSTNAME}.out -f -d 300 -f -l 400 2200 -t 25 90 -o ${HOSTNAME}.png --not-transparent
|
|
|
|
|