Filter on ID

merge-requests/6/head
Bob Mottram 2019-11-15 22:20:01 +00:00
parent 88c248c426
commit 3e368b26e7
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" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20
journalctl -u epicyon | grep "BENCHMARK GET|0\|BENCHMARK POST|0" | grep "|ID" | awk -F 'BENCHMARK' '{print $2}' | uniq | sort -r | head -n 20