mirror of https://gitlab.com/bashrc2/epicyon
Show digest calculation times
parent
b1acdc69ac
commit
714e62663e
|
@ -5,3 +5,5 @@ else
|
|||
cd /opt/epicyon || exit 0
|
||||
fi
|
||||
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
|
||||
echo ''
|
||||
journalctl -u epicyon | grep "DIGEST|" awk -F '|' '{print $2}' | uniq | sort -r | head -n 20
|
||||
|
|
Loading…
Reference in New Issue