hacks as of 9 mar
This commit is contained in:
19
nbg1.disktest/Makefile
Normal file
19
nbg1.disktest/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
HOST := nbg1.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
|
||||
ssh root@$(HOST) "bash /root/disktest.sh 2>&1"
|
||||
|
||||
sync:
|
||||
rsync -avP ./disktest.sh root@$(HOST):/root/disktest.sh
|
||||
|
||||
clean:
|
||||
rm log.*.txt
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user