More recent benchmarks

merge-requests/6/head
Bob Mottram 2019-11-15 22:50:47 +00:00
parent a5590b0ca1
commit 0990bab4d1
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ if [ -d /etc/epicyon ]; then
else
cd /opt/epicyon || exit 0
fi
journalctl -u epicyon -r | grep "BENCHMARK GET|0\|BENCHMARK POST|0" | head -n 100 | grep "|ID" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20
journalctl -u epicyon -r | grep "BENCHMARK GET|0\|BENCHMARK POST|0" | head -n 50 | grep "|ID" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20