Restrict to recent benchmarks

merge-requests/6/head
Bob Mottram 2019-11-15 22:47:20 +00:00
parent bd87d365f0
commit a5590b0ca1
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 | grep "BENCHMARK GET|0\|BENCHMARK POST|0" | 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 100 | grep "|ID" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20