mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
aff4854dfd
git://github.com/Tokutek/ft-index.git git://github.com/Tokutek/ft-engine.git at the tag tokudb-7.1.6
3 lines
218 B
Bash
Executable file
3 lines
218 B
Bash
Executable file
#!/bin/bash
|
|
|
|
watch "date ; awk '{ print \$1, \$3 }' < /tmp/stress-tests-log | sort -k 2 | uniq -c | sort -k 3 -r -s | head -n10; echo ; echo; echo 'Failing tests:'; grep FAILED /tmp/stress-tests-log | sort -k 3 -r -s"
|