hacks/fsn1.disktest/Makefile

20 lines
462 B
Makefile
Raw Permalink Normal View History

2020-02-25 15:10:47 +00:00
HOST := fsn1.datavibe.net
WHEN := $(shell date -u +%Y-%m-%d.%H.%M.%S)
default: runlog
runlog:
script ./log.$(WHEN).txt bash -c "make run"
run: sync
2020-03-09 15:20:42 +00:00
ssh root@$(HOST) "bash /root/disktest.sh 2>&1"
2020-02-25 15:10:47 +00:00
sync:
rsync -avP ./disktest.sh root@$(HOST):/root/disktest.sh
clean:
rm log.*.txt
2020-03-09 15:20:42 +00:00
results:
grep -ie 'cpu\|encryption\|zfs\|ashift\|64kchunk\|read\|write\|samsung' *.txt | grep -v groupid | grep -v '^readwrite' | grep -v echo | grep -v rm | grep -v Laying