mirror of https://gitlab.com/bashrc2/epicyon
Filter on ID
parent
88c248c426
commit
3e368b26e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue