mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
3909900311
git-svn-id: file:///svn/toku/tokudb@51256 c7de825b-a66e-492c-adef-691d508d4ae1
3 lines
240 B
Bash
Executable file
3 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
|
|
watch "date ; awk '{ print \$1, \$3 }' < /tmp/run.stress-tests.log | tail -n 100 | sort -k 2 | uniq -c | sort -k 3 -r -s | head -n10; echo ; echo; echo 'Failing tests:'; grep FAILED /tmp/run.stress-tests.log | sort -k 3 -r -s"
|